From f9f18a1d6283603548ee16433f3996760695df4a4b22ebecff10c2b26c8f0ae1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 26 Feb 2024 12:01:44 +0000 Subject: [PATCH] Accepting request 1151233 from home:dimstar:rpm4.20:c Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151233 OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=41 --- coreboot-utils.changes | 6 ++++++ coreboot-utils.spec | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/coreboot-utils.changes b/coreboot-utils.changes index 779bfdc..14faae8 100644 --- a/coreboot-utils.changes +++ b/coreboot-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 11:35:58 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. + ------------------------------------------------------------------- Wed Nov 29 15:19:49 UTC 2023 - Martin Hauke diff --git a/coreboot-utils.spec b/coreboot-utils.spec index 34f5c95..91287e0 100644 --- a/coreboot-utils.spec +++ b/coreboot-utils.spec @@ -41,11 +41,7 @@ coreboot is a Free Software project aimed at replacing the proprietary BIOS used to develop and configure systems with coreboot. %prep -%setup -q -n coreboot-%{version} -%if 0%{?suse_version} > 1320 -%patch1 -p1 -%patch3 -p1 -%endif +%autosetup -p1 -n coreboot-%{version} # Upstream messed the timespamps in the tarball # Fix these for the 4.19 tarball