Update to upstream release 11.1.0.0
Resolves: rhbz#1991463 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
0948221750
commit
7e6bf8e0d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/eth-fast-fabric-11.0.0.0.tar.gz
|
/eth-fast-fabric-11.0.0.0.tar.gz
|
||||||
|
/eth-fast-fabric-11.1.0.0.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: eth-tools
|
Name: eth-tools
|
||||||
Version: 11.0.0.0
|
Version: 11.1.0.0
|
||||||
Release: 164%{?dist}
|
Release: 180%{?dist}
|
||||||
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
|
||||||
Url: https://github.com/intel/eth-fast-fabric
|
Url: https://github.com/intel/eth-fast-fabric
|
||||||
Source: %url/archive/%{version}/eth-fast-fabric-%{version}.tar.gz
|
Source: %url/archive/%{version_no_tilde}/eth-fast-fabric-%{version_no_tilde}.tar.gz
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
# The Intel(R) Ethernet Fabric Suite product line is only available on x86_64 platforms at this time.
|
# The Intel(R) Ethernet Fabric Suite product line is only available on x86_64 platforms at this time.
|
||||||
|
|
||||||
@ -20,7 +20,13 @@ Summary: Management level tools and scripts
|
|||||||
Requires: rdma bc
|
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-utils%{?_isa}
|
||||||
BuildRequires: make, expat-devel, gcc-c++, tcl-devel, net-snmp-devel
|
BuildRequires: make
|
||||||
|
BuildRequires: expat-devel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: tcl-devel
|
||||||
|
BuildRequires: rdma-core-devel
|
||||||
|
BuildRequires: net-snmp-devel
|
||||||
|
|
||||||
|
|
||||||
%description basic
|
%description basic
|
||||||
Contains basic tools for fabric management necessary on all compute nodes.
|
Contains basic tools for fabric management necessary on all compute nodes.
|
||||||
@ -28,13 +34,13 @@ Contains basic tools for fabric management necessary on all compute nodes.
|
|||||||
%package fastfabric
|
%package fastfabric
|
||||||
Summary: Management level tools and scripts
|
Summary: Management level tools and scripts
|
||||||
Requires: eth-tools-basic%{?_isa} >= %{version}-%{release}
|
Requires: eth-tools-basic%{?_isa} >= %{version}-%{release}
|
||||||
Requires: cronie
|
Requires: perl cronie
|
||||||
|
|
||||||
%description fastfabric
|
%description fastfabric
|
||||||
Contains tools for managing fabric on a management node.
|
Contains tools for managing fabric on a management node.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n eth-fast-fabric-%{version}
|
%autosetup -n eth-fast-fabric-%{version_no_tilde}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd OpenIb_Host
|
cd OpenIb_Host
|
||||||
@ -49,6 +55,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|||||||
%{_prefix}/lib/eth-tools/usemem
|
%{_prefix}/lib/eth-tools/usemem
|
||||||
%{_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
|
||||||
%{_mandir}/man1/ethcapture.1*
|
%{_mandir}/man1/ethcapture.1*
|
||||||
%{_datadir}/eth-tools/samples/mgt_config.xml-sample
|
%{_datadir}/eth-tools/samples/mgt_config.xml-sample
|
||||||
%dir %{_sysconfdir}/eth-tools/
|
%dir %{_sysconfdir}/eth-tools/
|
||||||
@ -62,6 +69,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|||||||
%exclude %{_prefix}/lib/eth-tools/usemem
|
%exclude %{_prefix}/lib/eth-tools/usemem
|
||||||
%exclude %{_prefix}/lib/eth-tools/ethipcalc
|
%exclude %{_prefix}/lib/eth-tools/ethipcalc
|
||||||
%exclude %{_prefix}/lib/eth-tools/stream
|
%exclude %{_prefix}/lib/eth-tools/stream
|
||||||
|
%exclude %{_prefix}/lib/eth-tools/ethudstress
|
||||||
%{_datadir}/eth-tools/*
|
%{_datadir}/eth-tools/*
|
||||||
%exclude %{_datadir}/eth-tools/samples/mgt_config.xml-sample
|
%exclude %{_datadir}/eth-tools/samples/mgt_config.xml-sample
|
||||||
%{_mandir}/man8/eth*.8*
|
%{_mandir}/man8/eth*.8*
|
||||||
@ -71,13 +79,16 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
|||||||
%config(noreplace) %{_sysconfdir}/eth-tools/ethfastfabric.conf
|
%config(noreplace) %{_sysconfdir}/eth-tools/ethfastfabric.conf
|
||||||
%config(noreplace) %{_sysconfdir}/eth-tools/ethmon.conf
|
%config(noreplace) %{_sysconfdir}/eth-tools/ethmon.conf
|
||||||
%config(noreplace) %{_sysconfdir}/eth-tools/allhosts
|
%config(noreplace) %{_sysconfdir}/eth-tools/allhosts
|
||||||
%config(noreplace) %{_sysconfdir}/eth-tools/chassis
|
|
||||||
%config(noreplace) %{_sysconfdir}/eth-tools/hosts
|
%config(noreplace) %{_sysconfdir}/eth-tools/hosts
|
||||||
%config(noreplace) %{_sysconfdir}/eth-tools/switches
|
%config(noreplace) %{_sysconfdir}/eth-tools/switches
|
||||||
%config(noreplace) /usr/lib/eth-tools/osid_wrapper
|
%config(noreplace) /usr/lib/eth-tools/osid_wrapper
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 27 2021 Honggang Li <honli@redhat.com> - 1:11.1.0.0-180
|
||||||
|
- Update to upstream release 11.1.0.0
|
||||||
|
- Resolves: rhbz#1991463
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:11.0.0.0-164
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:11.0.0.0-164
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (eth-fast-fabric-11.0.0.0.tar.gz) = c3aefa4d06abdda184b202051673d196f3b7dc50c8cfaac9aa669a2b8d0d9c77da0b4a8a6b726d1d4d514de8fd9befddae83af7a6f9856de6310950ec5a415a8
|
SHA512 (eth-fast-fabric-11.1.0.0.tar.gz) = f172263a3b19842b448523beb3deb40be6dd2730579a99dee0b0cc4bfbbee72d9e1c312406dd08a812aac21e557f2a1f4fe66adff7d67abdb44bf45f7f4f6073
|
||||||
|
Loading…
Reference in New Issue
Block a user