diff --git a/.gitignore b/.gitignore index e1bc035..cde4aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ksc-594b780.tar.gz +SOURCES/ksc-dcc139b.tar.gz diff --git a/.ksc.metadata b/.ksc.metadata index d67b184..984805b 100644 --- a/.ksc.metadata +++ b/.ksc.metadata @@ -1 +1 @@ -834938e7e61560dba5fa10ee677c4d098d22e7f0 SOURCES/ksc-594b780.tar.gz +994c24fcd511de9959f722eda98561a92fde4db1 SOURCES/ksc-dcc139b.tar.gz diff --git a/SPECS/ksc.spec b/SPECS/ksc.spec index 5c8c3f7..3f3c515 100644 --- a/SPECS/ksc.spec +++ b/SPECS/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 - 1.9-1 +- Resolves: #2043447 ksc: Support Authorization header in bugzilla API + * Sun Dec 19 2021 Čestmír Kalina - 1.8-5 - Resolves: #2032138 add Red Hat Enterprise Linux 9 support