From b7a189460ade39252ee54efdaba51c4a46146147 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 16 May 2023 06:16:07 +0000 Subject: [PATCH] import smc-tools-1.8.2-1.el8 --- .gitignore | 2 +- .smc-tools.metadata | 2 +- SPECS/smc-tools.spec | 14 +++++--------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5643d42..442ff07 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/smc-tools-bbf7e8c.tar.gz +SOURCES/1.8.2.tar.gz diff --git a/.smc-tools.metadata b/.smc-tools.metadata index df3e62b..059164a 100644 --- a/.smc-tools.metadata +++ b/.smc-tools.metadata @@ -1 +1 @@ -630640cc7fd811bbf80385feda0cbf5ec343c95d SOURCES/smc-tools-bbf7e8c.tar.gz +625cbb63b239d459bdb71fe6fd3087737496fc39 SOURCES/1.8.2.tar.gz diff --git a/SPECS/smc-tools.spec b/SPECS/smc-tools.spec index 230f616..1c70607 100644 --- a/SPECS/smc-tools.spec +++ b/SPECS/smc-tools.spec @@ -1,14 +1,7 @@ -%global forgeurl https://github.com/ibm-s390-tools/smc-tools -%global commitdate 20220414 -%global commit bbf7e8cdb2d5961b7da8a27f6dfad98c5945e7d8 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - -%forgemeta -i - %define debug_package %{nil} Name: smc-tools -Version: 1.8.1 +Version: 1.8.2 Release: 1%{?dist} Summary: Shared Memory Communication Tools @@ -20,7 +13,7 @@ BuildRequires: gcc BuildRequires: libnl3-devel BuildRequires: bash-completion -Source0: https://github.com/ibm-s390-tools/smc-tools/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +Source0: https://github.com/ibm-s390-linux/%{name}/archive/refs/tags/%{version}.tar.gz Patch0: smc-tools-1.6.0-smc_chk-py3.patch @@ -58,6 +51,9 @@ sockets in Linux. %{_libdir}/libsmc-preload.so* %changelog +* Mon Dec 05 2022 Čestmír Kalina - 1.8.2-1 +- Resolves: #2110414 Upgrade smc-tools to latest version + * Thu Jun 23 2022 Čestmír Kalina - 1.8.1-1 - Upgrade smc-tools to latest version - Add User-defined EID (Enterprise ID) Support