diff --git a/smc-tools-1.2.1.tar.gz b/smc-tools-1.2.1.tar.gz deleted file mode 100644 index e763d7c..0000000 --- a/smc-tools-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6abaea530fabba1c14c6807744e94f8f8db1f31d355265708233ed7f07c9952 -size 24452 diff --git a/smc-tools-1.2.2.tar.gz b/smc-tools-1.2.2.tar.gz new file mode 100644 index 0000000..cc5858f --- /dev/null +++ b/smc-tools-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e44c45a8b81e0777ed10d3a35c5e988ad394fe4569d042f772aea4de379e4cf +size 25406 diff --git a/smc-tools.changes b/smc-tools.changes index b0dd53e..3a8360d 100644 --- a/smc-tools.changes +++ b/smc-tools.changes @@ -1,7 +1,18 @@ +------------------------------------------------------------------- +Thu Nov 7 17:44:58 UTC 2019 - Mark Post + +- 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 -- 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 diff --git a/smc-tools.spec b/smc-tools.spec index 0ef76aa..a1d107e 100644 --- a/smc-tools.spec +++ b/smc-tools.spec @@ -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