Update to 252-1
- Add support for renaming VMs
This commit is contained in:
parent
c1e29c0f0c
commit
c37b11c325
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/cockpit-machines-250.tar.gz
|
||||
/cockpit-machines-250.1.tar.gz
|
||||
/cockpit-machines-251.tar.gz
|
||||
/cockpit-machines-252.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 251
|
||||
Version: 252
|
||||
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/cockpit-machines/releases/download/%{version}/cockpit-machines-%{version}.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
@ -64,6 +64,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Sep 15 2021 Katerina Koukiou <kkoukiou@redhat.com> - 252-1
|
||||
- Add support for renaming VMs
|
||||
|
||||
* Wed Sep 01 2021 Simon Kobyda <skobyda@redhat.com> - 251-1
|
||||
- Bug fixes and improvements
|
||||
|
||||
|
@ -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: "251"
|
||||
ref: "252"
|
||||
execute:
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-251.tar.gz) = 1d4ba56f85b29e971237f152a7edbc0e6e4bc22fe544e8503638d982cb47d93e6c1edd2c85838c7118b222415e53a97ac488057f44cf2e8f08318f3c7de27f30
|
||||
SHA512 (cockpit-machines-252.tar.xz) = 33eddce47a713558ceb7367248d474b30f1b100d409236f2576ff857af79bb997acbf0359d5bd27091cb90c920d4c640ea4baf41c0dd69e9018202802278a885
|
||||
|
Loading…
Reference in New Issue
Block a user