|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: opa-ff
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 10.12.1.0.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 10.11.1.3.1
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Summary: Intel Omni-Path basic tools and libraries for fabric management
|
|
|
|
|
License: BSD or GPLv2
|
|
|
|
|
Url: https://github.com/cornelisnetworks/opa-ff
|
|
|
|
@ -72,6 +72,8 @@ 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 MSVSphere detection
|
|
|
|
|
sed -i 's/rhel)/rhel|msvsphere|MSVSphere)/' MakeTools/funcs-ext.sh
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS='%{optflags}'
|
|
|
|
@ -394,9 +396,11 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd
|
|
|
|
|
%{_includedir}/opamgt
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1:10.12.1.0.6-1
|
|
|
|
|
- Update to upstream release 10.12.1.0.6
|
|
|
|
|
- Resolves: rhbz#2159647
|
|
|
|
|
* Wed Mar 22 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1:10.11.1.3.1-1.inferit
|
|
|
|
|
- Debrand for MSVSphere
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 10.11.1.3.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 10.11.1.3.1-1
|
|
|
|
|
- Update to upstream release 10.11.1.3.1
|
|
|
|
|