Add symbol namespace support
Resolves: rhbz#1761398 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
466559cc38
commit
3bb861344d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/ksc-5955c6b.tar.gz
|
||||
/ksc-b99026d.tar.gz
|
||||
/ksc-8187ddd.tar.gz
|
||||
|
9
ksc.spec
9
ksc.spec
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ksc-b99026d.tar.gz) = c4587f50f35a2e68524285e65aebfd98bcf8831183a58ba05a6fdd468bd936e3c7ea1ffb52fce431c465ab0e70936da9b51e688b75cf8552877c89f6e01b6e15
|
||||
SHA512 (ksc-8187ddd.tar.gz) = c9061f9bd4b4c79e797b03ce52994314aee09b0a99e4ad74e920aa3ee874b2f4974b1af5c81d7bf2941bc572354012c724b046d70de26adda874ac1f3c5307b1
|
||||
|
Loading…
Reference in New Issue
Block a user