Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2025-12-04 11:27:01 +00:00
parent fb6ec4394c
commit c64403cfd8
3 changed files with 91 additions and 26 deletions

View File

@ -1 +1 @@
13a8871c5e343fc0d2b838f9a1f22773e275fc00 SOURCES/cockpit-machines-318.1.tar.xz
9592f4d5c12eefd3eafae070f3923a6428ede4c3 SOURCES/cockpit-machines-337.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-machines-318.1.tar.xz
SOURCES/cockpit-machines-337.tar.xz

View File

@ -16,7 +16,7 @@
#
Name: cockpit-machines
Version: 318.1
Version: 337
Release: 1%{?dist}
Summary: Cockpit user interface for virtual machines
License: LGPL-2.1-or-later AND MIT
@ -43,8 +43,7 @@ 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)
Requires: libvirt-daemon-config-network
Recommends: libvirt-daemon-driver-storage-disk
%if 0%{?rhel}
Requires: qemu-kvm
@ -63,35 +62,33 @@ Requires: (qemu-audio-spice if qemu-char-spice)
%endif
Requires: libvirt-client
Requires: libvirt-dbus >= 1.2.0
Requires: virt-install >= 3.0.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(@novnc/novnc)) = 1.5.0
Provides: bundled(npm(@patternfly/patternfly)) = 6.3.0
Provides: bundled(npm(@patternfly/react-core)) = 6.3.0
Provides: bundled(npm(@patternfly/react-icons)) = 6.3.0
Provides: bundled(npm(@patternfly/react-styles)) = 6.3.0
Provides: bundled(npm(@patternfly/react-table)) = 6.3.0
Provides: bundled(npm(@patternfly/react-tokens)) = 6.3.0
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(attr-accept)) = 2.2.5
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(file-selector)) = 2.1.2
Provides: bundled(npm(focus-trap)) = 7.6.4
Provides: bundled(npm(ipaddr.js)) = 2.2.0
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-dropzone)) = 14.3.8
Provides: bundled(npm(react-is)) = 16.13.1
Provides: bundled(npm(react)) = 18.3.1
Provides: bundled(npm(redux-thunk)) = 3.1.0
@ -99,14 +96,10 @@ 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
Provides: bundled(npm(tslib)) = 2.8.1
%description
Cockpit component for managing virtual machines.
If "virt-install" is installed, you can also create new virtual machines.
Cockpit component for managing libvirt virtual machines.
%prep
%setup -q -n %{name}
@ -126,6 +119,78 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
# The changelog is automatically generated and merged
%changelog
* Wed Aug 06 2025 Packit <hello@packit.dev> - 337-1
Bug fixes and translation updates
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 336-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Jul 23 2025 Packit <hello@packit.dev> - 336-1
- Graphical VNC and serial consoles improvements
- Control VNC console resizing and scaling
- Bug fixes and translation updates
* Wed Jul 09 2025 Packit <hello@packit.dev> - 335-1
- Bug fixes and translation updates
* Wed Jun 25 2025 Packit <hello@packit.dev> - 334-1
- Bug fixes and translation updates
* Wed Jun 04 2025 Packit <hello@packit.dev> - 333-1
- Virtual network interfaces can now select source mode
- Bug fixes and translation updates
* Wed May 21 2025 Packit <hello@packit.dev> - 332-1
- The "shareable" attribute of disks is no longer modified by Cockpit
- Bug fixes and translation updates
* Wed May 07 2025 Packit <hello@packit.dev> - 331-1
- Translation updates
- Bug fixes
* Wed Apr 23 2025 Packit <hello@packit.dev> - 330-1
- Upgraded to Patternfly 6
* Wed Mar 12 2025 Packit <hello@packit.dev> - 329-1
- Translation updates
- Bug fixes
* Thu Feb 27 2025 Packit <hello@packit.dev> - 328-1
- Bug fixes
* Wed Jan 29 2025 Packit <hello@packit.dev> - 327-1
- Translation updates
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 326-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Dec 18 2024 Packit <hello@packit.dev> - 326-1
- Download and install unsupported and older operating systems
* Wed Dec 04 2024 Packit <hello@packit.dev> - 325-1
- Improve rendering of VM descriptions
- Translation updates
* Wed Nov 20 2024 Packit <hello@packit.dev> - 324-1
- Limit size of descriptions
* Wed Nov 06 2024 Packit <hello@packit.dev> - 323-1
- Action to add a TPM
* Wed Oct 23 2024 Packit <hello@packit.dev> - 322-1
- Bug fixes and translation updates
* Wed Oct 09 2024 Packit <hello@packit.dev> - 321-1
- Drop usage of virtinterfaced
* Wed Sep 25 2024 Packit <hello@packit.dev> - 320-1
- Improve snapshot memory path handling
- Add support for VM descriptions
* Wed Sep 04 2024 Packit <hello@packit.dev> - 319-1
- Translation updates
- Bug fixes
* Tue Aug 20 2024 Packit <hello@packit.dev> - 318-1
- Translation updates
- Test fixes