Compare commits

...

3 Commits
c8 ... a8

Author SHA1 Message Date
eabdullin 748a628c2d Merge branch 'c8' into a8 2023-05-17 02:25:33 +00:00
eabdullin 3bc081920a AlmaLinux changes 2021-11-17 16:11:23 +03:00
Andrew Lukoshko 706e0dec03 AlmaLinux changes 2021-09-15 10:59:31 +00:00
1 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@
Name: opa-fm
Epoch: 1
Version: 10.11.2.0.3
Release: 1%{?dist}
Release: 1%{?dist}.alma
Summary: Intel Omni-Path Fabric Management Software
License: GPLv2 or BSD
@ -46,6 +46,9 @@ Fabric Executive, and some fabric management tools.
sed -i -r -e 's/(release_C(C)?OPT_Flags\s*)=/\1?=/' Makerules/Target.LINUX.GNU.*
sed -r -e 's/(^COPT\s*=\s*)/#\1/' -i Esm/ib/src/linux/opafmvf/Makefile
# Add AlmaLinux detection
sed -i 's/rhel)/rhel|almalinux|AlmaLinux)/' MakeTools/funcs-ext.sh
%build
export CFLAGS='%{optflags} -std=gnu11'
export CXXFLAGS='%{optflags} -std=gnu11'
@ -85,10 +88,12 @@ chmod a-x %{buildroot}/%{_prefix}/share/opa-fm/opafm_src.xml
%{_mandir}/man8/*
%changelog
* Wed May 17 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 10.11.2.0.3-1.alma
- Fix build on AlmaLinux
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 10.11.2.0.3-1
- Update to upstream version 10.11.2.0.3
- Resolves: rhbz#2110931
* Tue May 25 2021 Honggang Li <honli@redhat.com> - 10.11.0.2.1-1
- Rebase to upstream release 10.11.0.2.1
- Resolves: bz1921701, bz1959990