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"