Compare commits

...

No commits in common. "imports/c8-beta/smc-tools-1.8.1-1.gitbbf7e8c.el8" and "c8" have entirely different histories.

3 changed files with 11 additions and 11 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +0,0 @@
630640cc7fd811bbf80385feda0cbf5ec343c95d SOURCES/smc-tools-bbf7e8c.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.3
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,14 @@ sockets in Linux.
%{_libdir}/libsmc-preload.so*
%changelog
* Mon Oct 09 2023 Čestmír Kalina <ckalina@redhat.com> - 1.8.3-1
- Resolves: RHEL-11417 Upgrade smc-tools to latest version
- smc_stats: Fix man page name
- Bump version.
* 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