import ksc-1.9-1.gitdcc139b.el9

This commit is contained in:
CentOS Sources 2022-03-01 08:26:34 -05:00 committed by Stepan Oksanichenko
parent 5efc06ce88
commit 6531510582
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ksc-594b780.tar.gz
SOURCES/ksc-dcc139b.tar.gz

View File

@ -1 +1 @@
834938e7e61560dba5fa10ee677c4d098d22e7f0 SOURCES/ksc-594b780.tar.gz
994c24fcd511de9959f722eda98561a92fde4db1 SOURCES/ksc-dcc139b.tar.gz

View File

@ -1,14 +1,14 @@
%global forgeurl https://github.com/RedHatOfficial/ksc
%global commitdate 20211219
%global commit 594b780b9a299c9bca37de0201ef2bd755cf2880
%global commitdate 20220209
%global commit dcc139b1fcef98b1172df115f17e9834258439dc
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%{?python_enable_dependency_generator}
%forgemeta -i
Name: ksc
Version: 1.8
Release: 5%{?dist}
Version: 1.9
Release: 1%{?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
* Wed Feb 09 2022 Čestmír Kalina <ckalina@redhat.com> - 1.9-1
- Resolves: #2043447 ksc: Support Authorization header in bugzilla API
* Sun Dec 19 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-5
- Resolves: #2032138 add Red Hat Enterprise Linux 9 support