Blame SPECS/eth-tools.spec

e2205d
Name: eth-tools
e2205d
Version: 11.0.0.0
e2205d
Release: 164%{?dist}
e2205d
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
e2205d
e2205d
License: BSD
e2205d
Url: https://github.com/intel/eth-fast-fabric
e2205d
Source: %url/archive/%{version}/eth-fast-fabric-%{version}.tar.gz
e2205d
ExclusiveArch: x86_64
e2205d
# The Intel(R) Ethernet Fabric Suite product line is only available on x86_64 platforms at this time.
e2205d
e2205d
Epoch: 1
e2205d
e2205d
%description
e2205d
This package contains the tools necessary to manage an Intel Ethernet fabric.
e2205d
e2205d
%package basic
e2205d
Summary: Management level tools and scripts
e2205d
e2205d
Requires: rdma bc
e2205d
e2205d
Requires: expect%{?_isa}, tcl%{?_isa}, libibverbs-utils%{?_isa}, librdmacm-utils%{?_isa}, net-snmp-utils%{?_isa}
e2205d
BuildRequires: make, expat-devel, gcc-c++, tcl-devel, net-snmp-devel
e2205d
e2205d
%description basic
e2205d
Contains basic tools for fabric management necessary on all compute nodes.
e2205d
e2205d
%package fastfabric
e2205d
Summary: Management level tools and scripts
e2205d
Requires: eth-tools-basic%{?_isa} >= %{version}-%{release}
e2205d
Requires: cronie
e2205d
e2205d
%description fastfabric
e2205d
Contains tools for managing fabric on a management node.
e2205d
e2205d
%prep
e2205d
%autosetup -n eth-fast-fabric-%{version}
e2205d
e2205d
%build
e2205d
cd OpenIb_Host
e2205d
OPA_FEATURE_SET= CLOCAL='%build_cflags' CCLOCAL='%build_cxxflags' LDLOCAL='%build_ldflags' ./ff_build.sh %{_builddir}
e2205d
e2205d
%install
e2205d
BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_libdir} ./OpenIb_Host/ff_install.sh
e2205d
e2205d
%files basic
e2205d
%{_sbindir}/ethcapture
e2205d
%{_prefix}/lib/eth-tools/setup_self_ssh
e2205d
%{_prefix}/lib/eth-tools/usemem
e2205d
%{_prefix}/lib/eth-tools/ethipcalc
e2205d
%{_prefix}/lib/eth-tools/stream
e2205d
%{_mandir}/man1/ethcapture.1*
e2205d
%{_datadir}/eth-tools/samples/mgt_config.xml-sample
e2205d
%dir %{_sysconfdir}/eth-tools/
e2205d
%config(noreplace) %{_sysconfdir}/eth-tools/mgt_config.xml
e2205d
e2205d
%files fastfabric
e2205d
%{_sbindir}/*
e2205d
%exclude %{_sbindir}/ethcapture
e2205d
%{_prefix}/lib/eth-tools/*
e2205d
%exclude %{_prefix}/lib/eth-tools/setup_self_ssh
e2205d
%exclude %{_prefix}/lib/eth-tools/usemem
e2205d
%exclude %{_prefix}/lib/eth-tools/ethipcalc
e2205d
%exclude %{_prefix}/lib/eth-tools/stream
e2205d
%{_datadir}/eth-tools/*
e2205d
%exclude %{_datadir}/eth-tools/samples/mgt_config.xml-sample
e2205d
%{_mandir}/man8/eth*.8*
e2205d
%{_usrsrc}/eth/*
e2205d
%{_sysconfdir}/eth-tools/ethmon.si.conf
e2205d
# Replace ethmon.si.conf, as it's a template config file.
e2205d
%config(noreplace) %{_sysconfdir}/eth-tools/ethfastfabric.conf
e2205d
%config(noreplace) %{_sysconfdir}/eth-tools/ethmon.conf
e2205d
%config(noreplace) %{_sysconfdir}/eth-tools/allhosts
e2205d
%config(noreplace) %{_sysconfdir}/eth-tools/chassis
e2205d
%config(noreplace) %{_sysconfdir}/eth-tools/hosts
e2205d
%config(noreplace) %{_sysconfdir}/eth-tools/switches
e2205d
%config(noreplace) /usr/lib/eth-tools/osid_wrapper
e2205d
e2205d
e2205d
%changelog
e2205d
* Thu Jul 08 2021 Honggang Li <honli@redhat.com> - 11.0.0.0-164
e2205d
- Add osci gating test for RHEL8
e2205d
- Related: rhbz#1919015
e2205d
e2205d
* Tue Jun 08 2021 Honggang Li <honli@redhat.com> - 11.0.0.0-163
e2205d
- Import Intel Ethernet Fast Fabric Suite for RHEL8
e2205d
- Resolves: rhbz#1919015