From 3b769a1f45e2c0ef8d8aea19fb0c0ebd94b46586 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 4 Nov 2021 03:36:52 -0400 Subject: [PATCH] import ksc-1.8-3.gitb99026d.el9 --- .gitignore | 1 + .ksc.metadata | 1 + SPECS/ksc.spec | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 .gitignore create mode 100644 .ksc.metadata create mode 100644 SPECS/ksc.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf01398 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ksc-b99026d.tar.gz diff --git a/.ksc.metadata b/.ksc.metadata new file mode 100644 index 0000000..7d8da4b --- /dev/null +++ b/.ksc.metadata @@ -0,0 +1 @@ +cf828fa483a1299612a74d78c05d53b64ab09082 SOURCES/ksc-b99026d.tar.gz diff --git a/SPECS/ksc.spec b/SPECS/ksc.spec new file mode 100644 index 0000000..d435a09 --- /dev/null +++ b/SPECS/ksc.spec @@ -0,0 +1,63 @@ +%global forgeurl https://github.com/RedHatOfficial/ksc +%global commitdate 20210517 +%global commit b99026dfbdc14bda13061a318466ed4bd83e0de1 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + +%{?python_enable_dependency_generator} +%forgemeta -i + +Name: ksc +Version: 1.8 +Release: 3%{?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 +* Mon Aug 09 2021 Mohan Boddu - Forge-specific packaging variables +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Tue Jun 01 2021 Ziqian SUN - 1.8-2 +- Adding python3-requests into Requires. + +* Mon May 17 2021 Čestmír Kalina - 1.8-1 +- Resolves: #1954495 ksc: i18n issues + +* Fri Apr 16 2021 Mohan Boddu - Forge-specific packaging variables +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Jan 05 2021 Čestmír Kalina - 1.7-1 +- Initial Fedora commit.