python-kmod/python-kmod.spec

75 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:15:10 -04:00
Name: python-kmod
Version: 0.9.2
Release: 1
2019-09-30 11:15:10 -04:00
Summary: Python module to work with kernel modules
License: LGPL-2.0-or-later
URL: https://github.com/maurizio-lombardi/python-kmod
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: gcc
BuildRequires: python3-Cython
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3
BuildRequires: kmod-devel
2019-09-30 11:15:10 -04:00
%global _description\
Python module to allow listing, loading, and unloading\
Linux Kernel modules, using libkmod.
2019-09-30 11:15:10 -04:00
%description %_description
%package -n python3-kmod
Summary: Python module to work with kernel modules
%description -n python3-kmod
Python module to allow listing, loading, and unloading
Linux Kernel modules, using libkmod.
2019-09-30 11:15:10 -04:00
%package_help
%prep
%autosetup
2019-09-30 11:15:10 -04:00
%build
2021-03-23 15:45:47 +08:00
%py3_build
2019-09-30 11:15:10 -04:00
%install
2021-03-23 15:45:47 +08:00
%py3_install
2019-09-30 11:15:10 -04:00
%files -n python3-kmod
%{python3_sitearch}/kmod/
%{python3_sitearch}/*.egg-info
%license COPYING.LESSER
2019-09-30 11:15:10 -04:00
%files help
%doc README
%changelog
* Tue Feb 20 2024 liweigang <izmirvii@gmail.com> - 0.9.2-1
- update to version 0.9.2
* Wed Jun 23 2021 shangyibin <shangyibin1@huawei.com> - 0.9.1-4
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:add kmod-libs,perl,and gcc BuildRequires
2021-03-23 15:45:47 +08:00
* Tue Mar 23 2021 shixuantong <shixuantong@huawei.com> - 0.9.1-3
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:add debuginf and debugsource
2020-10-30 14:36:16 +08:00
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.9.1-2
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:remove python2
2020-07-30 11:21:12 +08:00
* Thu Jul 30 2020 tianwei <tianwei12@huawei.com> - 0.9.1-1
- Package update to release 0.9.1
2019-09-30 11:15:10 -04:00
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9-21
- Package init