Name: cockpit-files Version: 31.1.5.g6c103f5 Release: 1.20251103163709789361.main.5.g6c103f5%{?dist} Summary: A filesystem browser for Cockpit License: LGPL-2.1-or-later Source0: cockpit-files-31.1.5.g6c103f5.tar.xz BuildArch: noarch 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 # Replace the older cockpit-navigator provided by 45Drives Obsoletes: cockpit-navigator < 0.5.11 Provides: bundled(npm(@patternfly/patternfly)) = 6.4.0 Provides: bundled(npm(@patternfly/react-core)) = 6.4.0 Provides: bundled(npm(@patternfly/react-icons)) = 6.4.0 Provides: bundled(npm(@patternfly/react-styles)) = 6.4.0 Provides: bundled(npm(@patternfly/react-table)) = 6.4.0 Provides: bundled(npm(@patternfly/react-tokens)) = 6.4.0 Provides: bundled(npm(dequal)) = 2.0.3 Provides: bundled(npm(focus-trap)) = 7.6.4 Provides: bundled(npm(lodash)) = 4.17.21 Provides: bundled(npm(object-assign)) = 4.1.1 Provides: bundled(npm(prop-types)) = 15.8.1 Provides: bundled(npm(react)) = 18.3.1 Provides: bundled(npm(react-dom)) = 18.3.1 Provides: bundled(npm(react-is)) = 16.13.1 Provides: bundled(npm(scheduler)) = 0.23.2 Provides: bundled(npm(tabbable)) = 6.3.0 Provides: bundled(npm(throttle-debounce)) = 5.0.2 Provides: bundled(npm(tslib)) = 2.8.1 %description A filesystem browser for Cockpit %prep %setup -q -n cockpit-files %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 %{_datadir}/cockpit/* %{_datadir}/metainfo/* %changelog * Mon Nov 03 2025 Packit - 31.1.5.g6c103f5-1.20251103163709789361.main.5.g6c103f5 - package.json: drop sizzle test dependency (Jelle van der Waa) - Makefile: Update Cockpit lib to f8a4c75ec10eff578088edd1e1debd9c (Jelle van der Waa) - cockpit-ci: Update container to 2025-11-03 (Cockpit Project) - cockpit-ci: Update container to 2025-11-01 (Cockpit Project) - build(deps): bump the esbuild group with 2 updates (dependabot[bot])