Update to upstream release 249
Resolves: rhbz#1985947 Resolves: rhbz#1987120 Resolves: rhbz#1985228 Resolves: rhbz#1977669
This commit is contained in:
parent
fddae58dc7
commit
96000fcc61
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,10 @@
|
||||
/cockpit-machines-242.1.tar.gz
|
||||
/cockpit-machines-243.tar.gz
|
||||
/cockpit-machines-243.1.tar.gz
|
||||
/cockpit-machines-244.tar.gz
|
||||
/cockpit-machines-244.1.tar.gz
|
||||
/cockpit-machines-245.tar.gz
|
||||
/cockpit-machines-246.tar.gz
|
||||
/cockpit-machines-247.tar.gz
|
||||
/cockpit-machines-248.tar.gz
|
||||
/cockpit-machines-249.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 248
|
||||
Version: 249
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2021 Red Hat, Inc.
|
||||
@ -64,6 +64,17 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Aug 04 2021 Martin Pitt <mpitt@redhat.com> - 249 - 1
|
||||
- Disable non-shared storage migration on RHEL
|
||||
- Let all upstream integration tests run for gating
|
||||
- Remove iscsi related features as libiscsi is removed from libvirt
|
||||
(rhbz#1985947)
|
||||
- Fix unit/value conversion when memory is auto-filled after OS selection
|
||||
(rhbz#1987120)
|
||||
- Allow adding disks with custom path even when no storage pools exist
|
||||
(rhbz#1985228)
|
||||
- Disallow adjustment of NIC settings for transient NICs (rhbz#1977669)
|
||||
|
||||
* Thu Jul 22 2021 Matej Marusak <mmarusak@redhat.com> - 248 - 1
|
||||
- Machines: Don't round or floor memory and storage size unnecessarily (rhbz#1979152)
|
||||
- Machines: Use cockpit's proxy API for monitoring libvirt service changes (rhbz#1974223)
|
||||
|
@ -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: "248"
|
||||
ref: "249"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-248.tar.gz) = 09805999337fe8e603ffab236b0e82b988dad6a371841f767d7d0a98bd797ca4489d8a71ec54bb327f68c27053fb8f35b9fb57132ee686ea1ba53755e643e545
|
||||
SHA512 (cockpit-machines-249.tar.gz) = 47d822fc820c1f339f6f14f9afabeb35e6f2f31055a2b19993162ac58067b3e4287d6e8bf8cad093a67fa319163cdc97c13e1abb7c86149339453cf5b13110b3
|
||||
|
Loading…
Reference in New Issue
Block a user