From 341a4a53e1205c7f9ccb1f6b28543d9c4c239d58 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 31 Oct 2024 21:41:01 +0300 Subject: [PATCH] import cockpit-podman-97-1.el10 --- .cockpit-podman.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-podman.spec | 34 +++++++++++++++++++++++----------- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index 47bb78c..0e07771 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -9dca722ba53e4224f66a30256e08ada417eb219a SOURCES/cockpit-podman-93.tar.xz +9ae4dc6ef6be6a2727bc05027a5f961be43ec6d6 SOURCES/cockpit-podman-97.tar.xz diff --git a/.gitignore b/.gitignore index d1908d3..243ca2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-93.tar.xz +SOURCES/cockpit-podman-97.tar.xz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index b137a93..0415e07 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -16,7 +16,7 @@ # Name: cockpit-podman -Version: 93 +Version: 97 Release: 1%{?dist} Summary: Cockpit component for Podman containers License: LGPL-2.1-or-later @@ -45,18 +45,18 @@ Requires: criu-libs Requires: libcriu2 %endif -Provides: bundled(npm(@patternfly/patternfly)) = 5.3.1 -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(@patternfly/patternfly)) = 5.4.1 +Provides: bundled(npm(@patternfly/react-core)) = 5.4.1 +Provides: bundled(npm(@patternfly/react-icons)) = 5.4.0 +Provides: bundled(npm(@patternfly/react-styles)) = 5.4.0 +Provides: bundled(npm(@patternfly/react-table)) = 5.4.1 +Provides: bundled(npm(@patternfly/react-tokens)) = 5.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.2 +Provides: bundled(npm(attr-accept)) = 2.2.4 Provides: bundled(npm(docker-names)) = 1.2.1 Provides: bundled(npm(file-selector)) = 0.6.0 -Provides: bundled(npm(focus-trap)) = 7.5.2 +Provides: bundled(npm(focus-trap)) = 7.5.4 Provides: bundled(npm(ipaddr.js)) = 2.2.0 Provides: bundled(npm(js-tokens)) = 4.0.0 Provides: bundled(npm(lodash)) = 4.17.21 @@ -64,13 +64,13 @@ 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.2.10 Provides: bundled(npm(react-is)) = 16.13.1 Provides: bundled(npm(react)) = 18.3.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(tslib)) = 2.8.0 %description The Cockpit user interface for Podman containers. @@ -92,6 +92,18 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Wed Oct 23 2024 Packit - 97-1 +- Bug fixes and translation updates + +* Wed Oct 09 2024 Packit - 96-1 +- pull images from registries without search API + +* Wed Sep 25 2024 Packit - 95-1 +- Bug fixes and translation updates + +* Wed Sep 04 2024 Packit - 94-1 +- Render ports are ranges in container integration tab + * Thu Aug 22 2024 Packit - 93-1 - Bug fixes and translation updates