forked from pool/cockpit-tukit
Accepting request 1151165 from home:dimstar:rpm4.20:c
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151165 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-tukit?expand=0&rev=20
This commit is contained in:
parent
8a062a407a
commit
2bef806425
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 10:58:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
PatchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 16 09:10:20 UTC 2024 - luna.dragon@suse.com
|
Tue Jan 16 09:10:20 UTC 2024 - luna.dragon@suse.com
|
||||||
|
|
||||||
|
@ -46,8 +46,8 @@ Requires: tukitd
|
|||||||
Cockpit module for Transactional Update
|
Cockpit module for Transactional Update
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
rm -f package-lock.json
|
rm -f package-lock.json
|
||||||
rm -rf node_modules
|
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 --with=dev || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)
|
||||||
|
Loading…
Reference in New Issue
Block a user