From f89bd70ee21eae0726f2dfdc303a74c7d6ef2d3b Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 26 Nov 2024 15:43:55 +0300 Subject: [PATCH] import cockpit-machines-318-1.el10 --- .cockpit-machines.metadata | 1 + .gitignore | 1 + SPECS/cockpit-machines.spec | 460 ++++++++++++++++++++++++++++++++++++ 3 files changed, 462 insertions(+) create mode 100644 .cockpit-machines.metadata create mode 100644 .gitignore create mode 100644 SPECS/cockpit-machines.spec diff --git a/.cockpit-machines.metadata b/.cockpit-machines.metadata new file mode 100644 index 0000000..15d3a57 --- /dev/null +++ b/.cockpit-machines.metadata @@ -0,0 +1 @@ +409cc3f6897d3dce408c11684c92fc4b0dc2069a SOURCES/cockpit-machines-318.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f478530 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cockpit-machines-318.tar.xz diff --git a/SPECS/cockpit-machines.spec b/SPECS/cockpit-machines.spec new file mode 100644 index 0000000..48a4779 --- /dev/null +++ b/SPECS/cockpit-machines.spec @@ -0,0 +1,460 @@ +# +# 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 . +# + +Name: cockpit-machines +Version: 318 +Release: 1%{?dist} +Summary: Cockpit user interface for virtual machines +License: LGPL-2.1-or-later AND MIT +URL: https://github.com/cockpit-project/cockpit-machines + +Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +BuildArch: noarch +%if 0%{?suse_version} +BuildRequires: appstream-glib +%else +BuildRequires: libappstream-glib +%endif +BuildRequires: make +BuildRequires: gettext +%if 0%{?rhel} && 0%{?rhel} <= 8 +BuildRequires: libappstream-glib-devel +%endif + +Requires: cockpit-bridge >= 215 +%if 0%{?suse_version} +Requires: libvirt-daemon-qemu +%else +Requires: libvirt-daemon-driver-qemu +Requires: libvirt-daemon-driver-network +Requires: libvirt-daemon-driver-nodedev +Requires: libvirt-daemon-driver-storage-core +Requires: (libvirt-daemon-driver-interface if virt-install) +Requires: (libvirt-daemon-config-network if virt-install) +Recommends: libvirt-daemon-driver-storage-disk +%if 0%{?rhel} +Requires: qemu-kvm +%else +# smaller footprint on Fedora, as qemu-kvm is really expensive on a server +Requires: qemu-kvm-core +Recommends: qemu-block-curl +Recommends: qemu-char-spice +Recommends: qemu-device-usb-host +Recommends: qemu-device-usb-redirect +# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=2170110 +%if 0%{?fedora} >= 38 +Requires: (qemu-audio-spice if qemu-char-spice) +%endif +%endif +%endif +Requires: libvirt-client +Requires: libvirt-dbus >= 1.2.0 +# Optional components +Recommends: virt-install >= 3.0.0 +Recommends: libosinfo +Recommends: python3-gobject-base +Suggests: (qemu-virtiofsd or virtiofsd) + +Provides: bundled(npm(@novnc/novnc)) = 1.4.0 +Provides: bundled(npm(@patternfly/patternfly)) = 5.3.1 +Provides: bundled(npm(@patternfly/react-console)) = 5.0.0 +Provides: bundled(npm(@patternfly/react-core)) = 5.3.4 +Provides: bundled(npm(@patternfly/react-icons)) = 5.3.2 +Provides: bundled(npm(@patternfly/react-styles)) = 5.3.1 +Provides: bundled(npm(@patternfly/react-table)) = 5.3.4 +Provides: bundled(npm(@patternfly/react-tokens)) = 5.3.1 +Provides: bundled(npm(@spice-project/spice-html5)) = 0.2.1 +Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0 +Provides: bundled(npm(@xterm/xterm)) = 5.5.0 +Provides: bundled(npm(attr-accept)) = 2.2.2 +Provides: bundled(npm(dequal)) = 2.0.3 +Provides: bundled(npm(file-saver)) = 1.3.8 +Provides: bundled(npm(file-selector)) = 0.6.0 +Provides: bundled(npm(focus-trap)) = 7.5.2 +Provides: bundled(npm(js-tokens)) = 4.0.0 +Provides: bundled(npm(lodash)) = 4.17.21 +Provides: bundled(npm(loose-envify)) = 1.4.0 +Provides: bundled(npm(object-assign)) = 4.1.1 +Provides: bundled(npm(prop-types)) = 15.8.1 +Provides: bundled(npm(react-dom)) = 18.3.1 +Provides: bundled(npm(react-dropzone)) = 14.2.3 +Provides: bundled(npm(react-is)) = 16.13.1 +Provides: bundled(npm(react)) = 18.3.1 +Provides: bundled(npm(redux-thunk)) = 3.1.0 +Provides: bundled(npm(redux)) = 5.0.1 +Provides: bundled(npm(scheduler)) = 0.23.2 +Provides: bundled(npm(tabbable)) = 6.2.0 +Provides: bundled(npm(throttle-debounce)) = 5.0.2 +Provides: bundled(npm(tslib)) = 2.6.3 +Provides: bundled(npm(xterm-addon-fit)) = 0.2.1 +Provides: bundled(npm(xterm)) = 4.19.0 + +%description +Cockpit component for managing virtual machines. + +If "virt-install" is installed, you can also create new virtual machines. + +%prep +%setup -q -n %{name} + +%build +# Nothing to build + +%install +%make_install PREFIX=/usr +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* + +%files +%doc README.md +%license LICENSE dist/index.js.LEGAL.txt dist/index.css.LEGAL.txt +%{_datadir}/cockpit/* +%{_datadir}/metainfo/* + +# The changelog is automatically generated and merged +%changelog +* Tue Nov 26 2024 MSVSphere Packaging Team - 318-1 +- Rebuilt for MSVSphere 10 + +* Tue Aug 20 2024 Packit - 318-1 +- Translation updates +- Test fixes + +* Thu Aug 08 2024 Packit - 317-1 +- Bug fixes + +* Wed Jul 17 2024 Fedora Release Engineering - 316-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Wed Jul 10 2024 Packit - 316-1 +- Bug fixes and performance improvements + +* Wed Jun 26 2024 Packit - 315-1 +- Translation updates and bug fixes + +* Wed Jun 12 2024 Packit - 314-1 +- Fix translation extraction +- Translation updates + +* Thu May 30 2024 Packit - 313-1 +- Updates to translations + +* Thu Apr 25 2024 Packit - 312-1 +- Bug fixes and performance improvements +Resolves: jira#RHEL-33468 + +* Wed Apr 10 2024 Packit - 311-1 +- Allow pasting multiple SSH keys at once in Create VM dialog +- Fix detaching host device for running VMs + +* Wed Mar 27 2024 Packit - 310-1 +- Bug fixes and performance improvements + +* Wed Mar 13 2024 Packit - 309-1 + - "bug fixes and performance improvements" + +* Tue Feb 20 2024 Packit - 308-1 +- Add TPM when switching to EFI +- Translation updates (RHEL-14230) + +* Wed Feb 14 2024 Packit - 307-1 +- Mass SPICE replacement +- Pre-formatted Block Device storage pool support + +* Wed Jan 31 2024 Packit - 306-1 +- Machines: Action to Replace SPICE devices +- Machines: Create external snapshots when supported + +* Wed Jan 24 2024 Fedora Release Engineering - 305-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 305-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jan 18 2024 Packit - 305-1 +- many small bug fixes + +* Fri Dec 15 2023 Martin Pitt - 304-1 +- Performance and stability improvements + +* Wed Nov 29 2023 Packit - 303-1 +- Change "Add disk" default behavior + +* Wed Nov 15 2023 Packit - 302-1 +- Performance and stability improvements + +* Thu Nov 02 2023 Packit - 301.1-1 +- Test fixes + +* Wed Oct 18 2023 Packit - 300-1 +- Add SSH keys to VM creation dialog + +* Wed Sep 20 2023 Packit - 299-1 +- Performance and stability improvements + +* Wed Sep 06 2023 Packit - 298-1 +- Bug fixes and stability improvements + +* Wed Aug 23 2023 Packit - 297-1 +- Bug fixes and stability improvements + +* Wed Aug 09 2023 Packit - 296-1 +- Update to PatternFly 5 + +* Wed Jul 26 2023 Packit - 295-1 +- Performance and stability improvements + +* Wed Jul 19 2023 Fedora Release Engineering - 294-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jul 12 2023 Packit - 294-1 +- Bug fixes and translation updates + +* Wed Jun 28 2023 Packit - 293-1 +- Confirm shutdown actions +- Show virtual interface's TAP device + +* Thu Jun 15 2023 Packit - 292-1 +- Add manifest condition for the Python bridge + +* Thu Jun 01 2023 Packit - 291-1 +- Maintenance and translation updates + +* Tue May 16 2023 Packit - 290-1 +- Apply watchdog changes on next boot if hotplug fails + +* Fri May 05 2023 Packit - 289.1-1 +- Fix alignment of icons in main view + +* Thu May 04 2023 Packit - 289-1 +- Update to PatternFly 5 Alpha +- Option to use RAW volume during VM creation +- Redesign VM’s CPU configuration + +* Wed Apr 19 2023 Packit - 288-1 +- Indicate need for shutdown +- Delete storage file upon disk detachment + +* Thu Apr 06 2023 Packit - 287-1 +- Show an alert when virtualization is disabled in BIOS/EFI + +* Wed Mar 22 2023 Packit - 286-1 +- Create VM based on cloud image and start it later + +* Wed Mar 08 2023 Packit - 285-1 +- Stability and performance improvements + +* Wed Feb 22 2023 Packit - 284-1 +- Stability and performance improvements + +* Wed Feb 08 2023 Packit - 283-1 +- Stability and performance improvements + +* Wed Jan 25 2023 Packit - 282-1 +- Option to forcefully revert a snapshot +- Fix tabular numbers font + +* Thu Jan 19 2023 Fedora Release Engineering - 281-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jan 11 2023 Packit - 281-1 +- Summarize system and user session differences +- Virtual watchdog device support + +* Tue Jan 03 2023 Packit - 280-1 +- Start using tabular fonts +- Other UI fixes and improvements + + +* Thu Dec 01 2022 Packit - 279-1 +- Autodetect file's format when attaching disk + + +* Wed Nov 16 2022 Packit - 278-1 +- Stability and performance improvements + + +* Mon Nov 07 2022 Packit - 277-1 +- Dark theme support +- Allow TRIM/UNMAP requests by default for newly added disks +- Insert and eject CD & DVD media + + +* Wed Oct 19 2022 Packit - 276-1 +- Add connection information to the VM detail page + + +* Wed Sep 21 2022 Packit - 275-1 +- Improvements of offline token management + + +* Wed Sep 07 2022 Packit - 274-1 + - Stability and performance improvements + + +* Wed Aug 24 2022 Packit - 273-1 +- Fix downloading of RHEL images + + +* Wed Jul 20 2022 Fedora Release Engineering - 272-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jul 20 2022 Packit - 272-1 +- Download RHEL images + + +* Thu Jun 23 2022 Packit - 271-1 +- Test fixes + + +* Sat Jun 11 2022 Packit - 270.2-1 +- Fix test/reference setup in release tarball for tests + + +* Thu Jun 09 2022 Packit - 270.1-1 +- Fix release tarball + + +* Wed Jun 08 2022 Packit - 270-1 +- Tests improvements and stabilization + + +* Tue May 24 2022 Marius Vollmer - 269-1 +- Machines: Redesign content removal dialogs + +* Thu May 12 2022 Allison Karlitskaya - 268-1 +- Provide default name for new VMs + +* Thu Apr 28 2022 Jelle van der Waa - 267-1 +- Tests improvements and stabilization + +* Wed Apr 13 2022 Martin Pitt - 266-1 +- Redesign VM creation +- Remove static hosts from virtual network's DHCP + +* Wed Mar 30 2022 Matej Marusak - 265-1 +- Translation updates +- Tests robustification + +* Wed Mar 16 2022 Simon Kobyda - 264-1 +- Disk serial number +- Multiple fixes of host device attachement + +* Wed Mar 02 2022 Martin Pitt - 263-1 +- Delete storage files also when the VM is shut off +- Translation updates (rhbz#2017343) + +* Thu Feb 24 2022 Martin Pitt - 262-1 +- Fix broken VM deletion dialog layout +- Translation updates (rhbz#2017343) + +* Wed Feb 16 2022 Jelle van der Waa - 261-1 +- Tests improvements and stabilization + +* Mon Jan 24 2022 Matej Marusak - 260-1 +- Tests improvements and stabilization + +* Wed Jan 19 2022 Fedora Release Engineering - 259-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 05 2022 Simon Kobyda - 259-1 +- Update to upstream 259 release + +* Mon Dec 13 2021 Martin Pitt - 258.1-1 +- Test fixes + +* Thu Dec 09 2021 Marius Vollmer - 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 - 257-1 +- Test fixes for RHEL gating + +* 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 + +* Wed Oct 27 2021 Jelle van der Waa - 255-1 +- Translation updates + +* Wed Oct 13 2021 Martin Pitt - 254-1 +- Support configuring static MAC → IP address mappings + +* Wed Sep 29 2021 Matej Marusak - 253-1 +- Support adding and removing host devices + +* Wed Sep 15 2021 Katerina Koukiou - 252-1 +- Add support for renaming VMs + +* Wed Sep 01 2021 Simon Kobyda - 251-1 +- Bug fixes and improvements + +* Tue Aug 24 2021 Matej Marusak - 250.1-1 +- Test fixes for RHEL gating + +* Wed Aug 18 2021 Marius Vollmer - 250-1 +- Update to upstream 250 release + +* Wed Aug 04 2021 Martin Pitt - 249.1-1 +- Test fixes for Fedora/RHEL gating + +* Wed Aug 04 2021 Martin Pitt - 249-1 +- Disable non-shared storage migration on RHEL +- Lots of bug fixes +- Translation updates + +* Wed Jul 21 2021 Fedora Release Engineering - 248-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jul 21 2021 Matej Marusak - 248-1 +- Some nice bug fixes + +* Wed Jul 07 2021 Allison Karlitskaya - 247-1 +- A myriad of bug fixes + +* Wed Jun 23 2021 Katerina Koukiou - 246-1 +- Share host files with the guest using virtiofs +- Show list of pass-through devices + + +* Wed Jun 09 2021 Marius Vollmer - 245-1 +- Updated translations +- Fixed localization of VncConsole + + +* Wed May 19 2021 Martin Pitt - 244.1-1 +- Fix crash on VM deletion with cockpit 244 + + +* Wed May 12 2021 Katerina Koukiou - 244-1 +- Edit the MAC address of a VM’s network interface + + +* Thu Apr 22 2021 Martin Pitt - 243.1-1 +- Fix tooltip on Plug/Unplug button +- Integration test fixes + + +* Wed Apr 14 2021 Matej Marusak - 243-1 +- PatternFly 4 updates +- Translation updates +- Correctly manage editing of unknown bus type + + +* Thu Apr 01 2021 Katerina Koukiou - 242.1-1 +- Add MIT to the list of licenses in spec file + +