|
|
7b6858 |
# This spec file has been automatically updated
|
|
|
857119 |
Version: 261
|
|
|
7b6858 |
Release: 1%{?dist}
|
|
|
7b6858 |
#
|
|
|
7b6858 |
# Copyright (C) 2021 Red Hat, Inc.
|
|
|
7b6858 |
#
|
|
|
7b6858 |
# Cockpit is free software; you can redistribute it and/or modify it
|
|
|
7b6858 |
# under the terms of the GNU Lesser General Public License as published by
|
|
|
7b6858 |
# the Free Software Foundation; either version 2.1 of the License, or
|
|
|
7b6858 |
# (at your option) any later version.
|
|
|
7b6858 |
#
|
|
|
7b6858 |
# Cockpit is distributed in the hope that it will be useful, but
|
|
|
7b6858 |
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
7b6858 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
7b6858 |
# Lesser General Public License for more details.
|
|
|
7b6858 |
#
|
|
|
7b6858 |
# You should have received a copy of the GNU Lesser General Public License
|
|
|
7b6858 |
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
|
|
7b6858 |
#
|
|
|
7b6858 |
|
|
|
7b6858 |
Name: cockpit-machines
|
|
|
7b6858 |
Summary: Cockpit user interface for virtual machines
|
|
|
7b6858 |
License: LGPLv2+ and MIT
|
|
|
7b6858 |
URL: https://github.com/cockpit-project/cockpit-machines
|
|
|
7b6858 |
|
|
|
27b89a |
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
7b6858 |
BuildArch: noarch
|
|
|
7b6858 |
BuildRequires: libappstream-glib
|
|
|
7b6858 |
BuildRequires: make
|
|
|
7b6858 |
|
|
|
7b6858 |
Requires: cockpit-bridge >= 215
|
|
|
7b6858 |
%if 0%{?suse_version}
|
|
|
7b6858 |
Requires: libvirt-daemon-qemu
|
|
|
7b6858 |
%else
|
|
|
7b6858 |
Requires: libvirt-daemon-kvm
|
|
|
7b6858 |
%endif
|
|
|
7b6858 |
Requires: libvirt-client
|
|
|
7b6858 |
Requires: libvirt-dbus >= 1.2.0
|
|
|
7b6858 |
# Optional components
|
|
|
7b6858 |
Recommends: virt-install
|
|
|
7b6858 |
Recommends: libosinfo
|
|
|
7b6858 |
Recommends: python3-gobject-base
|
|
|
7b6858 |
|
|
|
27b89a |
%description
|
|
|
7b6858 |
Cockpit component for managing virtual machines.
|
|
|
7b6858 |
|
|
|
7b6858 |
If "virt-install" is installed, you can also create new virtual machines.
|
|
|
7b6858 |
|
|
|
7b6858 |
%prep
|
|
|
27b89a |
%setup -q -n %{name}
|
|
|
7b6858 |
|
|
|
7b6858 |
%build
|
|
|
7b6858 |
# Nothing to build
|
|
|
7b6858 |
|
|
|
7b6858 |
%install
|
|
|
7b6858 |
%make_install
|
|
|
7b6858 |
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|
|
7b6858 |
|
|
|
7b6858 |
%files
|
|
|
7b6858 |
%doc README.md
|
|
|
7b6858 |
%license LICENSE dist/index.js.LICENSE.txt.gz
|
|
|
7b6858 |
%{_datadir}/cockpit/*
|
|
|
7b6858 |
%{_datadir}/metainfo/*
|
|
|
7b6858 |
|
|
|
7b6858 |
# The changelog is automatically generated and merged
|
|
|
7b6858 |
%changelog
|
|
|
857119 |
* Wed Feb 16 2022 Jelle van der Waa <jvanderwaa@redhat.com> - 261-1
|
|
|
857119 |
- Tests improvements and stabilization
|
|
|
857119 |
|
|
|
857119 |
* Mon Jan 24 2022 Matej Marusak <mmarusak@redhat.com> - 260-1
|
|
|
857119 |
- Tests improvements and stabilization
|
|
|
857119 |
|
|
|
857119 |
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 259-2
|
|
|
857119 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
857119 |
|
|
|
857119 |
* Wed Jan 05 2022 Simon Kobyda <skobyda@redhat.com> - 259-1
|
|
|
857119 |
- Update to upstream 259 release
|
|
|
857119 |
|
|
|
49d47d |
* Mon Dec 13 2021 Martin Pitt <martin@piware.de> - 258.1-1
|
|
|
49d47d |
- Test fixes
|
|
|
49d47d |
|
|
|
49d47d |
* Thu Dec 09 2021 Marius Vollmer <mvollmer@redhat.com> - 258-1
|
|
|
49d47d |
- Move storage pool actions outside of the expanded row
|
|
|
49d47d |
- Move the 'Overview' tab content from the network rows to the expanded row directly
|
|
|
49d47d |
|
|
|
49d47d |
* Fri Nov 19 2021 Katerina Koukiou <kkoukiou@redhat.com> - 257-1
|
|
|
49d47d |
- Test fixes for RHEL gating
|
|
|
49d47d |
|
|
|
27b89a |
* Wed Nov 10 2021 Katerina Koukiou <kkoukiou@redhat.com> - 256-1
|
|
|
27b89a |
- Now officially supported on Arch Linux (https://archlinux.org/)
|
|
|
27b89a |
- Support selecting between consoles of the same type
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Oct 27 2021 Jelle van der Waa <jvanderwaa@redhat.com> - 255-1
|
|
|
49d47d |
- Translation updates
|
|
|
49d47d |
|
|
|
49d47d |
* Wed Oct 13 2021 Martin Pitt <martin@piware.de> - 254-1
|
|
|
27b89a |
- Support configuring static MAC → IP address mappings
|
|
|
27b89a |
|
|
|
49d47d |
* Wed Sep 29 2021 Matej Marusak <mmarusak@redhat.com> - 253-1
|
|
|
27b89a |
- Support adding and removing host devices
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Sep 15 2021 Katerina Koukiou <kkoukiou@redhat.com> - 252-1
|
|
|
49d47d |
- Add support for renaming VMs
|
|
|
49d47d |
|
|
|
49d47d |
* Wed Sep 01 2021 Simon Kobyda <skobyda@redhat.com> - 251-1
|
|
|
49d47d |
- Bug fixes and improvements
|
|
|
49d47d |
|
|
|
49d47d |
* Tue Aug 24 2021 Matej Marusak <mmarusak@redhat.com> - 250.1-1
|
|
|
49d47d |
- Test fixes for RHEL gating
|
|
|
49d47d |
|
|
|
49d47d |
* Wed Aug 18 2021 Marius Vollmer <mvollmer@redhat.com> - 250-1
|
|
|
49d47d |
- Update to upstream 250 release
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249.1-1
|
|
|
49d47d |
- Test fixes for Fedora/RHEL gating
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249-1
|
|
|
7b6858 |
- Disable non-shared storage migration on RHEL
|
|
|
49d47d |
- Lots of bug fixes
|
|
|
49d47d |
- Translation updates
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 248-2
|
|
|
49d47d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Jul 21 2021 Matej Marusak <mmarusak@redhat.com> - 248-1
|
|
|
49d47d |
- Some nice bug fixes
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Jul 07 2021 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 247-1
|
|
|
49d47d |
- A myriad of bug fixes
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed Jun 23 2021 Katerina Koukiou <kkoukiou@redhat.com> - 246-1
|
|
|
7b6858 |
|
|
|
49d47d |
- Share host files with the guest using virtiofs
|
|
|
49d47d |
- Show list of pass-through devices
|
|
|
49d47d |
|
|
|
49d47d |
* Wed Jun 09 2021 Marius Vollmer <mvollmer@redhat.com> - 245-1
|
|
|
49d47d |
|
|
|
49d47d |
- Updated translations
|
|
|
49d47d |
- Fixed localization of VncConsole
|
|
|
7b6858 |
|
|
|
49d47d |
* Wed May 19 2021 Martin Pitt <martin@piware.de> - 244.1-1
|
|
|
49d47d |
|
|
|
49d47d |
- Fix crash on VM deletion with cockpit 244
|
|
|
49d47d |
|
|
|
49d47d |
* Wed May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244-1
|
|
|
49d47d |
|
|
|
49d47d |
- Edit the MAC address of a VM’s network interface
|
|
|
7b6858 |
|
|
|
7b6858 |
* Thu Apr 22 2021 Martin Pitt <martin@piware.de> - 243.1-1
|
|
|
7b6858 |
|
|
|
7b6858 |
- Fix tooltip on Plug/Unplug button
|
|
|
7b6858 |
- Integration test fixes
|
|
|
7b6858 |
|
|
|
7b6858 |
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 243-1
|
|
|
7b6858 |
|
|
|
7b6858 |
- PatternFly 4 updates
|
|
|
7b6858 |
- Translation updates
|
|
|
7b6858 |
- Correctly manage editing of unknown bus type
|
|
|
7b6858 |
|
|
|
7b6858 |
* Thu Apr 01 2021 Katerina Koukiou <kkoukiou@redhat.com> - 242.1-1
|
|
|
7b6858 |
|
|
|
7b6858 |
- Add MIT to the list of licenses in spec file
|
|
|
7b6858 |
|