Accepting request 1151231 from systemsmanagement:cockpit

OBS-URL: https://build.opensuse.org/request/show/1151231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cockpit-tukit?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-02-26 18:46:50 +00:00 committed by Git OBS Bridge
commit 935b1ceb9e
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)