import ksc-1.9-1.gitdcc139b.el9
This commit is contained in:
parent
5efc06ce88
commit
6531510582
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ksc-594b780.tar.gz
|
SOURCES/ksc-dcc139b.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
834938e7e61560dba5fa10ee677c4d098d22e7f0 SOURCES/ksc-594b780.tar.gz
|
994c24fcd511de9959f722eda98561a92fde4db1 SOURCES/ksc-dcc139b.tar.gz
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
%global forgeurl https://github.com/RedHatOfficial/ksc
|
%global forgeurl https://github.com/RedHatOfficial/ksc
|
||||||
%global commitdate 20211219
|
%global commitdate 20220209
|
||||||
%global commit 594b780b9a299c9bca37de0201ef2bd755cf2880
|
%global commit dcc139b1fcef98b1172df115f17e9834258439dc
|
||||||
%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.8
|
Version: 1.9
|
||||||
Release: 5%{?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
|
||||||
|
* 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
|
* Sun Dec 19 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-5
|
||||||
- Resolves: #2032138 add Red Hat Enterprise Linux 9 support
|
- Resolves: #2032138 add Red Hat Enterprise Linux 9 support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user