diff --git a/.gitignore b/.gitignore index f936462..d874fd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v10.11.1.3.1.tar.gz +SOURCES/v10.12.1.0.6.tar.gz diff --git a/.opa-ff.metadata b/.opa-ff.metadata deleted file mode 100644 index 1da7ffb..0000000 --- a/.opa-ff.metadata +++ /dev/null @@ -1 +0,0 @@ -2e2ac7f8ebf07d1107707d6cebd1bb8c71033ecb SOURCES/v10.11.1.3.1.tar.gz diff --git a/SPECS/opa-ff.spec b/SPECS/opa-ff.spec index 88b5569..404312b 100644 --- a/SPECS/opa-ff.spec +++ b/SPECS/opa-ff.spec @@ -1,7 +1,7 @@ Name: opa-ff Epoch: 1 -Version: 10.11.1.3.1 -Release: 1%{?dist} +Version: 10.12.1.0.6 +Release: 1%{?dist}.1.alma 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 AlmaLinux detection +sed -i 's/rhel)/rhel|almalinux|AlmaLinux)/' MakeTools/funcs-ext.sh %build export CFLAGS='%{optflags}' @@ -394,10 +396,20 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd %{_includedir}/opamgt %changelog +* Wed Sep 27 2023 Eduard Abdullin - 1:10.12.1.0.6-1.1.alma +- AlmaLinux changes + +* Wed Jun 07 2023 Kamal Heib - 1:10.12.1.0.6-1.1 +- Fix gating tests required packages +- Resolves: rhbz#2159633 +* Fri Jun 02 2023 Kamal Heib - 1:10.12.1.0.6-1 +- Update to upstream release 10.12.1.0.6 +- Add gating tests. +- Resolves: rhbz#2159633 + * Wed Feb 08 2023 Michal Schmidt - 10.11.1.3.1-1 - Update to upstream version 10.11.1.3.1. - Resolves: rhbz#2110930 - * Tue Nov 09 2021 Honggang Li - 10.11.0.2-1 - Rebase to latest upstream release v10.11.0.2 - Resolves: bz1989157