Import from AlmaLinux stable repository
This commit is contained in:
parent
52c673aa4b
commit
16da8aeafc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v10.11.2.0.3.tar.gz
|
SOURCES/v10.12.1.0.6.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
c8661307a5483120ce36aa1ce800cee496241dcd SOURCES/v10.11.2.0.3.tar.gz
|
73875acbeebce6a2a4f0c438425947aac8d96a83 SOURCES/v10.12.1.0.6.tar.gz
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: opa-fm
|
Name: opa-fm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 10.11.2.0.3
|
Version: 10.12.1.0.6
|
||||||
Release: 1%{?dist}.alma
|
Release: 1%{?dist}.alma
|
||||||
Summary: Intel Omni-Path Fabric Management Software
|
Summary: Intel Omni-Path Fabric Management Software
|
||||||
|
|
||||||
@ -45,6 +45,7 @@ Fabric Executive, and some fabric management tools.
|
|||||||
# 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.*
|
||||||
sed -r -e 's/(^COPT\s*=\s*)/#\1/' -i Esm/ib/src/linux/opafmvf/Makefile
|
sed -r -e 's/(^COPT\s*=\s*)/#\1/' -i Esm/ib/src/linux/opafmvf/Makefile
|
||||||
|
|
||||||
# Add AlmaLinux detection
|
# Add AlmaLinux detection
|
||||||
sed -i 's/rhel)/rhel|almalinux|AlmaLinux)/' MakeTools/funcs-ext.sh
|
sed -i 's/rhel)/rhel|almalinux|AlmaLinux)/' MakeTools/funcs-ext.sh
|
||||||
|
|
||||||
@ -87,9 +88,12 @@ chmod a-x %{buildroot}/%{_prefix}/share/opa-fm/opafm_src.xml
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 09 2023 Eduard Abdullin <eabdullin@almalinux.org> - 10.11.2.0.3-1.alma
|
* Thu Sep 21 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1:10.12.1.0.6-1.alma
|
||||||
- Fix build for AlmaLinux
|
- Fix build for AlmaLinux
|
||||||
|
|
||||||
|
* 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#2170632, rhbz#2159649
|
||||||
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 10.11.2.0.3-1
|
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 10.11.2.0.3-1
|
||||||
- Update to upstream release 10.11.2.0.3
|
- Update to upstream release 10.11.2.0.3
|
||||||
- Resolves: rhbz#2111129
|
- Resolves: rhbz#2111129
|
||||||
|
Loading…
Reference in New Issue
Block a user