Compare commits

..

No commits in common. "imports/c8-beta/ksc-1.7-1.el8" and "c8" have entirely different histories.

4 changed files with 28 additions and 7 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
487d626f9476d7a83819bc1ef71f1ea92decaa80 SOURCES/ksc-1.7.tar.gz
27f4308a73e4cfe85dbd122fb7e81b47395371e1 SOURCES/ksc-1.9.tar.gz

View File

@ -0,0 +1,9 @@
diff -ru a/ksc b/ksc
--- a/ksc 2022-02-11 07:47:47.000000000 +0100
+++ b/ksc 2022-02-21 13:22:53.038431651 +0100
@@ -1,4 +1,4 @@
#!/bin/sh
export PYTHONPATH=/usr/share/ksc
-exec /usr/bin/python3 -tt /usr/share/ksc/ksc.py "$@"
+exec /usr/libexec/platform-python -tt /usr/share/ksc/ksc.py "$@"

View File

@ -1,11 +1,11 @@
Name: ksc
Version: 1.7
Release: 1%{?dist}
Version: 1.9
Release: 2%{?dist}
Summary: Kernel source code checker
Group: Development/Tools
AutoReqProv: no
License: GPLv2+
URL: http://www.redhat.com/
URL: https://github.com/RedHatOfficial/ksc
Source0: ksc-%{version}.tar.gz
BuildArch: noarch
%{?__python3:Requires: %{__python3}}
@ -17,22 +17,25 @@ Requires: python3-magic
Requires: python3-requests
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Patch0: Replace-python3-with-platform-python.patch
%description
A kernel module source code checker to find usage of non whitelist symbols
%prep
%setup -q
%patch0 -p1
%build
%{__python3} setup.py build
%py3_build
%install
%{__python3} setup.py install -O1 --root %{buildroot}
install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
%files
%doc README COPYING PKG-INFO
%license COPYING
%doc README PKG-INFO
%{_bindir}/ksc
%{_datadir}/ksc
%{_mandir}/man1/ksc.*
@ -40,6 +43,15 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
%{python3_sitelib}/ksc-%{version}*.egg-info
%changelog
* Mon Feb 21 2022 Čestmír Kalina <ckalina@redhat.com> - 1.9-2
- Resolves: #2043450 ksc: Support Authorization header in bugzilla API
- Use platform-python in place of python3
* Fri Feb 11 2022 Čestmír Kalina <ckalina@redhat.com> - 1.9-1
- Resolves: #2043450 ksc: Support Authorization header in bugzilla API
- Rebase to latest ksc release
* Mon May 17 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-3
- Resolves: #1954340 ksc: i18n issues,
- Add release to Source0
* 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