import ksc-1.8-4.git8187ddd.el9

This commit is contained in:
CentOS Sources 2022-01-11 13:46:47 -05:00 committed by Stepan Oksanichenko
parent 3b769a1f45
commit 58a328475e
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ksc-b99026d.tar.gz
SOURCES/ksc-8187ddd.tar.gz

View File

@ -1 +1 @@
cf828fa483a1299612a74d78c05d53b64ab09082 SOURCES/ksc-b99026d.tar.gz
e861d2bf53dfe075956a7e3d65ade5600b11c61c SOURCES/ksc-8187ddd.tar.gz

View File

@ -1,6 +1,6 @@
%global forgeurl https://github.com/RedHatOfficial/ksc
%global commitdate 20210517
%global commit b99026dfbdc14bda13061a318466ed4bd83e0de1
%global commitdate 20221121
%global commit 8187ddddfa564cd858e70fd14c82f422a6b6853f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%{?python_enable_dependency_generator}
@ -8,7 +8,7 @@
Name: ksc
Version: 1.8
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Kernel source code checker
Group: Development/Tools
AutoReqProv: no
@ -46,6 +46,9 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
%{python3_sitelib}/ksc-%{version}*.egg-info
%changelog
* Mon Nov 22 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-4
- Resolves: #1761398 Add symbol namespace support to ksc
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - Forge-specific packaging variables
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688