import ksc-1.11-2.gitd4f36f3.el9

This commit is contained in:
CentOS Sources 2022-11-15 02:06:54 -05:00 committed by Stepan Oksanichenko
parent fb4dd3da51
commit a777ffe747
3 changed files with 15 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ksc-dcc139b.tar.gz
SOURCES/ksc-d4f36f3.tar.gz

View File

@ -1 +1 @@
994c24fcd511de9959f722eda98561a92fde4db1 SOURCES/ksc-dcc139b.tar.gz
473a8fb8d620251dbd425f61a85cedf9cf165c2a SOURCES/ksc-d4f36f3.tar.gz

View File

@ -1,14 +1,14 @@
%global forgeurl https://github.com/RedHatOfficial/ksc
%global commitdate 20220209
%global commit dcc139b1fcef98b1172df115f17e9834258439dc
%global commitdate 20220613
%global commit d4f36f3cac349feb9eb346a206f2616d05f519e8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%{?python_enable_dependency_generator}
%forgemeta -i
Name: ksc
Version: 1.9
Release: 1%{?dist}
Version: 1.11
Release: 2%{?dist}
Summary: Kernel source code checker
Group: Development/Tools
AutoReqProv: no
@ -46,6 +46,15 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
%{python3_sitelib}/ksc-%{version}*.egg-info
%changelog
* Mon Jun 13 2022 Čestmír Kalina <ckalina@redhat.com> - 1.11-2
- Resolves: #2066228 - Explicitly require target specification
* Wed May 18 2022 Čestmír Kalina <ckalina@redhat.com> - 1.11-1
- Resolves: #2066228 - Explicitly require target specification
* Wed Apr 13 2022 Čestmír Kalina <ckalina@redhat.com> - 1.10-1
- Resolves: #2066226 Drop mandatory kernel-abi-stablelist dependency
* Wed Feb 09 2022 Čestmír Kalina <ckalina@redhat.com> - 1.9-1
- Resolves: #2043447 ksc: Support Authorization header in bugzilla API