Update to 1.12
Resolves: rhbz#2066231 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
0ddff315b4
commit
da927b5caa
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/ksc-b3b2eea.tar.gz
|
/ksc-b3b2eea.tar.gz
|
||||||
/ksc-4b2b8ce.tar.gz
|
/ksc-4b2b8ce.tar.gz
|
||||||
/ksc-d4f36f3.tar.gz
|
/ksc-d4f36f3.tar.gz
|
||||||
|
/ksc-869a25c.tar.gz
|
||||||
|
11
ksc.spec
11
ksc.spec
@ -1,14 +1,14 @@
|
|||||||
%global forgeurl https://github.com/RedHatOfficial/ksc
|
%global forgeurl https://github.com/RedHatOfficial/ksc
|
||||||
%global commitdate 20220613
|
%global commitdate 20230109
|
||||||
%global commit d4f36f3cac349feb9eb346a206f2616d05f519e8
|
%global commit 869a25c7de8ed880a72f66ae4f3e8407f1aa4114
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
%forgemeta -i
|
%forgemeta -i
|
||||||
|
|
||||||
Name: ksc
|
Name: ksc
|
||||||
Version: 1.11
|
Version: 1.12
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Kernel source code checker
|
Summary: Kernel source code checker
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
@ -46,6 +46,9 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
|
|||||||
%{python3_sitelib}/ksc-%{version}*.egg-info
|
%{python3_sitelib}/ksc-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 09 2023 Čestmír Kalina <ckalina@redhat.com> - 1.12-1
|
||||||
|
- Resolves: #2066231 - update to ksc 1.12
|
||||||
|
|
||||||
* Mon Jun 13 2022 Čestmír Kalina <ckalina@redhat.com> - 1.11-2
|
* Mon Jun 13 2022 Čestmír Kalina <ckalina@redhat.com> - 1.11-2
|
||||||
- Resolves: #2066228 - Explicitly require target specification
|
- Resolves: #2066228 - Explicitly require target specification
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ksc-d4f36f3.tar.gz) = eb1ae6878e9e9fcf9c6006067e94c7de5adca377118acf9db0b5a5239efa79a18eccd51a4358bbeb80d79a06fa10f313892e21edc53afa90a4c26200af4dc207
|
SHA512 (ksc-869a25c.tar.gz) = 85c287b19d914e44ded15c11a45b49c8574a2b42dfbccc8a3f8e110fd1e51ef9cc1a21e25610620e62a8c2c51f2548693f61d912c8f93e3e88b0debcd56a70bb
|
||||||
|
Loading…
Reference in New Issue
Block a user