Accepting request 753058 from home:markkp:branches:network
Upgrade to version 1.2.2 for jsc#SLE-7876 OBS-URL: https://build.opensuse.org/request/show/753058 OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=23
This commit is contained in:
parent
e4ecb7e96d
commit
a773e60baa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6abaea530fabba1c14c6807744e94f8f8db1f31d355265708233ed7f07c9952
|
||||
size 24452
|
3
smc-tools-1.2.2.tar.gz
Normal file
3
smc-tools-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e44c45a8b81e0777ed10d3a35c5e988ad394fe4569d042f772aea4de379e4cf
|
||||
size 25406
|
@ -1,7 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 17:44:58 UTC 2019 - Mark Post <mpost@suse.com>
|
||||
|
||||
- Upgraded to version 1.2.2 (jsc#SLE-7876)
|
||||
* Changes:
|
||||
Add bash autocompletion support
|
||||
Removed support for the 31-bit library
|
||||
Bug fixes:
|
||||
smcss: Do not show connection mode for already closed sockets
|
||||
smc_rnics: Set interface to "n/a" for ISM devices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 21:39:07 UTC 2019 - Mark Post <mpost@suse.com>
|
||||
|
||||
- Upgraded to version 1.2.1 (Fate#327839)
|
||||
- Upgraded to version 1.2.1 (Fate#327839, bsc#1153947)
|
||||
* Version 1.2.1
|
||||
Bug fixes:
|
||||
smc_rnics: Install man page on s390 only
|
||||
|
@ -16,22 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
# aarch64 and ppc64le don't support 32bit applications, so there's no
|
||||
# gcc-32bit package that can be installed
|
||||
%ifarch s390x x86_64
|
||||
%define have_32bit 1
|
||||
BuildRequires: gcc-32bit
|
||||
%endif
|
||||
|
||||
# While repos other than Factory have 32bit for s390x, Factory does not
|
||||
%if 0%{?suse_version} == 1550
|
||||
%ifarch s390x
|
||||
%define have_32bit 0
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Name: smc-tools
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Shared Memory Communication via RDMA
|
||||
License: EPL-1.0
|
||||
@ -85,9 +71,6 @@ rm -Rf "%{buildroot}%{_prefix}/lib64"
|
||||
%endif
|
||||
%{_bindir}/smcss
|
||||
%{_libdir}/libsmc-preload.so
|
||||
%if 0%{?have_32bit}
|
||||
%{_prefix}/lib/libsmc-preload.so
|
||||
%endif
|
||||
%{_mandir}/man7/af_smc.7%{?ext_man}
|
||||
%{_mandir}/man8/smc_pnet.8%{?ext_man}
|
||||
%ifarch s390 s390x
|
||||
|
Loading…
Reference in New Issue
Block a user