diff --git a/.gitignore b/.gitignore index 564ce65..e1bc035 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ksc-8187ddd.tar.gz +SOURCES/ksc-594b780.tar.gz diff --git a/.ksc.metadata b/.ksc.metadata index 893318b..d67b184 100644 --- a/.ksc.metadata +++ b/.ksc.metadata @@ -1 +1 @@ -e861d2bf53dfe075956a7e3d65ade5600b11c61c SOURCES/ksc-8187ddd.tar.gz +834938e7e61560dba5fa10ee677c4d098d22e7f0 SOURCES/ksc-594b780.tar.gz diff --git a/SPECS/ksc.spec b/SPECS/ksc.spec index 2464884..5c8c3f7 100644 --- a/SPECS/ksc.spec +++ b/SPECS/ksc.spec @@ -1,6 +1,6 @@ %global forgeurl https://github.com/RedHatOfficial/ksc -%global commitdate 20221121 -%global commit 8187ddddfa564cd858e70fd14c82f422a6b6853f +%global commitdate 20211219 +%global commit 594b780b9a299c9bca37de0201ef2bd755cf2880 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %{?python_enable_dependency_generator} @@ -8,7 +8,7 @@ Name: ksc Version: 1.8 -Release: 4%{?dist} +Release: 5%{?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 +* Sun Dec 19 2021 Čestmír Kalina - 1.8-5 +- Resolves: #2032138 add Red Hat Enterprise Linux 9 support + * Mon Nov 22 2021 Čestmír Kalina - 1.8-4 - Resolves: #1761398 Add symbol namespace support to ksc