Merge branch 'c9-beta' into a9-beta
This commit is contained in:
commit
550b01393b
@ -1 +1 @@
|
|||||||
9410d3e83e205e922ea0b6a3d1c23b1625c272a3 SOURCES/v11.3.0.0.tar.gz
|
4a8e1a82380245c68b32ef00ff903f1a2a7e088d SOURCES/v11.4.0.0.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v11.3.0.0.tar.gz
|
SOURCES/v11.4.0.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: eth-tools
|
Name: eth-tools
|
||||||
Version: 11.3.0.0
|
Version: 11.4.0.0
|
||||||
Release: 1%{?dist}.alma
|
Release: 201%{?dist}.alma
|
||||||
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
|
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -51,6 +51,7 @@ OPA_FEATURE_SET= CLOCAL='%build_cflags' CCLOCAL='%build_cxxflags' LDLOCAL='%buil
|
|||||||
BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_libdir} ./OpenIb_Host/ff_install.sh
|
BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_libdir} ./OpenIb_Host/ff_install.sh
|
||||||
|
|
||||||
%files basic
|
%files basic
|
||||||
|
%{_sbindir}/ethbw
|
||||||
%{_sbindir}/ethcapture
|
%{_sbindir}/ethcapture
|
||||||
%{_sbindir}/ethshmcleanup
|
%{_sbindir}/ethshmcleanup
|
||||||
%{_prefix}/lib/eth-tools/setup_self_ssh
|
%{_prefix}/lib/eth-tools/setup_self_ssh
|
||||||
@ -58,6 +59,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|||||||
%{_prefix}/lib/eth-tools/ethipcalc
|
%{_prefix}/lib/eth-tools/ethipcalc
|
||||||
%{_prefix}/lib/eth-tools/stream
|
%{_prefix}/lib/eth-tools/stream
|
||||||
%{_prefix}/lib/eth-tools/ethudstress
|
%{_prefix}/lib/eth-tools/ethudstress
|
||||||
|
%{_mandir}/man1/ethbw.1*
|
||||||
%{_mandir}/man1/ethcapture.1*
|
%{_mandir}/man1/ethcapture.1*
|
||||||
%{_mandir}/man1/ethshmcleanup.1*
|
%{_mandir}/man1/ethshmcleanup.1*
|
||||||
%{_datadir}/eth-tools/samples/mgt_config.xml-sample
|
%{_datadir}/eth-tools/samples/mgt_config.xml-sample
|
||||||
@ -66,6 +68,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|||||||
|
|
||||||
%files fastfabric
|
%files fastfabric
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
|
%exclude %{_sbindir}/ethbw
|
||||||
%exclude %{_sbindir}/ethcapture
|
%exclude %{_sbindir}/ethcapture
|
||||||
%exclude %{_sbindir}/ethshmcleanup
|
%exclude %{_sbindir}/ethshmcleanup
|
||||||
%{_prefix}/lib/eth-tools/*
|
%{_prefix}/lib/eth-tools/*
|
||||||
@ -89,9 +92,12 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 17 2022 Eduard Abdullin <eabdullin@almalinux.org> - 1:11.3.0.0-1.alma
|
* Wed Mar 29 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1:11.4.0.0-201.alma
|
||||||
- Add AlmaLinux support
|
- Add AlmaLinux support
|
||||||
|
|
||||||
|
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1:11.4.0.0-201
|
||||||
|
- Update to upstream release 11.4.0.0
|
||||||
|
- Resolves: rhbz#2097531
|
||||||
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1:11.3.0.0-1
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1:11.3.0.0-1
|
||||||
- Update to upstream release 11.3.0.0
|
- Update to upstream release 11.3.0.0
|
||||||
- Resolves: rhbz#2037052
|
- Resolves: rhbz#2037052
|
||||||
|
Loading…
Reference in New Issue
Block a user