From 91a9f87757720f8a8d271c97e33d377f25a9c5e007d389284ea4cb331efc97e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 3 Oct 2024 17:42:08 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main opa-ff revision 7aa9bf3b5374bde9f20982ef9b7a7272 --- 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"