Compare commits
No commits in common. "c8" and "imports/c8s/opa-ff-10.11.0.1.1-1.el8" have entirely different histories.
c8
...
imports/c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v10.12.1.0.6.tar.gz
|
SOURCES/opa-ff-10.11.0.1.1.tar.xz
|
||||||
|
1
.opa-ff.metadata
Normal file
1
.opa-ff.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
19c227a29953dd97b66d73ef218931e60dbd7b09 SOURCES/opa-ff-10.11.0.1.1.tar.xz
|
@ -1,11 +1,16 @@
|
|||||||
Name: opa-ff
|
Name: opa-ff
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 10.12.1.0.6
|
Version: 10.11.0.1.1
|
||||||
Release: 1%{?dist}.1.alma
|
Release: 1%{?dist}
|
||||||
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
|
||||||
Source: https://github.com/cornelisnetworks/opa-ff/archive/refs/tags/v%{version}.tar.gz
|
# tarball created by:
|
||||||
|
# git clone https://github.com/cornelisnetworks/opa-ff.git
|
||||||
|
# cd opa-ff
|
||||||
|
# git archive --format=tar --prefix=opa-ff-%{version}/ \
|
||||||
|
# 33b114edae0b0e118dd61b07dd5048d7dbd96d77 | xz > opa-ff-%{version}.tar.xz
|
||||||
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0008: 0001-Link-executables-with-pie.patch
|
Patch0008: 0001-Link-executables-with-pie.patch
|
||||||
Patch0009: 0002-Lets-build-config-decide-C-optimization-flags.patch
|
Patch0009: 0002-Lets-build-config-decide-C-optimization-flags.patch
|
||||||
@ -72,8 +77,6 @@ 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}'
|
||||||
@ -396,24 +399,6 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd
|
|||||||
%{_includedir}/opamgt
|
%{_includedir}/opamgt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 27 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1:10.12.1.0.6-1.1.alma
|
|
||||||
- AlmaLinux changes
|
|
||||||
|
|
||||||
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1:10.12.1.0.6-1.1
|
|
||||||
- Fix gating tests required packages
|
|
||||||
- Resolves: rhbz#2159633
|
|
||||||
* 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
|
|
||||||
- Add gating tests.
|
|
||||||
- Resolves: rhbz#2159633
|
|
||||||
|
|
||||||
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 10.11.1.3.1-1
|
|
||||||
- Update to upstream version 10.11.1.3.1.
|
|
||||||
- Resolves: rhbz#2110930
|
|
||||||
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 10.11.0.2-1
|
|
||||||
- Rebase to latest upstream release v10.11.0.2
|
|
||||||
- Resolves: bz1989157
|
|
||||||
|
|
||||||
* Tue May 25 2021 Honggang Li <honli@redhat.com> - 10.11.0.1.1-1
|
* Tue May 25 2021 Honggang Li <honli@redhat.com> - 10.11.0.1.1-1
|
||||||
- Rebase to latest upstream release v10.11.0.1.1
|
- Rebase to latest upstream release v10.11.0.1.1
|
||||||
- Resolves: bz1920718
|
- Resolves: bz1920718
|
||||||
|
Loading…
Reference in New Issue
Block a user