diff --git a/afterburn.changes b/afterburn.changes index aeb8d9b..cdb1271 100644 --- a/afterburn.changes +++ b/afterburn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:03:20 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Apr 20 11:02:18 UTC 2023 - miika.alikirri@suse.com diff --git a/afterburn.spec b/afterburn.spec index eba5ca5..131d6f4 100644 --- a/afterburn.spec +++ b/afterburn.spec @@ -1,7 +1,7 @@ # # spec file for package afterburn # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,9 +54,9 @@ to run in the initramfs on boot. %prep %autosetup -N -a1 -%patch1 -p1 -%patch2 -p0 -%patch3 -p0 +%patch -P 1 -p1 +%patch -P 2 -p0 +%patch -P 3 -p0 mkdir .cargo cp %{SOURCE2} .cargo/config