Update to upstream release 11.4.0.0
Resolves: rhbz#2097531 Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
This commit is contained in:
parent
1f06bcad14
commit
f598034b85
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/eth-fast-fabric-11.1.0.0.tar.gz
|
||||
/eth-fast-fabric-11.1.0.1.tar.gz
|
||||
/v11.3.0.0.tar.gz
|
||||
/v11.4.0.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: eth-tools
|
||||
Version: 11.3.0.0
|
||||
Release: 1%{?dist}
|
||||
Version: 11.4.0.0
|
||||
Release: 201%{?dist}
|
||||
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
|
||||
|
||||
License: BSD
|
||||
@ -50,6 +50,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
|
||||
@ -57,6 +58,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
|
||||
@ -65,6 +67,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/*
|
||||
@ -88,6 +91,10 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Resolves: rhbz#2037052
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v11.3.0.0.tar.gz) = 7ca71235d547c0b4da975723bf4f8955b102aea660ae656472c3595de5a1d22defbe641209b80dfefe8adaffa2f3b52ae685730bcb18560b6b7f11bae7106d07
|
||||
SHA512 (v11.4.0.0.tar.gz) = dbc3b22e6b76fcd96d7a71ce50c7cd450cd0bf1901bca6e17b38a32b27f3ec96e49c165ec8a8fb1d540682c82e63cdef52407eac560ed1790b1d542800515059
|
||||
|
Loading…
Reference in New Issue
Block a user