diff --git a/smc-tools-1.8.2.tar.gz b/smc-tools-1.8.2.tar.gz deleted file mode 100644 index 0c47168..0000000 --- a/smc-tools-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5867c51020e60a4a41ae54c074fa9d746e11ace2f6e90087b5f8856a3394417b -size 65215 diff --git a/smc-tools-1.8.3.tar.gz b/smc-tools-1.8.3.tar.gz new file mode 100644 index 0000000..66e0d17 --- /dev/null +++ b/smc-tools-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57746be03f43f77914a99d5caf2cb20cea03e2b6304d756d73595e5b24ac808a +size 65264 diff --git a/smc-tools.changes b/smc-tools.changes index ffb4fed..a814630 100644 --- a/smc-tools.changes +++ b/smc-tools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 13 05:29:49 UTC 2023 - Nikolay Gueorguiev + +- Upgrade to vesion 1.8.3 (jsc#PED-5438) + * Bug fixes + - Makefile: Adjust default library path for Ubuntu + - smc_stats: Fix man page name + ------------------------------------------------------------------- Tue Oct 4 19:03:55 UTC 2022 - Mark Post diff --git a/smc-tools.spec b/smc-tools.spec index de75118..b6957bb 100644 --- a/smc-tools.spec +++ b/smc-tools.spec @@ -1,7 +1,7 @@ # # spec file for package smc-tools # -# Copyright (c) 2018-2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: smc-tools -Version: 1.8.2 +Version: 1.8.3 Release: 0 Summary: Shared Memory Communication via RDMA License: EPL-1.0 Group: System/Kernel URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html -Source: %{name}-%{version}.tar.gz +Source: https://github.com/ibm-s390-linux/%{name}/releases/tag/%{version}.tar.gz#/%{name}-%{version}.tar.gz +### Source: https://github.com/ibm-s390-linux/smc-tools/releases/tag/1.8.3.tar.gz BuildRequires: bash-completion-devel BuildRequires: libnl3-devel