Update to upstream release 35
Resolves: RHEL-112790
This commit is contained in:
parent
cd917638fd
commit
2d996e40fe
2
.gitignore
vendored
2
.gitignore
vendored
@ -35,3 +35,5 @@
|
||||
/cockpit-files-node-33.tar.xz
|
||||
/cockpit-files-34.tar.xz
|
||||
/cockpit-files-node-34.tar.xz
|
||||
/cockpit-files-35.tar.xz
|
||||
/cockpit-files-node-35.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.12.0.post1.dev22+gfe66fd850.
|
||||
The file was generated using packit 1.14.0.post1.dev2+g6506c7467.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: cockpit-files
|
||||
Version: 34
|
||||
Version: 35
|
||||
Release: 1%{?dist}
|
||||
Summary: A filesystem browser for Cockpit
|
||||
License: LGPL-2.1-or-later
|
||||
@ -23,6 +23,7 @@ BuildRequires: libappstream-glib
|
||||
BuildRequires: gettext
|
||||
%if %{defined rebuild_bundle}
|
||||
BuildRequires: nodejs
|
||||
BuildRequires: %{_bindir}/node
|
||||
BuildRequires: nodejs-esbuild
|
||||
%endif
|
||||
|
||||
@ -39,12 +40,12 @@ 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(lodash)) = 4.17.23
|
||||
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(scheduler)) = 0.23.2
|
||||
Provides: bundled(npm(tabbable)) = 6.3.0
|
||||
Provides: bundled(npm(tabbable)) = 6.4.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 5.0.2
|
||||
Provides: bundled(npm(tslib)) = 2.8.1
|
||||
|
||||
@ -60,9 +61,9 @@ A filesystem browser for Cockpit
|
||||
%build
|
||||
%if %{defined rebuild_bundle}
|
||||
rm -rf dist
|
||||
# HACK: node module packaging is currently broken in Fedora, should be in
|
||||
# HACK: node module packaging is broken in Fedora ≤ 43; should be in
|
||||
# common location, not major version specific one
|
||||
NODE_ENV=production NODE_PATH=$(echo /usr/lib/node_modules_*) ./build.js
|
||||
NODE_ENV=production NODE_PATH=/usr/lib/node_modules:$(echo /usr/lib/node_modules_*) ./build.js
|
||||
%else
|
||||
# Use pre-built bundle on distributions without nodejs-esbuild
|
||||
%endif
|
||||
@ -86,6 +87,16 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 28 2026 Packit <hello@packit.dev> - 35-1
|
||||
- Packaging fixes and translation updates
|
||||
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 34-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Dec 10 2025 Packit <hello@packit.dev> - 34-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-files-34.tar.xz) = 6cfdaca2d1065e2fe1cbf871a195f41ff4228db9090e58673bad9c63b365bda1060d91b9ef01923c862c462d43bd5c79afc806a4fa9003dcd96cf00be1f73460
|
||||
SHA512 (cockpit-files-node-34.tar.xz) = 8d5fe2d8ecb363bed7f045e76bab2b4c061e0ac781b88f267a4a89274ee682a8eda69e84428001fb99c56111f1f1e18fccb9e9c8d04bb79ce5764fdf7ceb2216
|
||||
SHA512 (cockpit-files-35.tar.xz) = 79db2684d6e9891c2818d9a0297bab1a5d1d853accf867280eebb6b1dbcc5fccbc9cee38e8a1c7a46a9770834e23c208495ae476c01ed3039c1bf85170803009
|
||||
SHA512 (cockpit-files-node-35.tar.xz) = 15be31045695ba3b8b6d656c1938f165a889cc0a79ff0269e5d90d36beef1cfe8409f3156a57f00ccdb824b6c86f7a14aa761c2a894bd07ad515e1f5468f99b5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user