AlmaLinux changes
This commit is contained in:
parent
7dd934c6bc
commit
c5a7fc55b8
@ -1,7 +1,7 @@
|
|||||||
Name: opa-ff
|
Name: opa-ff
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 10.11.0.2
|
Version: 10.11.0.2
|
||||||
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/cornelisnetworks/opa-ff
|
Url: https://github.com/cornelisnetworks/opa-ff
|
||||||
@ -77,6 +77,8 @@ This package contains the necessary headers for opamgt development.
|
|||||||
|
|
||||||
# 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}'
|
||||||
@ -399,6 +401,9 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd
|
|||||||
%{_includedir}/opamgt
|
%{_includedir}/opamgt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 18 2022 Eduard Abdullin <eabdullin@almalinux.org> - 1:10.11.0.2-1.alma
|
||||||
|
- Debrand for AlmaLinux
|
||||||
|
|
||||||
* Thu Oct 21 2021 Honggang Li <honli@redhat.com> - 1:10.11.0.2-1
|
* Thu Oct 21 2021 Honggang Li <honli@redhat.com> - 1:10.11.0.2-1
|
||||||
- Rebase to latest upstream release v10.11.0.2
|
- Rebase to latest upstream release v10.11.0.2
|
||||||
- Resolves: rhbz2015394
|
- Resolves: rhbz2015394
|
||||||
|
Loading…
Reference in New Issue
Block a user