Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Nov 5, 2024
2 parents 0eb8e68 + 6b351f2 commit a30cc9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion staging/devpod/devpod.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: devpod
# renovate: datasource=github-releases depName=loft-sh/devpod
Version: v0.5.21
Version: v0.5.22
Release: 1%{?dist}
Summary: Codespaces but open-source, client-only and unopinionated.

Expand All @@ -15,6 +15,11 @@ Requires: webkit2gtk4.0
%description
Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.

%if 0%{?fedora} == 41
%global _missing_build_ids_terminate_build 0
%global debug_package %{nil}
%endif

%prep
%autosetup -c

Expand All @@ -36,3 +41,5 @@ rm -rf usr
%{_datadir}/applications/dev-pod.desktop

%changelog
* Sun Nov 03 2024 - Zeglius <[email protected]>
- Dummy changelog

0 comments on commit a30cc9c

Please sign in to comment.