import ksc-1.9-1.gitdcc139b.el9
This commit is contained in:
commit
fb4dd3da51
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/ksc-dcc139b.tar.gz
|
1
.ksc.metadata
Normal file
1
.ksc.metadata
Normal file
@ -0,0 +1 @@
|
||||
994c24fcd511de9959f722eda98561a92fde4db1 SOURCES/ksc-dcc139b.tar.gz
|
72
SPECS/ksc.spec
Normal file
72
SPECS/ksc.spec
Normal file
@ -0,0 +1,72 @@
|
||||
%global forgeurl https://github.com/RedHatOfficial/ksc
|
||||
%global commitdate 20220209
|
||||
%global commit dcc139b1fcef98b1172df115f17e9834258439dc
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
%forgemeta -i
|
||||
|
||||
Name: ksc
|
||||
Version: 1.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Kernel source code checker
|
||||
Group: Development/Tools
|
||||
AutoReqProv: no
|
||||
License: GPLv2+
|
||||
URL: https://github.com/RedHatOfficial/ksc
|
||||
BuildArch: noarch
|
||||
Requires: kmod
|
||||
Requires: binutils
|
||||
Requires: kernel-devel
|
||||
Requires: python3-requests
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Source0: https://github.com/RedHatOfficial/ksc/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
%description
|
||||
A kernel module source code checker to find usage of select symbols
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README PKG-INFO
|
||||
%{_bindir}/ksc
|
||||
%{_datadir}/ksc
|
||||
%{_mandir}/man1/ksc.*
|
||||
%config(noreplace) %{_sysconfdir}/ksc.conf
|
||||
%{python3_sitelib}/ksc-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Feb 09 2022 Čestmír Kalina <ckalina@redhat.com> - 1.9-1
|
||||
- Resolves: #2043447 ksc: Support Authorization header in bugzilla API
|
||||
|
||||
* Sun Dec 19 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-5
|
||||
- Resolves: #2032138 add Red Hat Enterprise Linux 9 support
|
||||
|
||||
* Mon Nov 22 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-4
|
||||
- Resolves: #1761398 Add symbol namespace support to ksc
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - Forge-specific packaging variables
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Jun 01 2021 Ziqian SUN <zsun@redhat.com> - 1.8-2
|
||||
- Adding python3-requests into Requires.
|
||||
|
||||
* Mon May 17 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-1
|
||||
- Resolves: #1954495 ksc: i18n issues
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - Forge-specific packaging variables
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 05 2021 Čestmír Kalina <ckalina@redhat.com> - 1.7-1
|
||||
- Initial Fedora commit.
|
Loading…
Reference in New Issue
Block a user