|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: eth-tools
|
|
|
|
|
Version: 11.3.0.0
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Version: 11.4.0.0
|
|
|
|
|
Release: 201%{?dist}.inferit
|
|
|
|
|
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -44,7 +44,7 @@ Requires: eth-tools-basic%{?_isa} >= %{version}-%{release}
|
|
|
|
|
Contains tools for managing fabric on a management node.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n eth-fast-fabric-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n eth-fast-fabric-%{version_no_tilde}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
cd OpenIb_Host
|
|
|
|
@ -54,6 +54,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
|
|
|
|
|
|
|
|
|
|
%files basic
|
|
|
|
|
%{_sbindir}/ethbw
|
|
|
|
|
%{_sbindir}/ethcapture
|
|
|
|
|
%{_sbindir}/ethshmcleanup
|
|
|
|
|
%{_prefix}/lib/eth-tools/setup_self_ssh
|
|
|
|
@ -61,6 +62,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|
|
|
|
%{_prefix}/lib/eth-tools/ethipcalc
|
|
|
|
|
%{_prefix}/lib/eth-tools/stream
|
|
|
|
|
%{_prefix}/lib/eth-tools/ethudstress
|
|
|
|
|
%{_mandir}/man1/ethbw.1*
|
|
|
|
|
%{_mandir}/man1/ethcapture.1*
|
|
|
|
|
%{_mandir}/man1/ethshmcleanup.1*
|
|
|
|
|
%{_datadir}/eth-tools/samples/mgt_config.xml-sample
|
|
|
|
@ -69,6 +71,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|
|
|
|
|
|
|
|
|
%files fastfabric
|
|
|
|
|
%{_sbindir}/*
|
|
|
|
|
%exclude %{_sbindir}/ethbw
|
|
|
|
|
%exclude %{_sbindir}/ethcapture
|
|
|
|
|
%exclude %{_sbindir}/ethshmcleanup
|
|
|
|
|
%{_prefix}/lib/eth-tools/*
|
|
|
|
@ -92,9 +95,13 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 24 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1:11.3.0.0-1.inferit
|
|
|
|
|
* Wed May 17 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1:11.4.0.0-201.inferit
|
|
|
|
|
- Add MSVSphere support
|
|
|
|
|
- Debrand for MSVSphere
|
|
|
|
|
- Rebuilt for MSVSphere 9.2.
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Update to upstream release 11.3.0.0
|
|
|
|
|