Merge branch 'c8' into a8

This commit is contained in:
eabdullin 2022-05-10 10:08:49 +00:00 committed by Stepan Oksanichenko
commit de8907a535
3 changed files with 18 additions and 8 deletions

View File

@ -1 +1 @@
0ecb9d07fc64c6a4bc6d41371838e04a400a331f SOURCES/eth-fast-fabric-11.0.0.0.tar.gz
d372f5dd634672cf63aea4e0428d0857b2a68e17 SOURCES/eth-fast-fabric-11.1.0.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/eth-fast-fabric-11.0.0.0.tar.gz
SOURCES/eth-fast-fabric-11.1.0.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: eth-tools
Version: 11.0.0.0
Release: 164%{?dist}.alma
Version: 11.1.0.1
Release: 5%{?dist}.alma
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
License: BSD
@ -21,15 +21,20 @@ Summary: Management level tools and scripts
Requires: rdma bc
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
Contains basic tools for fabric management necessary on all compute nodes.
%package fastfabric
Summary: Management level tools and scripts
Requires: perl
Requires: eth-tools-basic%{?_isa} >= %{version}-%{release}
Requires: cronie
%description fastfabric
Contains tools for managing fabric on a management node.
@ -50,6 +55,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
%{_prefix}/lib/eth-tools/usemem
%{_prefix}/lib/eth-tools/ethipcalc
%{_prefix}/lib/eth-tools/stream
%{_prefix}/lib/eth-tools/ethudstress
%{_mandir}/man1/ethcapture.1*
%{_datadir}/eth-tools/samples/mgt_config.xml-sample
%dir %{_sysconfdir}/eth-tools/
@ -63,6 +69,7 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
%exclude %{_prefix}/lib/eth-tools/usemem
%exclude %{_prefix}/lib/eth-tools/ethipcalc
%exclude %{_prefix}/lib/eth-tools/stream
%exclude %{_prefix}/lib/eth-tools/ethudstress
%{_datadir}/eth-tools/*
%exclude %{_datadir}/eth-tools/samples/mgt_config.xml-sample
%{_mandir}/man8/eth*.8*
@ -72,16 +79,19 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
%config(noreplace) %{_sysconfdir}/eth-tools/ethfastfabric.conf
%config(noreplace) %{_sysconfdir}/eth-tools/ethmon.conf
%config(noreplace) %{_sysconfdir}/eth-tools/allhosts
%config(noreplace) %{_sysconfdir}/eth-tools/chassis
%config(noreplace) %{_sysconfdir}/eth-tools/hosts
%config(noreplace) %{_sysconfdir}/eth-tools/switches
%config(noreplace) /usr/lib/eth-tools/osid_wrapper
%changelog
* Sat Oct 09 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 11.0.0.0-164.alma
* Tue May 10 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 11.1.0.1-5.alma
- Add AlmaLinux support
* 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
* Thu Jul 08 2021 Honggang Li <honli@redhat.com> - 11.0.0.0-164
- Add osci gating test for RHEL8
- Related: rhbz#1919015