2
0
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:
Miika Alikirri 2024-02-26 11:35:04 +00:00 committed by Git OBS Bridge
parent 8a062a407a
commit 2bef806425
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -46,8 +46,8 @@ Requires: tukitd
Cockpit module for Transactional Update
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%autosetup -p1 -n %{name}-%{version}
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)