Update to 266-1
- Redesign VM creation - Remove static hosts from virtual network's DHCP
This commit is contained in:
parent
ee035044f0
commit
411aa35d3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/cockpit-machines-263.tar.xz
|
||||
/cockpit-machines-264.tar.xz
|
||||
/cockpit-machines-265.tar.xz
|
||||
/cockpit-machines-266.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 265
|
||||
Version: 266
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2021 Red Hat, Inc.
|
||||
@ -36,7 +36,23 @@ 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
|
||||
@ -69,6 +85,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -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: "265"
|
||||
ref: "266"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-265.tar.xz) = 15f3277da8c6ac1f1c0efbc00f478921a104443a8ba8f2c33827d132c2b7b98ce8269d5a88ab02316c94135b6c398d08c77ee35233c9504f8ff1d3f64ef7d657
|
||||
SHA512 (cockpit-machines-266.tar.xz) = 21af3de13de57cb5536414d7fe18229a05bd1dde1ee46aebea18b83acf217393064ae7c369d499570660dbd6c1359d65905f1e9e5ce437a5574d57bb513396c9
|
||||
|
Loading…
Reference in New Issue
Block a user