From b9b5a021d826fd282eb3e877f24a43929aae8a14676cb8a9980cca87d55e2172 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 25 Jul 2024 12:19:16 +0000 Subject: [PATCH] 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 --- cockpit-machines.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockpit-machines.spec b/cockpit-machines.spec index e10ddf0..f3efa9d 100644 --- a/cockpit-machines.spec +++ b/cockpit-machines.spec @@ -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)