Dominique Leuenberger 2019-09-07 09:55:36 +00:00 committed by Git OBS Bridge
commit 656a130b53
4 changed files with 29 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62f1b287129fa41ad4664094033fbe7f8afc85cc9ec08805cb3be1ddd3233bb4
size 20870

3
smc-tools-1.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6abaea530fabba1c14c6807744e94f8f8db1f31d355265708233ed7f07c9952
size 24452

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Sep 3 21:39:07 UTC 2019 - Mark Post <mpost@suse.com>
- Upgraded to version 1.2.1 (Fate#327839)
* Version 1.2.1
Bug fixes:
smc_rnics: Install man page on s390 only
smc-preload: Handle behavior flags in type argument to socket() call
Makefile: Fixed install target on Ubuntu for platforms other than s390
smc_pnet: changes in support of kernel 5.1
* Version 1.2.0
Changes:
smc_rnics: Initial version added
smc_dbg: Initial version added
Bug fixes:
smcss: Parse address family of ip address
-------------------------------------------------------------------
Fri Nov 30 21:11:45 UTC 2018 - mpost@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package smc-tools
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018, 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -31,7 +31,7 @@ BuildRequires: gcc-32bit
%endif
Name: smc-tools
Version: 1.1.0
Version: 1.2.1
Release: 0
Summary: Shared Memory Communication via RDMA
License: EPL-1.0
@ -75,11 +75,14 @@ rm -Rf "%{buildroot}%{_prefix}/lib64"
%set_permissions %{_libdir}/libsmc-preload.so
%files
%defattr(-,root,root)
%license LICENSE
%doc README.smctools
%{_bindir}/smc_dbg
%{_bindir}/smc_pnet
%{_bindir}/smc_run
%ifarch s390 s390x
%{_bindir}/smc_rnics
%endif
%{_bindir}/smcss
%{_libdir}/libsmc-preload.so
%if 0%{?have_32bit}
@ -87,6 +90,9 @@ rm -Rf "%{buildroot}%{_prefix}/lib64"
%endif
%{_mandir}/man7/af_smc.7%{?ext_man}
%{_mandir}/man8/smc_pnet.8%{?ext_man}
%ifarch s390 s390x
%{_mandir}/man8/smc_rnics.8%{?ext_man}
%endif
%{_mandir}/man8/smc_run.8%{?ext_man}
%{_mandir}/man8/smcss.8%{?ext_man}