From 3e66ab15f7b830eef7dc932c0fc6f4467769ab31 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 8 Nov 2024 00:41:28 +0300 Subject: [PATCH] import cockpit-files-11-1.el10 --- .cockpit-files.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-files.spec | 28 ++++++++++++++++------------ 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.cockpit-files.metadata b/.cockpit-files.metadata index 2f261ee..cee6ac5 100644 --- a/.cockpit-files.metadata +++ b/.cockpit-files.metadata @@ -1 +1 @@ -bbd6796393b5957a6a88617fcfb15d846cd0bc91 SOURCES/cockpit-files-10.tar.xz +862b1f689b46a1810312a3e2fabe4e38a3a5871f SOURCES/cockpit-files-11.tar.xz diff --git a/.gitignore b/.gitignore index 9a6d8dd..e5ee878 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-files-10.tar.xz +SOURCES/cockpit-files-11.tar.xz diff --git a/SPECS/cockpit-files.spec b/SPECS/cockpit-files.spec index 630c876..797c8b6 100644 --- a/SPECS/cockpit-files.spec +++ b/SPECS/cockpit-files.spec @@ -1,6 +1,6 @@ Name: cockpit-files -Version: 10 -Release: 2%{?dist} +Version: 11 +Release: 1%{?dist} Summary: A filesystem browser for Cockpit License: LGPL-2.1-or-later @@ -19,29 +19,29 @@ BuildRequires: gettext Requires: cockpit-bridge >= 318 -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(@patternfly/patternfly)) = 5.4.2 +Provides: bundled(npm(@patternfly/react-core)) = 5.4.8 +Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2 +Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1 +Provides: bundled(npm(@patternfly/react-table)) = 5.4.9 +Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1 Provides: bundled(npm(attr-accept)) = 2.2.4 Provides: bundled(npm(dequal)) = 2.0.3 -Provides: bundled(npm(file-selector)) = 0.6.0 -Provides: bundled(npm(focus-trap)) = 7.5.4 +Provides: bundled(npm(file-selector)) = 2.1.0 +Provides: bundled(npm(focus-trap)) = 7.6.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.10 +Provides: bundled(npm(react-dropzone)) = 14.3.2 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.8.0 +Provides: bundled(npm(tslib)) = 2.8.1 %description A filesystem browser for Cockpit @@ -71,6 +71,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Wed Nov 6 2024 Packit - 11-1 +- Show SELinux security context in permissions dialog +- Support changing permissions of enclosed files + * Tue Oct 29 2024 Troy Dawson - 10-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018