Accepting request 729044 from network
OBS-URL: https://build.opensuse.org/request/show/729044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/smc-tools?expand=0&rev=6
This commit is contained in:
@@ -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
3
smc-tools-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6abaea530fabba1c14c6807744e94f8f8db1f31d355265708233ed7f07c9952
|
||||||
|
size 24452
|
@@ -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
|
Fri Nov 30 21:11:45 UTC 2018 - mpost@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package smc-tools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -31,7 +31,7 @@ BuildRequires: gcc-32bit
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: smc-tools
|
Name: smc-tools
|
||||||
Version: 1.1.0
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shared Memory Communication via RDMA
|
Summary: Shared Memory Communication via RDMA
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
@@ -75,11 +75,14 @@ rm -Rf "%{buildroot}%{_prefix}/lib64"
|
|||||||
%set_permissions %{_libdir}/libsmc-preload.so
|
%set_permissions %{_libdir}/libsmc-preload.so
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.smctools
|
%doc README.smctools
|
||||||
|
%{_bindir}/smc_dbg
|
||||||
%{_bindir}/smc_pnet
|
%{_bindir}/smc_pnet
|
||||||
%{_bindir}/smc_run
|
%{_bindir}/smc_run
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%{_bindir}/smc_rnics
|
||||||
|
%endif
|
||||||
%{_bindir}/smcss
|
%{_bindir}/smcss
|
||||||
%{_libdir}/libsmc-preload.so
|
%{_libdir}/libsmc-preload.so
|
||||||
%if 0%{?have_32bit}
|
%if 0%{?have_32bit}
|
||||||
@@ -87,6 +90,9 @@ rm -Rf "%{buildroot}%{_prefix}/lib64"
|
|||||||
%endif
|
%endif
|
||||||
%{_mandir}/man7/af_smc.7%{?ext_man}
|
%{_mandir}/man7/af_smc.7%{?ext_man}
|
||||||
%{_mandir}/man8/smc_pnet.8%{?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/smc_run.8%{?ext_man}
|
||||||
%{_mandir}/man8/smcss.8%{?ext_man}
|
%{_mandir}/man8/smcss.8%{?ext_man}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user