Update to 268-1
Resolves: rhbz#2018448
This commit is contained in:
parent
438c9fe10a
commit
05196da589
5
.gitignore
vendored
5
.gitignore
vendored
@ -26,3 +26,8 @@
|
||||
/cockpit-machines-261.tar.xz
|
||||
/cockpit-machines-262.tar.xz
|
||||
/cockpit-machines-263.tar.xz
|
||||
/cockpit-machines-264.tar.xz
|
||||
/cockpit-machines-265.tar.xz
|
||||
/cockpit-machines-266.tar.xz
|
||||
/cockpit-machines-267.tar.xz
|
||||
/cockpit-machines-268.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 263
|
||||
Version: 268
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2021 Red Hat, Inc.
|
||||
@ -27,12 +27,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 +85,24 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* 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)
|
||||
|
@ -2,6 +2,6 @@ discover:
|
||||
how: fmf
|
||||
repository: https://github.com/cockpit-project/cockpit-machines
|
||||
# FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585
|
||||
ref: "263"
|
||||
ref: "268"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-263.tar.xz) = ba51d09f77d2493caf8f1e6c2a2bccb14afc077a9e5244cbf757d688c63b62048a28f36bcd038050a7dfc69740fbc41a1c7b9fc9885618a1f4663628b27bb4c3
|
||||
SHA512 (cockpit-machines-268.tar.xz) = 0d1ba1e99cc466e6144311fbda92f7fcb86acae8a4b0407d90fbf09a0ddfdb5a492a03f4116b988a874b7362d55e56d24c67324342d4d23bcc60622986a16d78
|
||||
|
Loading…
Reference in New Issue
Block a user