From cdf310af53e1092fa3f884a96b5eb6560312db97c0095fd32ecdee40f0300389 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 31 Jul 2024 13:25:41 +0000 Subject: [PATCH] - Update to version 0.1.2~git0.647b3e3: * Update dependencies to fix building against latest versions of Cockpit * Forcefully reload the whole page when getting/limitin admin access * Update @babel/traverse to avoid security issues - Update to version 0.1.0~git0.8c6c01a: * Updated minimum cockpit-devel version * Autotomatically fetch snapshots and updates when logged in as admin * Added required types for cockpit hooks and superuser APIs * Handle non-existing update descriptions OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-tukit?expand=0&rev=22 --- cockpit-tukit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockpit-tukit.spec b/cockpit-tukit.spec index d6d600c..173e1e1 100644 --- a/cockpit-tukit.spec +++ b/cockpit-tukit.spec @@ -50,7 +50,7 @@ Cockpit module for Transactional Update rm -f package-lock.json rm -rf node_modules -local-npm-registry %{_sourcedir} install --with=dev || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false) +local-npm-registry %{_sourcedir} install --include=dev --ignore-scripts|| ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false) %build mkdir -p pkg