Update to 325

Related: RHEL-60038
This commit is contained in:
Martin Pitt 2024-12-04 12:07:20 +01:00 committed by Martin Pitt
parent b5c7e4c617
commit 9fb304a6ed
4 changed files with 27 additions and 14 deletions

3
.gitignore vendored
View File

@ -88,3 +88,6 @@
/cockpit-machines-320.tar.xz /cockpit-machines-320.tar.xz
/cockpit-machines-321.tar.xz /cockpit-machines-321.tar.xz
/cockpit-machines-322.tar.xz /cockpit-machines-322.tar.xz
/cockpit-machines-323.tar.xz
/cockpit-machines-324.tar.xz
/cockpit-machines-325.tar.xz

View File

@ -1,3 +1,3 @@
This repository is maintained by packit. This repository is maintained by packit.
https://packit.dev/ https://packit.dev/
The file was generated using packit 0.102.1.post1.dev6+g64f7460b. The file was generated using packit 0.104.1.post1.dev2+g8a1a06eb.

View File

@ -16,7 +16,7 @@
# #
Name: cockpit-machines Name: cockpit-machines
Version: 322 Version: 325
Release: 1%{?dist} Release: 1%{?dist}
Summary: Cockpit user interface for virtual machines Summary: Cockpit user interface for virtual machines
License: LGPL-2.1-or-later AND MIT License: LGPL-2.1-or-later AND MIT
@ -70,28 +70,28 @@ Suggests: (qemu-virtiofsd or virtiofsd)
Provides: bundled(npm(@novnc/novnc)) = 1.4.0 Provides: bundled(npm(@novnc/novnc)) = 1.4.0
Provides: bundled(npm(@novnc/novnc)) = 1.5.0 Provides: bundled(npm(@novnc/novnc)) = 1.5.0
Provides: bundled(npm(@patternfly/patternfly)) = 5.4.1 Provides: bundled(npm(@patternfly/patternfly)) = 5.4.2
Provides: bundled(npm(@patternfly/react-console)) = 5.1.0 Provides: bundled(npm(@patternfly/react-console)) = 5.1.0
Provides: bundled(npm(@patternfly/react-core)) = 5.4.1 Provides: bundled(npm(@patternfly/react-core)) = 5.4.10
Provides: bundled(npm(@patternfly/react-icons)) = 5.4.0 Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2
Provides: bundled(npm(@patternfly/react-styles)) = 5.4.0 Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1
Provides: bundled(npm(@patternfly/react-table)) = 5.4.1 Provides: bundled(npm(@patternfly/react-table)) = 5.4.11
Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.0 Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1
Provides: bundled(npm(@spice-project/spice-html5)) = 0.2.1 Provides: bundled(npm(@spice-project/spice-html5)) = 0.2.1
Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0 Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0
Provides: bundled(npm(@xterm/xterm)) = 5.5.0 Provides: bundled(npm(@xterm/xterm)) = 5.5.0
Provides: bundled(npm(attr-accept)) = 2.2.4 Provides: bundled(npm(attr-accept)) = 2.2.5
Provides: bundled(npm(dequal)) = 2.0.3 Provides: bundled(npm(dequal)) = 2.0.3
Provides: bundled(npm(file-saver)) = 1.3.8 Provides: bundled(npm(file-saver)) = 1.3.8
Provides: bundled(npm(file-selector)) = 0.6.0 Provides: bundled(npm(file-selector)) = 2.1.2
Provides: bundled(npm(focus-trap)) = 7.5.4 Provides: bundled(npm(focus-trap)) = 7.6.2
Provides: bundled(npm(js-tokens)) = 4.0.0 Provides: bundled(npm(js-tokens)) = 4.0.0
Provides: bundled(npm(lodash)) = 4.17.21 Provides: bundled(npm(lodash)) = 4.17.21
Provides: bundled(npm(loose-envify)) = 1.4.0 Provides: bundled(npm(loose-envify)) = 1.4.0
Provides: bundled(npm(object-assign)) = 4.1.1 Provides: bundled(npm(object-assign)) = 4.1.1
Provides: bundled(npm(prop-types)) = 15.8.1 Provides: bundled(npm(prop-types)) = 15.8.1
Provides: bundled(npm(react-dom)) = 18.3.1 Provides: bundled(npm(react-dom)) = 18.3.1
Provides: bundled(npm(react-dropzone)) = 14.2.10 Provides: bundled(npm(react-dropzone)) = 14.3.5
Provides: bundled(npm(react-is)) = 16.13.1 Provides: bundled(npm(react-is)) = 16.13.1
Provides: bundled(npm(react)) = 18.3.1 Provides: bundled(npm(react)) = 18.3.1
Provides: bundled(npm(redux-thunk)) = 3.1.0 Provides: bundled(npm(redux-thunk)) = 3.1.0
@ -99,7 +99,7 @@ Provides: bundled(npm(redux)) = 5.0.1
Provides: bundled(npm(scheduler)) = 0.23.2 Provides: bundled(npm(scheduler)) = 0.23.2
Provides: bundled(npm(tabbable)) = 6.2.0 Provides: bundled(npm(tabbable)) = 6.2.0
Provides: bundled(npm(throttle-debounce)) = 5.0.2 Provides: bundled(npm(throttle-debounce)) = 5.0.2
Provides: bundled(npm(tslib)) = 2.8.0 Provides: bundled(npm(tslib)) = 2.8.1
Provides: bundled(npm(xterm-addon-fit)) = 0.2.1 Provides: bundled(npm(xterm-addon-fit)) = 0.2.1
Provides: bundled(npm(xterm)) = 4.19.0 Provides: bundled(npm(xterm)) = 4.19.0
@ -126,6 +126,16 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
# The changelog is automatically generated and merged # The changelog is automatically generated and merged
%changelog %changelog
* 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 * Wed Oct 23 2024 Packit <hello@packit.dev> - 322-1
- Bug fixes and translation updates - Bug fixes and translation updates

View File

@ -1 +1 @@
SHA512 (cockpit-machines-322.tar.xz) = f1ffc03987abdb1b4401236cbd08a00010187d9e9a7abb2d225e4d9e58df4c3bba1d44db3ca42138ffb01363c62933561c991bcb6cd2aaf2f73690e63b592554 SHA512 (cockpit-machines-325.tar.xz) = ceb44804e51b1add33bb9236507f37004ea42f9877a0655cc18c4aea68211c08d71c4e7d91e65d7b1ec9089b6bcab1fe7a72e6fc8d0bcd904cb398ff2027e3dd