import smc-tools-1.8.2-1.el8

This commit is contained in:
CentOS Sources 2023-05-16 06:16:07 +00:00 committed by root
parent 3eb3604a08
commit b7a189460a
3 changed files with 7 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/smc-tools-bbf7e8c.tar.gz
SOURCES/1.8.2.tar.gz

View File

@ -1 +1 @@
630640cc7fd811bbf80385feda0cbf5ec343c95d SOURCES/smc-tools-bbf7e8c.tar.gz
625cbb63b239d459bdb71fe6fd3087737496fc39 SOURCES/1.8.2.tar.gz

View File

@ -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 <ckalina@redhat.com> - 1.8.2-1
- Resolves: #2110414 Upgrade smc-tools to latest version
* Thu Jun 23 2022 Čestmír Kalina <ckalina@redhat.com> - 1.8.1-1
- Upgrade smc-tools to latest version
- Add User-defined EID (Enterprise ID) Support