From a777ffe74798b2d1b8539bac8bf2298a3238563a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 15 Nov 2022 02:06:54 -0500 Subject: [PATCH] import ksc-1.11-2.gitd4f36f3.el9 --- .gitignore | 2 +- .ksc.metadata | 2 +- SPECS/ksc.spec | 17 +++++++++++++---- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cde4aa2..35bf86e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ksc-dcc139b.tar.gz +SOURCES/ksc-d4f36f3.tar.gz diff --git a/.ksc.metadata b/.ksc.metadata index 984805b..01d9244 100644 --- a/.ksc.metadata +++ b/.ksc.metadata @@ -1 +1 @@ -994c24fcd511de9959f722eda98561a92fde4db1 SOURCES/ksc-dcc139b.tar.gz +473a8fb8d620251dbd425f61a85cedf9cf165c2a SOURCES/ksc-d4f36f3.tar.gz diff --git a/SPECS/ksc.spec b/SPECS/ksc.spec index 3f3c515..72c6129 100644 --- a/SPECS/ksc.spec +++ b/SPECS/ksc.spec @@ -1,14 +1,14 @@ %global forgeurl https://github.com/RedHatOfficial/ksc -%global commitdate 20220209 -%global commit dcc139b1fcef98b1172df115f17e9834258439dc +%global commitdate 20220613 +%global commit d4f36f3cac349feb9eb346a206f2616d05f519e8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %{?python_enable_dependency_generator} %forgemeta -i Name: ksc -Version: 1.9 -Release: 1%{?dist} +Version: 1.11 +Release: 2%{?dist} Summary: Kernel source code checker Group: Development/Tools AutoReqProv: no @@ -46,6 +46,15 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1 %{python3_sitelib}/ksc-%{version}*.egg-info %changelog +* Mon Jun 13 2022 Čestmír Kalina - 1.11-2 +- Resolves: #2066228 - Explicitly require target specification + +* Wed May 18 2022 Čestmír Kalina - 1.11-1 +- Resolves: #2066228 - Explicitly require target specification + +* Wed Apr 13 2022 Čestmír Kalina - 1.10-1 +- Resolves: #2066226 Drop mandatory kernel-abi-stablelist dependency + * Wed Feb 09 2022 Čestmír Kalina - 1.9-1 - Resolves: #2043447 ksc: Support Authorization header in bugzilla API