Update to 59
Resolves: RHEL-56050
This commit is contained in:
parent
efe33d32d2
commit
c0f516a9d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/cockpit-image-builder-v54.tar.gz
|
||||
/cockpit-image-builder-59.tar.gz
|
||||
|
@ -1,15 +1,14 @@
|
||||
Name: cockpit-image-builder
|
||||
Version: 54
|
||||
Version: 59
|
||||
Release: 1%{?dist}
|
||||
Summary: Image builder plugin for Cockpit
|
||||
|
||||
License: Apache-2.0
|
||||
URL: http://osbuild.org/
|
||||
Source0: https://github.com/osbuild/image-builder-frontend/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/osbuild/image-builder-frontend/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Drop obsoletes until functional enough compared to cockpit-composer
|
||||
# Obsoletes: cockpit-composer < 54
|
||||
# Provides: cockpit-composer = %{version}-%{release}
|
||||
Obsoletes: cockpit-composer < 54
|
||||
Provides: cockpit-composer = %{version}-%{release}
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gettext
|
||||
@ -18,7 +17,8 @@ BuildRequires: make
|
||||
BuildRequires: nodejs
|
||||
|
||||
Requires: cockpit
|
||||
Requires: osbuild-composer >= 103
|
||||
Requires: cockpit-files
|
||||
Requires: osbuild-composer >= 131
|
||||
|
||||
%description
|
||||
The image-builder-frontend generates custom images suitable for
|
||||
@ -46,6 +46,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 07 2025 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 59-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
* Thu Jan 16 2025 Packit <hello@packit.dev> - v54-1
|
||||
Initial commit on c10s
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-image-builder-v54.tar.gz) = 74f74214407c1f58cf0b524e1568a2be9684b023e901c18cacfc61417931742f10e590dfa354e0574873b7211cd25f83a2e4e9b20668c70a4a364c515ff9a006
|
||||
SHA512 (cockpit-image-builder-59.tar.gz) = ce2845a8fc7d4ff06496409278ce6f4e3191cc0f9a6273a599f56d21db6261349145cdf1c9a383e0d6dda732f22592520b3f5e66818e96b4c2bb5ff07dcae77a
|
||||
|
Loading…
Reference in New Issue
Block a user