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)