2
0

Accepting request 1189519 from home:ldragon:branches:systemsmanagement:cockpit

This sr updates the %patch syntax to the non-deprecated version

OBS-URL: https://build.opensuse.org/request/show/1189519
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-machines?expand=0&rev=38
This commit is contained in:
Adam Majer 2024-07-25 12:19:16 +00:00 committed by Git OBS Bridge
parent 88fe9ff118
commit b9b5a021d8

View File

@ -58,8 +58,8 @@ If "virt-install" is installed, you can also create new virtual machines.
%prep
%setup -q -n %{name}
%patch10 -p1
%patch11 -p1
%patch -P 10 -p1
%patch -P 11 -p1
rm -f package-lock.json
local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)