From b91b7ea077e5e7111d73b2c2a399721b3b49bcd10ff5ec3b1f7343766529917e Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Fri, 23 Feb 2024 10:16:23 +0000 Subject: [PATCH] Accepting request 1147736 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147736 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=21 --- afterburn.changes | 5 +++++ afterburn.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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