import cockpit-machines-256-1.el9
This commit is contained in:
parent
5c4fbf9f5f
commit
112680fbe7
@ -1 +1 @@
|
|||||||
452a91e1a69fefbd85a99da36fd568dc57593b09 SOURCES/cockpit-machines-252.tar.xz
|
e9e56c70f3541d14161e66d5135cd7fe52abb56b SOURCES/cockpit-machines-256.tar.xz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/cockpit-machines-252.tar.xz
|
SOURCES/cockpit-machines-256.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 252
|
Version: 256
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021 Red Hat, Inc.
|
# Copyright (C) 2021 Red Hat, Inc.
|
||||||
@ -23,7 +23,7 @@ Summary: Cockpit user interface for virtual machines
|
|||||||
License: LGPLv2+ and MIT
|
License: LGPLv2+ and MIT
|
||||||
URL: https://github.com/cockpit-project/cockpit-machines
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -41,13 +41,13 @@ Recommends: virt-install
|
|||||||
Recommends: libosinfo
|
Recommends: libosinfo
|
||||||
Recommends: python3-gobject-base
|
Recommends: python3-gobject-base
|
||||||
|
|
||||||
%description -n cockpit-machines
|
%description
|
||||||
Cockpit component for managing virtual machines.
|
Cockpit component for managing virtual machines.
|
||||||
|
|
||||||
If "virt-install" is installed, you can also create new virtual machines.
|
If "virt-install" is installed, you can also create new virtual machines.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cockpit-machines
|
%setup -q -n %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Nothing to build
|
# Nothing to build
|
||||||
@ -64,9 +64,17 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 10 2021 Katerina Koukiou <kkoukiou@redhat.com> - 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 <kkoukiou@redhat.com> - 252-1
|
* Thu Oct 14 2021 Martin Pitt <mpitt@redhat.com> - 254-1
|
||||||
- Add support for renaming VMs
|
- Support configuring static MAC → IP address mappings
|
||||||
|
|
||||||
|
* 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
|
* Thu Aug 19 2021 Matej Marusak <mmarusak@redhat.com> - 250 - 1
|
||||||
- Show only supported pool types in pool create dialog (rhbz#1985947)
|
- Show only supported pool types in pool create dialog (rhbz#1985947)
|
||||||
|
Loading…
Reference in New Issue
Block a user