update to version 0.9.2

Signed-off-by: liweigang <liweiganga@uniontech.com>
This commit is contained in:
liweigang 2024-02-20 16:17:15 +08:00
parent 06c2d29676
commit 3288cf3a0f
3 changed files with 22 additions and 13 deletions

Binary file not shown.

View File

@ -1,29 +1,35 @@
Name: python-kmod Name: python-kmod
Version: 0.9.1 Version: 0.9.2
Release: 4 Release: 1
Summary: Python module to work with kernel modules Summary: Python module to work with kernel modules
License: LGPLv2+ License: LGPL-2.0-or-later
URL: https://github.com/agrover/python-kmod/ URL: https://github.com/maurizio-lombardi/python-kmod
Source0: https://files.pythonhosted.org/packages/source/k/kmod/kmod-%{version}.tar.gz Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: python3-devel python3-Cython python3 kmod-devel python3-unversioned-command
BuildRequires: kmod-libs perl gcc BuildRequires: gcc
BuildRequires: python3-Cython
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3
BuildRequires: kmod-devel
%global _description\ %global _description\
Python bindings for kmod/libkmod. \ Python module to allow listing, loading, and unloading\
kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases.\ Linux Kernel modules, using libkmod.
python-kmod is a Python wrapper module for libkmod, exposing common module operations: listing installed modules, modprobe, and rmmod.
%description %_description %description %_description
%package -n python3-kmod %package -n python3-kmod
Summary: Python module to work with kernel modules Summary: Python module to work with kernel modules
%description -n python3-kmod %_description %description -n python3-kmod
Python module to allow listing, loading, and unloading
Linux Kernel modules, using libkmod.
%package_help %package_help
%prep %prep
%autosetup -n kmod-%{version} -p1 %autosetup
%build %build
%py3_build %py3_build
@ -34,12 +40,15 @@ Summary: Python module to work with kernel modules
%files -n python3-kmod %files -n python3-kmod
%{python3_sitearch}/kmod/ %{python3_sitearch}/kmod/
%{python3_sitearch}/*.egg-info %{python3_sitearch}/*.egg-info
%doc COPYING.LESSER %license COPYING.LESSER
%files help %files help
%doc README %doc README
%changelog %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 * Wed Jun 23 2021 shangyibin <shangyibin1@huawei.com> - 0.9.1-4
- Type:bufix - Type:bufix
- CVE:NA - CVE:NA

BIN
v0.9.2.tar.gz Normal file

Binary file not shown.