Add support for Red Hat Enterprise Linux 9
Resolves: rhbz#2032138 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
8edeb17b4c
commit
857de6268d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/ksc-5955c6b.tar.gz
|
||||
/ksc-b99026d.tar.gz
|
||||
/ksc-8187ddd.tar.gz
|
||||
/ksc-594b780.tar.gz
|
||||
|
9
ksc.spec
9
ksc.spec
@ -1,6 +1,6 @@
|
||||
%global forgeurl https://github.com/RedHatOfficial/ksc
|
||||
%global commitdate 20221121
|
||||
%global commit 8187ddddfa564cd858e70fd14c82f422a6b6853f
|
||||
%global commitdate 20211219
|
||||
%global commit 594b780b9a299c9bca37de0201ef2bd755cf2880
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Name: ksc
|
||||
Version: 1.8
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?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
|
||||
* Sun Dec 19 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-5
|
||||
- Resolves: #2032138 add Red Hat Enterprise Linux 9 support
|
||||
|
||||
* Mon Nov 22 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-4
|
||||
- Resolves: #1761398 Add symbol namespace support to ksc
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ksc-8187ddd.tar.gz) = c9061f9bd4b4c79e797b03ce52994314aee09b0a99e4ad74e920aa3ee874b2f4974b1af5c81d7bf2941bc572354012c724b046d70de26adda874ac1f3c5307b1
|
||||
SHA512 (ksc-594b780.tar.gz) = 5b408397f7f0566bf0704c7ba6fc94ef7a4c334ad29abdc9ba426847804ca974a7bc3a5e3714ac59256b40819d9d312e2b9a4356a0c77fda5729e2c440bc736a
|
||||
|
Loading…
Reference in New Issue
Block a user