From 743d10c636af461a16df8d776788f43fd3663e73 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 31 Oct 2024 21:40:42 +0300 Subject: [PATCH] import cockpit-files-10-1.el10 --- .cockpit-files.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-files.spec | 38 +++++++++++++++++++++++++------------- 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/.cockpit-files.metadata b/.cockpit-files.metadata index 2e7fa4e..2f261ee 100644 --- a/.cockpit-files.metadata +++ b/.cockpit-files.metadata @@ -1 +1 @@ -34af801644f68fcbb597474b195cd4b1a4319f44 SOURCES/cockpit-files-6.tar.xz +bbd6796393b5957a6a88617fcfb15d846cd0bc91 SOURCES/cockpit-files-10.tar.xz diff --git a/.gitignore b/.gitignore index c13328b..9a6d8dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-files-6.tar.xz +SOURCES/cockpit-files-10.tar.xz diff --git a/SPECS/cockpit-files.spec b/SPECS/cockpit-files.spec index 9093d5d..d30e319 100644 --- a/SPECS/cockpit-files.spec +++ b/SPECS/cockpit-files.spec @@ -1,5 +1,5 @@ Name: cockpit-files -Version: 6 +Version: 10 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.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(attr-accept)) = 2.2.2 +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(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.2 +Provides: bundled(npm(focus-trap)) = 7.5.4 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.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.0 -Provides: bundled(npm(tslib)) = 2.6.3 +Provides: bundled(npm(throttle-debounce)) = 5.0.2 +Provides: bundled(npm(tslib)) = 2.8.0 %description A filesystem browser for Cockpit @@ -71,9 +71,21 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog -* Fri Oct 25 2024 MSVSphere Packaging Team - 6-1 +* Fri Oct 25 2024 MSVSphere Packaging Team - 10-1 - Rebuilt for MSVSphere 10 +* Wed Oct 23 2024 Packit - 10-1 +- Redesign the permissions dialog + +* Wed Oct 9 2024 Packit - 9-1 +- basic keyboard shortcuts + +* Wed Sep 25 2024 Packit - 8-1 +- Move global menu to the toolbar + +* Wed Sep 4 2024 Packit - 7-1 +- Basic file editor and viewer + * Thu Aug 22 2024 Packit - 6-1 - Add owner column to details view - Translation updates