-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -36,3 +41,5 @@ rm -rf usr | |
%{_datadir}/applications/dev-pod.desktop | ||
|
||
%changelog | ||
* Sun Nov 03 2024 - Zeglius <[email protected]> | ||
- Dummy changelog |