import cockpit-machines-284.1-1.el9
This commit is contained in:
parent
72401a2f86
commit
b63690e140
@ -1 +1 @@
|
||||
3ea687c846787a99fc1fb28b14f44aba48be90ed SOURCES/cockpit-machines-273.tar.xz
|
||||
d7772c2e0aadeacfca24a1fe7f6d33c1fb6f4e54 SOURCES/cockpit-machines-284.1.tar.xz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/cockpit-machines-273.tar.xz
|
||||
SOURCES/cockpit-machines-284.1.tar.xz
|
||||
|
@ -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 <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
|
||||
|
||||
|
||||
* Wed Aug 24 2022 Packit <hello@packit.dev> - 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 <kkoukiou@redhat.com> - 242.1-1
|
||||
- Add MIT to the list of licenses in spec file
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user