Compare commits
3 Commits
changed/a8
...
c8-beta
Author | SHA1 | Date | |
---|---|---|---|
|
cc031d285a | ||
|
966936adc9 | ||
|
8aef089a84 |
@ -1 +1 @@
|
||||
d372f5dd634672cf63aea4e0428d0857b2a68e17 SOURCES/eth-fast-fabric-11.1.0.1.tar.gz
|
||||
e7c66ed62392131e2dc3bb161a63f0d17bf3a371 SOURCES/v11.5.0.0.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/eth-fast-fabric-11.1.0.1.tar.gz
|
||||
SOURCES/v11.5.0.0.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: eth-tools
|
||||
Version: 11.1.0.1
|
||||
Release: 5%{?dist}
|
||||
Version: 11.5.0.0
|
||||
Release: 173%{?dist}
|
||||
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
|
||||
|
||||
License: BSD
|
||||
Url: https://github.com/intel/eth-fast-fabric
|
||||
Source: %url/archive/%{version}/eth-fast-fabric-%{version}.tar.gz
|
||||
Source: %url/archive/refs/tags/v%{version}.tar.gz
|
||||
ExclusiveArch: x86_64
|
||||
# The Intel(R) Ethernet Fabric Suite product line is only available on x86_64 platforms at this time.
|
||||
|
||||
@ -19,7 +19,7 @@ Summary: Management level tools and scripts
|
||||
|
||||
Requires: rdma bc
|
||||
|
||||
Requires: expect%{?_isa}, tcl%{?_isa}, libibverbs-utils%{?_isa}, librdmacm-utils%{?_isa}, net-snmp-utils%{?_isa}
|
||||
Requires: expect%{?_isa}, tcl%{?_isa}, libibverbs-utils%{?_isa}, librdmacm-utils%{?_isa}, net-snmp%{?_isa}, net-snmp-utils%{?_isa}
|
||||
BuildRequires: make
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -27,6 +27,7 @@ BuildRequires: tcl-devel
|
||||
BuildRequires: rdma-core-devel
|
||||
BuildRequires: net-snmp-devel
|
||||
|
||||
|
||||
%description basic
|
||||
Contains basic tools for fabric management necessary on all compute nodes.
|
||||
|
||||
@ -49,20 +50,26 @@ 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
|
||||
%{_prefix}/lib/eth-tools/usemem
|
||||
%{_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
|
||||
%dir %{_sysconfdir}/eth-tools/
|
||||
%config(noreplace) %{_sysconfdir}/eth-tools/mgt_config.xml
|
||||
|
||||
%files fastfabric
|
||||
%{_sbindir}/*
|
||||
%exclude %{_sbindir}/ethbw
|
||||
%exclude %{_sbindir}/ethcapture
|
||||
%exclude %{_sbindir}/ethshmcleanup
|
||||
%{_prefix}/lib/eth-tools/*
|
||||
%exclude %{_prefix}/lib/eth-tools/setup_self_ssh
|
||||
%exclude %{_prefix}/lib/eth-tools/usemem
|
||||
@ -84,6 +91,19 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1:11.5.0.0-173
|
||||
- Update to upstream release 11.5.0.0
|
||||
- Add gating tests
|
||||
- Resolves: rhbz#2144025
|
||||
|
||||
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 11.4.0.0-201
|
||||
- Update to upstream release 11.4.0.0
|
||||
- Resolves: rhbz#2168118
|
||||
|
||||
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 11.3.0.0-1
|
||||
- Update to upstream release 11.3.0.0
|
||||
- Resolves: rhbz#2037048
|
||||
|
||||
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 11.1.0.1-5
|
||||
- Update to upstream release 11.1.0.1
|
||||
- Related: rhbz#1989435
|
||||
|
Loading…
Reference in New Issue
Block a user