import ksc-1.7-1.el8

This commit is contained in:
CentOS Sources 2021-03-30 10:30:32 -04:00 committed by Stepan Oksanichenko
parent f406b9aa71
commit cebc747c23
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ksc-1.6.tar.gz
SOURCES/ksc-1.7.tar.gz

View File

@ -1 +1 @@
d6a228b64386b10946e4b0601d07a5fcc219dacf SOURCES/ksc-1.6.tar.gz
487d626f9476d7a83819bc1ef71f1ea92decaa80 SOURCES/ksc-1.7.tar.gz

View File

@ -1,6 +1,6 @@
Name: ksc
Version: 1.6
Release: 2%{?dist}
Version: 1.7
Release: 1%{?dist}
Summary: Kernel source code checker
Group: Development/Tools
AutoReqProv: no
@ -9,7 +9,7 @@ URL: http://www.redhat.com/
Source0: ksc-%{version}.tar.gz
BuildArch: noarch
%{?__python3:Requires: %{__python3}}
Requires: kernel-abi-whitelists
Requires: (kernel-abi-whitelists or kernel-abi-stablelists)
Requires: kmod
Requires: binutils
Requires: kernel-devel
@ -40,6 +40,9 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
%{python3_sitelib}/ksc-%{version}*.egg-info
%changelog
* Tue Jan 05 2021 Čestmír Kalina <ckalina@redhat.com> - 1.7-1
- Resolves: #1886901 Avoid divisive language
- Resolves: #1912506 File bugs with Tracking keyword by default
* Wed Nov 06 2019 Čestmír Kalina <ckalina@redhat.com> - 1.6-2
- Resolves: #1729039 Extend ksc output to include environment metadata
- (OSCI) Add kmod to Makefile-generated Requires