AlmaLinux changes
This commit is contained in:
parent
4ecbab4697
commit
349cff1cae
@ -1,7 +1,7 @@
|
|||||||
Name: opa-ff
|
Name: opa-ff
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 10.10.3.0.11
|
Version: 10.10.3.0.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.alma
|
||||||
Summary: Intel Omni-Path basic tools and libraries for fabric management
|
Summary: Intel Omni-Path basic tools and libraries for fabric management
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
Url: https://github.com/intel/opa-ff
|
Url: https://github.com/intel/opa-ff
|
||||||
@ -85,6 +85,9 @@ find . -type f -name '*.exp' -exec 'chmod' 'a+x' '{}' ';'
|
|||||||
# Make it possible to override hardcoded compiler flags
|
# Make it possible to override hardcoded compiler flags
|
||||||
sed -i -r -e 's/(release_C(C)?OPT_Flags\s*)=/\1?=/' Makerules/Target.LINUX.GNU.*
|
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
|
%build
|
||||||
export CFLAGS='%{optflags}'
|
export CFLAGS='%{optflags}'
|
||||||
export CXXFLAGS='%{optflags}'
|
export CXXFLAGS='%{optflags}'
|
||||||
@ -402,6 +405,9 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd
|
|||||||
%{_includedir}/opamgt
|
%{_includedir}/opamgt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 11 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 10.10.3.0.11-1.alma
|
||||||
|
- Fix build on AlmaLinux
|
||||||
|
|
||||||
* Mon Nov 16 2020 Honggang Li <honli@redhat.com> - 10.10.3.0.11-1
|
* Mon Nov 16 2020 Honggang Li <honli@redhat.com> - 10.10.3.0.11-1
|
||||||
- Rebase to latest upstream release v10.10.3.0.11
|
- Rebase to latest upstream release v10.10.3.0.11
|
||||||
- Resolves: bz1821734, bz1886812
|
- Resolves: bz1821734, bz1886812
|
||||||
|
Loading…
Reference in New Issue
Block a user