From b63690e14033517812b87de68ca25f81400bba3b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 08:55:58 +0000 Subject: [PATCH] import cockpit-machines-284.1-1.el9 --- .cockpit-machines.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-machines.spec | 63 ++++++++++++++++++++++++++++++++++--- 3 files changed, 60 insertions(+), 7 deletions(-) diff --git a/.cockpit-machines.metadata b/.cockpit-machines.metadata index 086807e..5c5e4fd 100644 --- a/.cockpit-machines.metadata +++ b/.cockpit-machines.metadata @@ -1 +1 @@ -3ea687c846787a99fc1fb28b14f44aba48be90ed SOURCES/cockpit-machines-273.tar.xz +d7772c2e0aadeacfca24a1fe7f6d33c1fb6f4e54 SOURCES/cockpit-machines-284.1.tar.xz diff --git a/.gitignore b/.gitignore index ccfdef3..0f4eca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-machines-273.tar.xz +SOURCES/cockpit-machines-284.1.tar.xz diff --git a/SPECS/cockpit-machines.spec b/SPECS/cockpit-machines.spec index 5ee9742..d0481c8 100644 --- a/SPECS/cockpit-machines.spec +++ b/SPECS/cockpit-machines.spec @@ -16,10 +16,10 @@ # Name: cockpit-machines -Version: 273 +Version: 284.1 Release: 1%{?dist} Summary: Cockpit user interface for virtual machines -License: LGPLv2+ and MIT +License: LGPL-2.1-or-later AND MIT URL: https://github.com/cockpit-project/cockpit-machines Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -51,12 +51,16 @@ Recommends: qemu-block-curl Recommends: qemu-char-spice Recommends: qemu-device-usb-host Recommends: qemu-device-usb-redirect +# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=2170110 +%if 0%{?fedora} >= 38 +Requires: (qemu-audio-spice if qemu-char-spice) +%endif %endif %endif Requires: libvirt-client Requires: libvirt-dbus >= 1.2.0 # Optional components -Recommends: virt-install +Recommends: virt-install >= 3.0.0 Recommends: libosinfo Recommends: python3-gobject-base Suggests: qemu-virtiofsd @@ -84,6 +88,57 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* # The changelog is automatically generated and merged %changelog +* Thu Feb 23 2023 Martin Pitt - 284.1-1 +- Translation updates (rhbz#2139646) + +* Wed Feb 22 2023 Packit - 284-1 +- Stability and performance improvements + +* Wed Feb 08 2023 Packit - 283-1 +- Stability and performance improvements + +* Wed Jan 25 2023 Packit - 282-1 +- Option to forcefully revert a snapshot +- Fix tabular numbers font + +* Thu Jan 19 2023 Fedora Release Engineering - 281-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jan 11 2023 Packit - 281-1 +- Summarize system and user session differences +- Virtual watchdog device support + +* Tue Jan 03 2023 Packit - 280-1 +- Start using tabular fonts +- Other UI fixes and improvements + + +* Thu Dec 01 2022 Packit - 279-1 +- Autodetect file's format when attaching disk + + +* Wed Nov 16 2022 Packit - 278-1 +- Stability and performance improvements + + +* Mon Nov 07 2022 Packit - 277-1 +- Dark theme support +- Allow TRIM/UNMAP requests by default for newly added disks +- Insert and eject CD & DVD media + + +* Wed Oct 19 2022 Packit - 276-1 +- Add connection information to the VM detail page + + +* Wed Sep 21 2022 Packit - 275-1 +- Improvements of offline token management + + +* Wed Sep 07 2022 Packit - 274-1 + - Stability and performance improvements + + * Wed Aug 24 2022 Packit - 273-1 - Fix downloading of RHEL images @@ -235,5 +290,3 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* * Thu Apr 01 2021 Katerina Koukiou - 242.1-1 - Add MIT to the list of licenses in spec file - -