From 112680fbe717336573be2acb5d755cc3dfe9da54 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 Dec 2021 13:26:35 -0500 Subject: [PATCH] import cockpit-machines-256-1.el9 --- .cockpit-machines.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-machines.spec | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.cockpit-machines.metadata b/.cockpit-machines.metadata index 535fe9a..5a93b3c 100644 --- a/.cockpit-machines.metadata +++ b/.cockpit-machines.metadata @@ -1 +1 @@ -452a91e1a69fefbd85a99da36fd568dc57593b09 SOURCES/cockpit-machines-252.tar.xz +e9e56c70f3541d14161e66d5135cd7fe52abb56b SOURCES/cockpit-machines-256.tar.xz diff --git a/.gitignore b/.gitignore index 351ad71..2736327 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-machines-252.tar.xz +SOURCES/cockpit-machines-256.tar.xz diff --git a/SPECS/cockpit-machines.spec b/SPECS/cockpit-machines.spec index f97fcda..59fcb85 100644 --- a/SPECS/cockpit-machines.spec +++ b/SPECS/cockpit-machines.spec @@ -1,5 +1,5 @@ # This spec file has been automatically updated -Version: 252 +Version: 256 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.xz +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,9 +64,17 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* # The changelog is automatically generated and merged %changelog +* Wed Nov 10 2021 Katerina Koukiou - 256-1 +- Now officially supported on Arch Linux (https://archlinux.org/) +- Support selecting between consoles of the same type -* Thu Sep 16 2021 Katerina Koukiou - 252-1 -- Add support for renaming VMs +* Thu Oct 14 2021 Martin Pitt - 254-1 +- Support configuring static MAC → IP address mappings + +* Thu Sep 30 2021 Matej Marusak - 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 - 250 - 1 - Show only supported pool types in pool create dialog (rhbz#1985947)