Support Authorization header in bugzilla API
Resolves: rhbz#2043447 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
a443129c03
commit
0dda799d3b
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
||||
/ksc-b99026d.tar.gz
|
||||
/ksc-8187ddd.tar.gz
|
||||
/ksc-594b780.tar.gz
|
||||
/ksc-b875d9b.tar.gz
|
||||
/ksc-dcc139b.tar.gz
|
||||
|
11
ksc.spec
11
ksc.spec
@ -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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ksc-594b780.tar.gz) = 5b408397f7f0566bf0704c7ba6fc94ef7a4c334ad29abdc9ba426847804ca974a7bc3a5e3714ac59256b40819d9d312e2b9a4356a0c77fda5729e2c440bc736a
|
||||
SHA512 (ksc-dcc139b.tar.gz) = 601a9e45003b7d299be507c5fdfc1fbb69eba6e2ccfc5d9717555b64129b120faac038a8022597c404c28698fa2cf791193ede5cbcf20c7d7370aa17353bc8f6
|
||||
|
Loading…
Reference in New Issue
Block a user