From eca77bb678ce12f3ae98d77566452b21567295210ba3b31ca875f086fa06ccc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 3 Oct 2024 17:02:56 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main afterburn revision bc795fd9ec3da47e966b23665f124a9f --- 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