diff --git a/cockpit-composer.spec b/cockpit-composer.spec index cefe138c34e51dd2f2ab4673c8e285592eb29073..db6293fedb4cbeed2af4c3e38ee3aeea80b4ff5d 100644 --- a/cockpit-composer.spec +++ b/cockpit-composer.spec @@ -1,16 +1,18 @@ -Name: cockpit-composer -Version: 50 -Release: 1%{?dist} -Summary: Composer GUI for use with Cockpit +%define anolis_release .0.1 +Name: cockpit-composer +Version: 52 +Release: 1%{anolis_release}%{?dist} +Summary: Composer GUI for use with Cockpit -License: MIT -URL: http://weldr.io/ -Source0: https://github.com/osbuild/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz +License: MIT +URL: http://weldr.io/ +Source0: https://github.com/osbuild/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz -BuildArch: noarch -BuildRequires: libappstream-glib -Requires: cockpit +BuildArch: noarch +BuildRequires: libappstream-glib + +Requires: cockpit %if 0%{?fedora} >= 33 || 0%{?rhel} >= 8 Requires: osbuild-composer >= 28 %else @@ -31,6 +33,7 @@ the cloud. It integrates into Cockpit as a frontend for osbuild. %install mkdir -p %{buildroot}/%{_datadir}/cockpit/composer cp -a public/* %{buildroot}/%{_datadir}/cockpit/composer +sed -i 's,RHEL,Anolis,g' %{buildroot}/%{_datadir}/cockpit/composer/*.js mkdir -p %{buildroot}/%{_datadir}/metainfo/ appstream-util validate-relax --nonet public/org.image-builder.cockpit-composer.metainfo.xml cp -a public/org.image-builder.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/ @@ -42,6 +45,18 @@ cp -a public/org.image-builder.cockpit-composer.metainfo.xml %{buildroot}/%{_dat %{_datadir}/metainfo/* %changelog +* Tue Dec 03 2024 Zhao Hang - 52-1.0.1 +- Rebrand for Anolis OS + +* Thu Aug 22 2024 imagebuilder-bot - 52-1 +- New upstream release + +* Thu Aug 22 2024 Packit - 51.1-1 +Integrates with packit, tmt, and testing farm. + +* Tue Aug 20 2024 Packit - 51-1 +- remove empty customizations from blueprint when creating one + * Mon Feb 26 2024 imagebuilder-bot - 50-1 - New upstream release diff --git a/download b/download index a75f3038ed732f0bf322d9c72e2585c7fe5a1e5d..f583ff0b832c3ab361dc651f4eedefcb91d81b5d 100644 --- a/download +++ b/download @@ -1 +1 @@ -c906d7d2ef39dcab3f086035adc667be cockpit-composer-50.tar.gz +5389910d0d7da2b8e181284875226c97 cockpit-composer-52.tar.gz