Sync from SUSE:SLFO:Main opa-ff revision 7aa9bf3b5374bde9f20982ef9b7a7272

This commit is contained in:
Adrian Schröter 2024-10-03 17:42:08 +02:00
parent 581792f72f
commit 91a9f87757
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 26 12:40:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
PatchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 3 21:50:15 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com> Fri Nov 3 21:50:15 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>

View File

@ -125,10 +125,7 @@ Requires: opa-fastfabric
Tools for parsing information from provided snapshot files and issuing packets to program. Tools for parsing information from provided snapshot files and issuing packets to program.
%prep %prep
%setup -q -n %{name}-%{version}%{git_ver} %autosetup -p0 -n %{name}-%{version}%{git_ver}
%patch1
%patch2
%patch3
%build %build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-address-of-packed-member" export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-address-of-packed-member"