diff --git a/.cockpit-appstream.metadata b/.cockpit-appstream.metadata index d92792d..66b4ab7 100644 --- a/.cockpit-appstream.metadata +++ b/.cockpit-appstream.metadata @@ -1,2 +1,2 @@ -78c4ad32f25fa609f2b5073ab3c5bd3806b8a10a SOURCES/cockpit-273.tar.xz -d4c36b54d54279a1254a12e5d3972ee7889afa60 SOURCES/cockpit-machines-272.tar.xz +966f5b12e230d08d7ffe35ffbbcf882153454430 SOURCES/cockpit-275.tar.xz +3ea687c846787a99fc1fb28b14f44aba48be90ed SOURCES/cockpit-machines-273.tar.xz diff --git a/.gitignore b/.gitignore index f8024b1..091a3f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cockpit-273.tar.xz -SOURCES/cockpit-machines-272.tar.xz +SOURCES/cockpit-275.tar.xz +SOURCES/cockpit-machines-273.tar.xz diff --git a/SPECS/cockpit-appstream.spec b/SPECS/cockpit-appstream.spec index fd09f9d..1bcab66 100644 --- a/SPECS/cockpit-appstream.spec +++ b/SPECS/cockpit-appstream.spec @@ -28,7 +28,7 @@ # we maintain the basic/optional split, then it can be replaced with just %{version}. %define required_base 266 -%define machines_version 272 +%define machines_version 273 # we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly %if 0%{?centos} @@ -51,7 +51,7 @@ Summary: Web Console for Linux servers License: LGPLv2+ URL: https://cockpit-project.org/ -Version: 273 +Version: 275 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz Source1: https://github.com/cockpit-project/cockpit-machines/releases/download/%{machines_version}/cockpit-machines-%{machines_version}.tar.xz @@ -283,13 +283,7 @@ rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-storage sed -i "s|%{buildroot}||" *.list -%if 0%{?suse_version} -# remove brandings with stale symlinks. Means they don't match -# the distro. -pushd %{buildroot}/%{_datadir}/cockpit/branding -find -L * -type l -printf "%H\n" | sort -u | xargs rm -rv -popd -%else +%if ! 0%{?suse_version} %global _debugsource_packages 1 %global _debuginfo_subpackages 0 @@ -699,6 +693,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Thu Aug 25 2022 Matej Marusak - 275-1 +- Machines: Offer downloading RHEL OS only for RHEL >= 8 (rhbz#2118236) + * Thu Jul 21 2022 Martin Pitt - 273-1 - Software Updates: Optionally reboot after updating - Machines: Show toast notication if VM's storage deletion fails (rhbz#2105984)