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