Import from AlmaLinux stable repository
This commit is contained in:
parent
a66e2a6627
commit
635c252680
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v10.11.1.3.1.tar.gz
|
SOURCES/v10.12.1.0.6.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
2e2ac7f8ebf07d1107707d6cebd1bb8c71033ecb SOURCES/v10.11.1.3.1.tar.gz
|
82f3362965fc04480e1da51a73038a590099463d SOURCES/v10.12.1.0.6.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: opa-ff
|
Name: opa-ff
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 10.11.1.3.1
|
Version: 10.12.1.0.6
|
||||||
Release: 1%{?dist}.alma
|
Release: 1%{?dist}.alma
|
||||||
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
|
||||||
@ -72,6 +72,7 @@ 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
|
# 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
|
||||||
|
|
||||||
@ -396,9 +397,12 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd
|
|||||||
%{_includedir}/opamgt
|
%{_includedir}/opamgt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 15 2022 Eduard Abdullin <eabdullin@almalinux.org> - 10.11.1.3.1-1.alma
|
* Thu Sep 21 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1:10.12.1.0.6-1.alma
|
||||||
- Debrand for AlmaLinux
|
- Debrand 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#2159647
|
||||||
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 10.11.1.3.1-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
|
- Update to upstream release 10.11.1.3.1
|
||||||
- Resolves: rhbz#2049166
|
- Resolves: rhbz#2049166
|
||||||
|
Loading…
Reference in New Issue
Block a user