From 2bef8064252516b6523f110466b6f837a5e82f57806d9b58d2cac6f7da678cbc Mon Sep 17 00:00:00 2001 From: Miika Alikirri Date: Mon, 26 Feb 2024 11:35:04 +0000 Subject: [PATCH] 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 --- cockpit-tukit.changes | 6 ++++++ cockpit-tukit.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cockpit-tukit.changes b/cockpit-tukit.changes index d1e923f..bdfdb11 100644 --- a/cockpit-tukit.changes +++ b/cockpit-tukit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 10:58:42 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. + ------------------------------------------------------------------- Tue Jan 16 09:10:20 UTC 2024 - luna.dragon@suse.com diff --git a/cockpit-tukit.spec b/cockpit-tukit.spec index 907eb87..d6d600c 100644 --- a/cockpit-tukit.spec +++ b/cockpit-tukit.spec @@ -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)