Compare commits

...

3 Commits

Author SHA1 Message Date
eabdullin 584e006547 Merge branch 'c8' into a8 2022-05-10 11:05:27 +00:00
eabdullin ecafadeed7 AlmaLinux changes 2021-11-17 16:09:34 +03:00
Andrew Lukoshko 349cff1cae AlmaLinux changes 2021-09-15 10:56:28 +00:00
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: opa-ff
Epoch: 1
Version: 10.11.0.2
Release: 1%{?dist}
Release: 1%{?dist}.alma
Summary: Intel Omni-Path basic tools and libraries for fabric management
License: BSD or GPLv2
Url: https://github.com/cornelisnetworks/opa-ff
@ -78,6 +78,9 @@ This package contains the necessary headers for opamgt development.
# Make it possible to override hardcoded compiler flags
sed -i -r -e 's/(release_C(C)?OPT_Flags\s*)=/\1?=/' Makerules/Target.LINUX.GNU.*
# Add AlmaLinux detection
sed -i 's/rhel)/rhel|almalinux|AlmaLinux)/' MakeTools/funcs-ext.sh
%build
export CFLAGS='%{optflags}'
export CXXFLAGS='%{optflags}'
@ -399,6 +402,9 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd
%{_includedir}/opamgt
%changelog
* Tue May 10 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 10.11.0.2-1.alma
- Fix build on AlmaLinux
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 10.11.0.2-1
- Rebase to latest upstream release v10.11.0.2
- Resolves: bz1989157