|
|
|
@ -16,10 +16,10 @@
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
Name: cockpit-machines
|
|
|
|
|
Version: 274
|
|
|
|
|
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
|
|
|
|
@ -87,6 +91,53 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 274-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Martin Pitt <mpitt@redhat.com> - 284.1-1
|
|
|
|
|
- Translation updates (rhbz#2139646)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Packit <hello@packit.dev> - 284-1
|
|
|
|
|
- Stability and performance improvements
|
|
|
|
|
|
|
|
|
|
* Wed Feb 08 2023 Packit <hello@packit.dev> - 283-1
|
|
|
|
|
- Stability and performance improvements
|
|
|
|
|
|
|
|
|
|
* Wed Jan 25 2023 Packit <hello@packit.dev> - 282-1
|
|
|
|
|
- Option to forcefully revert a snapshot
|
|
|
|
|
- Fix tabular numbers font
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 281-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 11 2023 Packit <hello@packit.dev> - 281-1
|
|
|
|
|
- Summarize system and user session differences
|
|
|
|
|
- Virtual watchdog device support
|
|
|
|
|
|
|
|
|
|
* Tue Jan 03 2023 Packit <hello@packit.dev> - 280-1
|
|
|
|
|
- Start using tabular fonts
|
|
|
|
|
- Other UI fixes and improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 01 2022 Packit <hello@packit.dev> - 279-1
|
|
|
|
|
- Autodetect file's format when attaching disk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 16 2022 Packit <hello@packit.dev> - 278-1
|
|
|
|
|
- Stability and performance improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 07 2022 Packit <hello@packit.dev> - 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 <hello@packit.dev> - 276-1
|
|
|
|
|
- Add connection information to the VM detail page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 21 2022 Packit <hello@packit.dev> - 275-1
|
|
|
|
|
- Improvements of offline token management
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 07 2022 Packit <hello@packit.dev> - 274-1
|
|
|
|
|
- Stability and performance improvements
|
|
|
|
|
|
|
|
|
@ -242,5 +293,3 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
|
|
* Thu Apr 01 2021 Katerina Koukiou <kkoukiou@redhat.com> - 242.1-1
|
|
|
|
|
- Add MIT to the list of licenses in spec file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|