|
|
|
@ -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 <hello@packit.dev> - 11-1
|
|
|
|
|
- Show SELinux security context in permissions dialog
|
|
|
|
|
- Support changing permissions of enclosed files
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 10-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|