Update to upstream release 253
Resolves: rhbz#1985228 Resolves: rhbz#1993434
This commit is contained in:
parent
29ec878bba
commit
70ff30f182
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/cockpit-machines-248.tar.gz
|
||||
/cockpit-machines-249.tar.gz
|
||||
/cockpit-machines-250.1.tar.gz
|
||||
/cockpit-machines-253.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 250.1
|
||||
Version: 253
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2021 Red Hat, Inc.
|
||||
@ -23,7 +23,7 @@ Summary: Cockpit user interface for virtual machines
|
||||
License: LGPLv2+ and MIT
|
||||
URL: https://github.com/cockpit-project/cockpit-machines
|
||||
|
||||
Source0: https://github.com/cockpit-project/cockpit-machines/releases/download/%{version}/cockpit-machines-%{version}.tar.gz
|
||||
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
@ -41,13 +41,13 @@ Recommends: virt-install
|
||||
Recommends: libosinfo
|
||||
Recommends: python3-gobject-base
|
||||
|
||||
%description -n cockpit-machines
|
||||
%description
|
||||
Cockpit component for managing virtual machines.
|
||||
|
||||
If "virt-install" is installed, you can also create new virtual machines.
|
||||
|
||||
%prep
|
||||
%setup -q -n cockpit-machines
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
# Nothing to build
|
||||
@ -64,6 +64,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Sep 30 2021 Matej Marusak <mmarusak@redhat.com> - 253-1
|
||||
- Support adding and removing host devices
|
||||
- Fix crash when adding disk with custom path while no storage pools exist (rhbz#1985228)
|
||||
- Forbid configurations where users would attempt to use cdroms in virtio bus (rhbz#1993434)
|
||||
|
||||
* Thu Aug 19 2021 Matej Marusak <mmarusak@redhat.com> - 250 - 1
|
||||
- Show only supported pool types in pool create dialog (rhbz#1985947)
|
||||
- Validation preselected pool for volume creation (rhbz#1992966)
|
||||
|
@ -2,7 +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
|
||||
# HACK: We need https://github.com/cockpit-project/cockpit-machines/pull/331
|
||||
ref: "6206acd32cb125d54cb17be74afb60d45504e99f"
|
||||
ref: "253"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-250.1.tar.gz) = 165d0436b37ef92127b9010b3186ccdd6def8fae5c39b7d8b6a9b39b0dd46b70f38dcfc38cf3071bfd8ac46735d40a953ac10ca1e36cfc816c0a2afbf6487a33
|
||||
SHA512 (cockpit-machines-253.tar.xz) = 0c386851b8e468dd36ad81632d936f0975d24d72e5c2d3eaaf506c63df08074aa35c1ff92c12e2d625319277a4bdd25574be652f1ed87537b7f5a35e63f48cbc
|
||||
|
Loading…
Reference in New Issue
Block a user