forked from pool/cockpit-tukit
- 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
This commit is contained in:
parent
2bef806425
commit
cdf310af53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user