commit 8117326f93cebf3b04f15df499b6c39772ba5619 Author: MSVSphere Packaging Team Date: Mon Oct 7 18:50:52 2024 +0300 import cockpit-files-6-1.el9 diff --git a/.cockpit-files.metadata b/.cockpit-files.metadata new file mode 100644 index 0000000..2e7fa4e --- /dev/null +++ b/.cockpit-files.metadata @@ -0,0 +1 @@ +34af801644f68fcbb597474b195cd4b1a4319f44 SOURCES/cockpit-files-6.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c13328b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cockpit-files-6.tar.xz diff --git a/SPECS/cockpit-files.spec b/SPECS/cockpit-files.spec new file mode 100644 index 0000000..a22168c --- /dev/null +++ b/SPECS/cockpit-files.spec @@ -0,0 +1,97 @@ +Name: cockpit-files +Version: 6 +Release: 1%{?dist} +Summary: A filesystem browser for Cockpit +License: LGPL-2.1-or-later + +Source0: https://github.com/cockpit-project/cockpit-files/releases/download/%{version}/%{name}-%{version}.tar.xz +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch +BuildRequires: nodejs +BuildRequires: make +%if 0%{?suse_version} +# Suse's package has a different name +BuildRequires: appstream-glib +%else +BuildRequires: libappstream-glib +%endif +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(dequal)) = 2.0.3 +Provides: bundled(npm(file-selector)) = 0.6.0 +Provides: bundled(npm(focus-trap)) = 7.5.2 +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-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 + +%description +A filesystem browser for Cockpit + +%prep +%setup -q -n %{name} + +%build +# Nothing to build + +%install +%make_install PREFIX=/usr + +# drop source maps, they are large and just for debugging +find %{buildroot}%{_datadir}/cockpit/ -name '*.map' | xargs --no-run-if-empty rm --verbose + +%check +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* + +# this can't be meaningfully tested during package build; tests happen through +# FMF (see plans/all.fmf) during package gating + +%files +%doc README.md +%license LICENSE dist/index.js.LEGAL.txt dist/index.css.LEGAL.txt +%{_datadir}/cockpit/* +%{_datadir}/metainfo/* + +%changelog +* Thu Aug 22 2024 Packit - 6-1 +- Add owner column to details view +- Translation updates + +* Thu Aug 8 2024 Packit - 5-1 +- Display file permissions + +* Thu Jul 18 2024 Packit - 4-1 +- Bug fixes + +* Wed Jul 17 2024 Fedora Release Engineering - 3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jul 11 2024 Packit - 3.1-1 +- Allow breadcrumbs to wrap, fixes failing gating test + +* Wed Jul 10 2024 Packit - 3-1 +- Bug fixes and performance improvements + +* Wed Jun 26 2024 Packit - 2-1 +- Bookmark support + +* Fri Jun 7 2024 Jelle van der Waa - 1-1 +- Update to upstream 1 release