cockpit-machines/SPECS/cockpit-machines.spec

152 lines
4.5 KiB
RPMSpec
Raw Normal View History

2021-11-03 21:39:34 +00:00
# This spec file has been automatically updated
2022-01-11 17:05:31 +00:00
Version: 258.1
2021-11-03 21:39:34 +00:00
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
2021-12-07 18:26:35 +00:00
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
2021-11-03 21:39:34 +00:00
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
2021-12-07 18:26:35 +00:00
%description
2021-11-03 21:39:34 +00:00
Cockpit component for managing virtual machines.
If "virt-install" is installed, you can also create new virtual machines.
%prep
2021-12-07 18:26:35 +00:00
%setup -q -n %{name}
2021-11-03 21:39:34 +00:00
%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
2022-01-11 17:05:31 +00:00
* Mon Dec 13 2021 Martin Pitt <martin@piware.de> - 258.1-1
- Test fixes
* Thu Dec 09 2021 Marius Vollmer <mvollmer@redhat.com> - 258-1
- Move storage pool actions outside of the expanded row
- Move the 'Overview' tab content from the network rows to the expanded row directly
* Fri Nov 19 2021 Katerina Koukiou <kkoukiou@redhat.com> - 257-1
- Test fixes for RHEL gating
2021-12-07 18:26:35 +00:00
* 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
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed Oct 27 2021 Jelle van der Waa <jvanderwaa@redhat.com> - 255-1
- Translation updates
* Wed Oct 13 2021 Martin Pitt <martin@piware.de> - 254-1
2021-12-07 18:26:35 +00:00
- Support configuring static MAC IP address mappings
2022-01-11 17:05:31 +00:00
* Wed Sep 29 2021 Matej Marusak <mmarusak@redhat.com> - 253-1
2021-12-07 18:26:35 +00:00
- Support adding and removing host devices
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* 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
* Tue Aug 24 2021 Matej Marusak <mmarusak@redhat.com> - 250.1-1
- Test fixes for RHEL gating
* Wed Aug 18 2021 Marius Vollmer <mvollmer@redhat.com> - 250-1
- Update to upstream 250 release
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249.1-1
- Test fixes for Fedora/RHEL gating
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249-1
2021-11-03 21:39:34 +00:00
- Disable non-shared storage migration on RHEL
2022-01-11 17:05:31 +00:00
- Lots of bug fixes
- Translation updates
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 248-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed Jul 21 2021 Matej Marusak <mmarusak@redhat.com> - 248-1
- Some nice bug fixes
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed Jul 07 2021 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 247-1
- A myriad of bug fixes
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed Jun 23 2021 Katerina Koukiou <kkoukiou@redhat.com> - 246-1
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
- Share host files with the guest using virtiofs
- Show list of pass-through devices
* Wed Jun 09 2021 Marius Vollmer <mvollmer@redhat.com> - 245-1
- Updated translations
- Fixed localization of VncConsole
2021-11-03 21:39:34 +00:00
2022-01-11 17:05:31 +00:00
* Wed May 19 2021 Martin Pitt <martin@piware.de> - 244.1-1
- Fix crash on VM deletion with cockpit 244
* Wed May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244-1
- Edit the MAC address of a VMs network interface
2021-11-03 21:39:34 +00:00
* 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