From 78b64179de55a71b09df5b61d05370159d3b58b1 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 13:29:28 +0300 Subject: [PATCH] import cockpit-files-14-1.el10 --- .cockpit-files.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-files.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cockpit-files.metadata b/.cockpit-files.metadata index 2c9f6ad..7ac1404 100644 --- a/.cockpit-files.metadata +++ b/.cockpit-files.metadata @@ -1 +1 @@ -77890a8152f63695d2e62992f790d7fdf6f2c514 SOURCES/cockpit-files-13.tar.xz +a43dcf51ea7622ce4eff5594fc918ccc19dd8688 SOURCES/cockpit-files-14.tar.xz diff --git a/.gitignore b/.gitignore index a60dc7b..df5898a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-files-13.tar.xz +SOURCES/cockpit-files-14.tar.xz diff --git a/SPECS/cockpit-files.spec b/SPECS/cockpit-files.spec index 37a0bfa..52c164d 100644 --- a/SPECS/cockpit-files.spec +++ b/SPECS/cockpit-files.spec @@ -1,5 +1,5 @@ Name: cockpit-files -Version: 13 +Version: 14 Release: 1%{?dist} Summary: A filesystem browser for Cockpit License: LGPL-2.1-or-later @@ -20,10 +20,10 @@ BuildRequires: gettext Requires: cockpit-bridge >= 318 Provides: bundled(npm(@patternfly/patternfly)) = 5.4.2 -Provides: bundled(npm(@patternfly/react-core)) = 5.4.10 +Provides: bundled(npm(@patternfly/react-core)) = 5.4.11 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.11 +Provides: bundled(npm(@patternfly/react-table)) = 5.4.12 Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1 Provides: bundled(npm(attr-accept)) = 2.2.5 Provides: bundled(npm(dequal)) = 2.0.3 @@ -71,6 +71,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Wed Dec 18 2024 Packit - 14-1 +- Allow editing multiple file permissions +- Support uploading files with administrator privileges +- Add drag 'n drop support + * Wed Dec 4 2024 Packit - 13-1 - Translation updates