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)