diff --git a/.cockpit-appstream.metadata b/.cockpit-appstream.metadata new file mode 100644 index 0000000..0d02e25 --- /dev/null +++ b/.cockpit-appstream.metadata @@ -0,0 +1,2 @@ +89104bee2348d0999a2aa1d9798971ae2db6bdb7 SOURCES/cockpit-310.3.tar.xz +c40c7f66f1ff9f2e0fa7ca614dd4cabdfe7d8189 SOURCES/cockpit-machines-308.3.tar.xz diff --git a/.gitignore b/.gitignore index d064248..c6ac124 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ SOURCES/cockpit-310.3.tar.xz -SOURCES/cockpit-machines-308.tar.xz +SOURCES/cockpit-machines-308.3.tar.xz diff --git a/SPECS/cockpit-appstream.spec b/SPECS/cockpit-appstream.spec index 1173023..668fe9d 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 308 +%define machines_version 308.3 # we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly %if 0%{?centos} @@ -52,7 +52,7 @@ License: LGPL-2.1-or-later URL: https://cockpit-project.org/ Version: 310.3 -Release: 2%{?dist} +Release: 3%{?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 @@ -819,6 +819,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Thu May 02 2024 Martin Pitt - 310.3-3 +- Machines: Fix detaching host devices for running VMs (RHEL-34694) + * Tue Feb 20 2024 Martin Pitt - 310.3-2 - Machines: Mass SPICE replacement - Machines: Pre-formatted Block Device storage pool support