import cockpit-machines-252-1.el9_b
This commit is contained in:
commit
5c4fbf9f5f
1
.cockpit-machines.metadata
Normal file
1
.cockpit-machines.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
452a91e1a69fefbd85a99da36fd568dc57593b09 SOURCES/cockpit-machines-252.tar.xz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/cockpit-machines-252.tar.xz
|
124
SPECS/cockpit-machines.spec
Normal file
124
SPECS/cockpit-machines.spec
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
# This spec file has been automatically updated
|
||||||
|
Version: 252
|
||||||
|
Release: 1%{?dist}
|
||||||
|
#
|
||||||
|
# Copyright (C) 2021 Red Hat, Inc.
|
||||||
|
#
|
||||||
|
# Cockpit is free software; you can redistribute it and/or modify it
|
||||||
|
# under the terms of the GNU Lesser General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Cockpit is distributed in the hope that it will be useful, but
|
||||||
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
|
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
Name: cockpit-machines
|
||||||
|
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
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
|
Requires: cockpit-bridge >= 215
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
Requires: libvirt-daemon-qemu
|
||||||
|
%else
|
||||||
|
Requires: libvirt-daemon-kvm
|
||||||
|
%endif
|
||||||
|
Requires: libvirt-client
|
||||||
|
Requires: libvirt-dbus >= 1.2.0
|
||||||
|
# Optional components
|
||||||
|
Recommends: virt-install
|
||||||
|
Recommends: libosinfo
|
||||||
|
Recommends: python3-gobject-base
|
||||||
|
|
||||||
|
%description -n cockpit-machines
|
||||||
|
Cockpit component for managing virtual machines.
|
||||||
|
|
||||||
|
If "virt-install" is installed, you can also create new virtual machines.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n cockpit-machines
|
||||||
|
|
||||||
|
%build
|
||||||
|
# Nothing to build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE dist/index.js.LICENSE.txt.gz
|
||||||
|
%{_datadir}/cockpit/*
|
||||||
|
%{_datadir}/metainfo/*
|
||||||
|
|
||||||
|
# The changelog is automatically generated and merged
|
||||||
|
%changelog
|
||||||
|
|
||||||
|
* Thu Sep 16 2021 Katerina Koukiou <kkoukiou@redhat.com> - 252-1
|
||||||
|
- Add support for renaming VMs
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
- Allow adding disks with custom path even when no storage pools exist (rhbz#1985228)
|
||||||
|
- Support for removal of shared directories (rhbz#1983848)
|
||||||
|
- Show errors in modals (rhbz#1993436)
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
- Machines: Fix ooops when press the down arrow several times when inputting custom path (rhbz#1977554)
|
||||||
|
|
||||||
|
* Thu July 09 2021 Katerina Koukiou <kkoukiou@redhat.com> - 247-1
|
||||||
|
|
||||||
|
- Machines: Share host files with the guest using virtiofs
|
||||||
|
- Machines: Show list of pass-through devices
|
||||||
|
|
||||||
|
* Mon May 17 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244.1-1
|
||||||
|
|
||||||
|
- Edit the MAC address of a VM’s network interface
|
||||||
|
|
||||||
|
* Fri Apr 23 2021 Martin Pitt <martin@piware.de> - 243.1-2
|
||||||
|
- Fix gating tests
|
||||||
|
|
||||||
|
* Thu Apr 22 2021 Martin Pitt <martin@piware.de> - 243.1-1
|
||||||
|
|
||||||
|
- Fix tooltip on Plug/Unplug button
|
||||||
|
- Integration test fixes
|
||||||
|
|
||||||
|
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 243-1
|
||||||
|
|
||||||
|
- PatternFly 4 updates
|
||||||
|
- Translation updates
|
||||||
|
- Correctly manage editing of unknown bus type
|
||||||
|
|
||||||
|
* Thu Apr 01 2021 Katerina Koukiou <kkoukiou@redhat.com> - 242.1-1
|
||||||
|
|
||||||
|
- Add MIT to the list of licenses in spec file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user