Update to 343 upstream release
Resolves: RHEL-116731
This commit is contained in:
parent
1e3bd8bb00
commit
2ea8fc9e63
2
.gitignore
vendored
2
.gitignore
vendored
@ -107,3 +107,5 @@
|
||||
/cockpit-machines-339.tar.xz
|
||||
/cockpit-machines-340.tar.xz
|
||||
/cockpit-machines-341.tar.xz
|
||||
/cockpit-machines-342.tar.xz
|
||||
/cockpit-machines-343.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
|
||||
The file was generated using packit 1.12.0.
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-machines
|
||||
Version: 341
|
||||
Version: 343
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit user interface for virtual machines
|
||||
License: LGPL-2.1-or-later AND MIT
|
||||
@ -47,6 +47,7 @@ Requires: libvirt-daemon-config-network
|
||||
Recommends: libvirt-daemon-driver-storage-disk
|
||||
%if 0%{?rhel}
|
||||
Requires: qemu-kvm
|
||||
Suggests: qemu-kvm-block-curl
|
||||
%else
|
||||
# smaller footprint on Fedora, as qemu-kvm is really expensive on a server
|
||||
Requires: qemu-kvm-core
|
||||
@ -69,12 +70,12 @@ Recommends: python3-gobject-base
|
||||
Suggests: (qemu-virtiofsd or virtiofsd)
|
||||
|
||||
Provides: bundled(npm(@novnc/novnc)) = 1.5.0
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.4.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.5
|
||||
@ -94,7 +95,7 @@ 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(tabbable)) = 6.3.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 5.0.2
|
||||
Provides: bundled(npm(tslib)) = 2.8.1
|
||||
|
||||
@ -119,6 +120,13 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Oct 30 2025 Packit <hello@packit.dev> - 343-1
|
||||
- Memory usage now shows numbers reported by the guest (RHEL-116731)
|
||||
|
||||
|
||||
* Wed Oct 15 2025 Packit <hello@packit.dev> - 342-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Thu Oct 02 2025 Packit <hello@packit.dev> - 341-1
|
||||
- Improved UX for Disks and Network interface tables
|
||||
- Bug fixes and translation updates
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-341.tar.xz) = ba37d48e625eee94fd5c987fcb760fd0a882a23ea79f2ce82503c4c4c8378e98fb545480d858e4910b8cd51e822e4699cac75a8837f81766f3ff213e106f6332
|
||||
SHA512 (cockpit-machines-343.tar.xz) = ae6720065079a1e073551e1523bbe8207d1d251a337f96b33b029fd563dde5f399d8fc1d46a5ee79fc7629631bd6de3282d70922a4587855755bc98838de7aa9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user