import cockpit-machines-273-1.el9
This commit is contained in:
parent
64d3658578
commit
72401a2f86
@ -1 +1 @@
|
||||
87ed0eeda8d77242dba1e3d4104e17b07904371a SOURCES/cockpit-machines-263.tar.xz
|
||||
3ea687c846787a99fc1fb28b14f44aba48be90ed SOURCES/cockpit-machines-273.tar.xz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/cockpit-machines-263.tar.xz
|
||||
SOURCES/cockpit-machines-273.tar.xz
|
||||
|
@ -1,6 +1,3 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 263
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2021 Red Hat, Inc.
|
||||
#
|
||||
@ -19,6 +16,8 @@ Release: 1%{?dist}
|
||||
#
|
||||
|
||||
Name: cockpit-machines
|
||||
Version: 273
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit user interface for virtual machines
|
||||
License: LGPLv2+ and MIT
|
||||
URL: https://github.com/cockpit-project/cockpit-machines
|
||||
@ -27,12 +26,32 @@ Source0: https://github.com/cockpit-project/%{name}/releases/download/%{v
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
BuildRequires: gettext
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 8
|
||||
BuildRequires: libappstream-glib-devel
|
||||
%endif
|
||||
|
||||
Requires: cockpit-bridge >= 215
|
||||
%if 0%{?suse_version}
|
||||
Requires: libvirt-daemon-qemu
|
||||
%else
|
||||
Requires: libvirt-daemon-kvm
|
||||
Requires: libvirt-daemon-driver-qemu
|
||||
Requires: libvirt-daemon-driver-network
|
||||
Requires: libvirt-daemon-driver-nodedev
|
||||
Requires: libvirt-daemon-driver-storage-core
|
||||
Requires: (libvirt-daemon-driver-interface if virt-install)
|
||||
Requires: (libvirt-daemon-config-network if virt-install)
|
||||
Recommends: libvirt-daemon-driver-storage-disk
|
||||
%if 0%{?rhel}
|
||||
Requires: qemu-kvm
|
||||
%else
|
||||
# smaller footprint on Fedora, as qemu-kvm is really expensive on a server
|
||||
Requires: qemu-kvm-core
|
||||
Recommends: qemu-block-curl
|
||||
Recommends: qemu-char-spice
|
||||
Recommends: qemu-device-usb-host
|
||||
Recommends: qemu-device-usb-redirect
|
||||
%endif
|
||||
%endif
|
||||
Requires: libvirt-client
|
||||
Requires: libvirt-dbus >= 1.2.0
|
||||
@ -65,6 +84,54 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Aug 24 2022 Packit <hello@packit.dev> - 273-1
|
||||
- Fix downloading of RHEL images
|
||||
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 272-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jul 20 2022 Packit <hello@packit.dev> - 272-1
|
||||
- Download RHEL images
|
||||
|
||||
|
||||
* Thu Jun 23 2022 Packit <hello@packit.dev> - 271-1
|
||||
- Test fixes
|
||||
|
||||
|
||||
* Sat Jun 11 2022 Packit <hello@packit.dev> - 270.2-1
|
||||
- Fix test/reference setup in release tarball for tests
|
||||
|
||||
|
||||
* Thu Jun 09 2022 Packit <hello@packit.dev> - 270.1-1
|
||||
- Fix release tarball
|
||||
|
||||
|
||||
* Wed Jun 08 2022 Packit <hello@packit.dev> - 270-1
|
||||
- Tests improvements and stabilization
|
||||
|
||||
|
||||
* Tue May 24 2022 Marius Vollmer <mvollmer@redhat.com> - 269-1
|
||||
- Machines: Redesign content removal dialogs
|
||||
|
||||
* Thu May 12 2022 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 268-1
|
||||
- Provide default name for new VMs
|
||||
|
||||
* Thu Apr 28 2022 Jelle van der Waa <jvanderwaa@redhat.com> - 267-1
|
||||
- Tests improvements and stabilization
|
||||
|
||||
* Wed Apr 13 2022 Martin Pitt <martin@piware.de> - 266-1
|
||||
- Redesign VM creation
|
||||
- Remove static hosts from virtual network's DHCP
|
||||
|
||||
* Wed Mar 30 2022 Matej Marusak <mmarusak@redhat.com> - 265-1
|
||||
- Translation updates
|
||||
- Tests robustification
|
||||
|
||||
* Wed Mar 16 2022 Simon Kobyda <skobyda@redhat.com> - 264-1
|
||||
- Disk serial number
|
||||
- Multiple fixes of host device attachement
|
||||
|
||||
* Wed Mar 02 2022 Martin Pitt <martin@piware.de> - 263-1
|
||||
- Delete storage files also when the VM is shut off
|
||||
- Translation updates (rhbz#2017343)
|
||||
@ -138,35 +205,35 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
- A myriad of bug fixes
|
||||
|
||||
* Wed Jun 23 2021 Katerina Koukiou <kkoukiou@redhat.com> - 246-1
|
||||
|
||||
- Share host files with the guest using virtiofs
|
||||
- Show list of pass-through devices
|
||||
|
||||
* Wed Jun 09 2021 Marius Vollmer <mvollmer@redhat.com> - 245-1
|
||||
|
||||
* Wed Jun 09 2021 Marius Vollmer <mvollmer@redhat.com> - 245-1
|
||||
- Updated translations
|
||||
- Fixed localization of VncConsole
|
||||
|
||||
* Wed May 19 2021 Martin Pitt <martin@piware.de> - 244.1-1
|
||||
|
||||
* Wed May 19 2021 Martin Pitt <martin@piware.de> - 244.1-1
|
||||
- Fix crash on VM deletion with cockpit 244
|
||||
|
||||
* Wed May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244-1
|
||||
|
||||
* Wed May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244-1
|
||||
- Edit the MAC address of a VM’s network interface
|
||||
|
||||
* Thu Apr 22 2021 Martin Pitt <martin@piware.de> - 243.1-1
|
||||
|
||||
* Thu Apr 22 2021 Martin Pitt <martin@piware.de> - 243.1-1
|
||||
- Fix tooltip on Plug/Unplug button
|
||||
- Integration test fixes
|
||||
|
||||
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 243-1
|
||||
|
||||
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 243-1
|
||||
- PatternFly 4 updates
|
||||
- Translation updates
|
||||
- Correctly manage editing of unknown bus type
|
||||
|
||||
* Thu Apr 01 2021 Katerina Koukiou <kkoukiou@redhat.com> - 242.1-1
|
||||
|
||||
* 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