From 7f7afc0fb147e4df23015852fa25d79a597e01ebab8d7c3759194518f18b1f0d Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 26 Feb 2024 12:48:46 +0000 Subject: [PATCH] Accepting request 1151387 from home:dimstar:rpm4.20:o Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151387 OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-ff?expand=0&rev=69 --- opa-ff.changes | 6 ++++++ opa-ff.spec | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/opa-ff.changes b/opa-ff.changes index 063eea9..7519cd8 100644 --- a/opa-ff.changes +++ b/opa-ff.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 12:40:15 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. + ------------------------------------------------------------------- Fri Nov 3 21:50:15 UTC 2023 - Martin Schreiner diff --git a/opa-ff.spec b/opa-ff.spec index 05309a9..6407b9d 100644 --- a/opa-ff.spec +++ b/opa-ff.spec @@ -125,10 +125,7 @@ Requires: opa-fastfabric Tools for parsing information from provided snapshot files and issuing packets to program. %prep -%setup -q -n %{name}-%{version}%{git_ver} -%patch1 -%patch2 -%patch3 +%autosetup -p0 -n %{name}-%{version}%{git_ver} %build export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-address-of-packed-member"