From e050c708206559c32de8d89f6a07f2e88f888316 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 13 Nov 2024 16:04:34 +0300 Subject: [PATCH] import cockpit-podman-93.1-1.el9_5 --- .cockpit-podman.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-podman.spec | 167 ++++++++++++++++++++++++++------------ 3 files changed, 115 insertions(+), 56 deletions(-) diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index 75b108c..a78093e 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -e9e8fbe8aa90c770b353fc0f9310cac5e100ac87 SOURCES/cockpit-podman-76.tar.xz +f986f6a4f34bda7505942533fd1299e6be3f29e1 SOURCES/cockpit-podman-93.1.tar.xz diff --git a/.gitignore b/.gitignore index 1dac615..090df7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-76.tar.xz +SOURCES/cockpit-podman-93.1.tar.xz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index 8cedc7e..a041e9f 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -16,7 +16,7 @@ # Name: cockpit-podman -Version: 76 +Version: 93.1 Release: 1%{?dist} Summary: Cockpit component for Podman containers License: LGPL-2.1-or-later @@ -24,7 +24,12 @@ URL: https://github.com/cockpit-project/cockpit-podman Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildArch: noarch +%if 0%{?suse_version} +# Suse's package has a different name +BuildRequires: appstream-glib +%else BuildRequires: libappstream-glib +%endif BuildRequires: make BuildRequires: gettext %if 0%{?rhel} && 0%{?rhel} <= 8 @@ -34,38 +39,38 @@ BuildRequires: libappstream-glib-devel Requires: cockpit-bridge Requires: podman >= 2.0.4 # HACK https://github.com/containers/crun/issues/1091 -%if 0%{?fedora} == 36 || 0%{?fedora} == 37 || 0%{?centos} == 9 +%if 0%{?centos} == 9 Requires: criu-libs +%elif 0%{?suse_version} +Requires: libcriu2 %endif -Provides: bundled(npm(@babel/runtime)) = 7.22.10 -Provides: bundled(npm(@patternfly/patternfly)) = 5.0.2 -Provides: bundled(npm(@patternfly/react-core)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-table)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0 +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(@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(date-fns)) = 2.30.0 Provides: bundled(npm(docker-names)) = 1.2.1 Provides: bundled(npm(file-selector)) = 0.6.0 -Provides: bundled(npm(focus-trap)) = 7.4.3 +Provides: bundled(npm(focus-trap)) = 7.5.2 +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.2.0 +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.2.0 -Provides: bundled(npm(regenerator-runtime)) = 0.14.0 -Provides: bundled(npm(scheduler)) = 0.23.0 +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.0 -Provides: bundled(npm(tslib)) = 2.6.2 -Provides: bundled(npm(xterm-addon-canvas)) = 0.4.0 -Provides: bundled(npm(xterm)) = 5.1.0 +Provides: bundled(npm(throttle-debounce)) = 5.0.2 +Provides: bundled(npm(tslib)) = 2.6.3 %description The Cockpit user interface for Podman containers. @@ -87,52 +92,106 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog -* Thu Sep 07 2023 Jindrich Novy - 76-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/76 -- Resolves: #2189507 +* Thu Aug 22 2024 Packit - 93-1 +- Bug fixes and translation updates + +* Thu Aug 08 2024 Packit - 92-1 +- Bug fixes + +* Wed Jul 17 2024 Fedora Release Engineering - 91-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Wed Jul 10 2024 Packit - 91-1 +- Bug fixes and performance improvements + +* Wed Jun 26 2024 Packit - 90-1 +- Implement pull option for existing images + +* Wed Jun 05 2024 Packit - 89-1 +- Use binary http channel for podman socket for non-UTF-8 robustness +- Stop using obsolete cockpit.utf8_{de,en}coder() API +- Fix tests for CentOS/RHEL 10 + +* Wed May 29 2024 Packit - 88-1 +- Translation updates -* Thu Aug 24 2023 Jindrich Novy - 75-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/75 -- Related: #2176063 +* Thu Apr 25 2024 Packit - 87-1 +- Bug fixes and performance improvements -* Wed Aug 09 2023 Jindrich Novy - 74-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/74 -- Related: #2176063 +* Wed Mar 27 2024 Packit - 86-1 +- Bug fixes and performance improvements -* Tue Aug 01 2023 Jindrich Novy - 73-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/73 -- Related: #2176063 +* Wed Mar 13 2024 Packit - 85-1 +- "bug fixes & performance improvements" -* Wed Jul 12 2023 Jindrich Novy - 72-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/72 -- Related: #2176063 +* Tue Feb 20 2024 Packit - 84.1-1 +- Translation updates (RHEL-25556/RHEL-25557) -* Mon Jun 19 2023 Jindrich Novy - 71-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/71 -- Related: #2176063 +* Wed Feb 14 2024 Packit - 84-1 +- Bug fixes and stability improvements -* Mon Jun 05 2023 Jindrich Novy - 70-2 -- add missing prefix -- Related: #2176063 +* Wed Jan 24 2024 Fedora Release Engineering - 83-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild -* Fri Jun 02 2023 Jindrich Novy - 70-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/70 -- Related: #2176063 +* Fri Jan 19 2024 Fedora Release Engineering - 83-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild -* Tue May 23 2023 Jindrich Novy - 69-1 -- update to 69 and update Provides from Fedora -- Related: #2176063 +* Thu Jan 18 2024 Packit - 83-1 +- bug fixes and library updates -* Thu May 11 2023 Jindrich Novy - 68-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/68 -- Related: #2176063 +* Wed Nov 29 2023 Packit - 82-1 +- Delete intermediate images -* Mon Apr 24 2023 Jindrich Novy - 67-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/67 -- Related: #2176063 +* Wed Nov 15 2023 Packit - 81-1 +- Performance and stability improvements + +* Wed Nov 01 2023 Packit - 80-1 +- Performance and stability improvements + +* Wed Oct 18 2023 Packit - 79-1 +- Validate fields in "Create container" dialog + +* Thu Oct 05 2023 Packit - 78-1 +- Label Toolbox and Distrobox containers + +* Wed Sep 20 2023 Packit - 77-1 +- Performance and stability improvements -* Mon Apr 17 2023 Martin Pitt - 66-2 - - Sync with Fedora rawhide to fix tests +* Wed Sep 06 2023 Packit - 76-1 +- Performance and stability improvements + +* Wed Aug 23 2023 Packit - 75-1 +- Performance and stability improvements + +* Wed Aug 09 2023 Packit - 74-1 +- PatternFly 5 +- Bug fixes and translation updates + +* Wed Jul 26 2023 Packit - 73-1 +- show time of container's latest checkpoint + +* Wed Jul 19 2023 Fedora Release Engineering - 72-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jul 12 2023 Packit - 72-1 +- Bug fixes and translation updates + +* Sat Jun 17 2023 Packit - 71-1 +- Add manifest condition for the Python bridge + +* Thu Jun 01 2023 Packit - 70-1 +- Add ability to prune unused containers + +* Tue May 16 2023 Packit - 69-1 +- PatternFly 5 fixes +- Translation updates + +* Wed May 03 2023 Packit - 68-1 +- Update to PatternFly 5 Alpha + +* Wed Apr 19 2023 Packit - 67-1 +- Fix building on non-x86_64 machines with esbuild-wasm +- Translation updates * Tue Apr 11 2023 Packit - 66-1 - Container list can be sorted