Compare commits
No commits in common. "803f94d2dde3a0dafe6f76499fdddb2c435c60c8" and "46b4daa7c0d392344b5a14b025d5e2115d76951a" have entirely different histories.
803f94d2dd
...
46b4daa7c0
BIN
python-kmod-0.9.tar.gz
Normal file
BIN
python-kmod-0.9.tar.gz
Normal file
Binary file not shown.
@ -1,30 +1,29 @@
|
|||||||
Name: python-kmod
|
Name: python-kmod
|
||||||
Version: 0.9.2
|
Version: 0.9
|
||||||
Release: 1
|
Release: 21
|
||||||
Summary: Python module to work with kernel modules
|
Summary: Python module to work with kernel modules
|
||||||
License: LGPL-2.0-or-later
|
License: LGPLv2+
|
||||||
URL: https://github.com/maurizio-lombardi/python-kmod
|
URL: https://github.com/agrover/python-kmod/
|
||||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: python2-devel python3-devel python2-setuptools python2-Cython python3-Cython python3 kmod-devel python-unversioned-command
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: python3-Cython
|
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
BuildRequires: python3
|
|
||||||
BuildRequires: kmod-devel
|
|
||||||
|
|
||||||
%global _description\
|
%global _description\
|
||||||
Python module to allow listing, loading, and unloading\
|
Python bindings for kmod/libkmod. \
|
||||||
Linux Kernel modules, using libkmod.
|
kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases.\
|
||||||
|
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 python2-kmod
|
||||||
|
Summary: Python module to work with kernel modules
|
||||||
|
%{?python_provide:%python_provide python2-kmod}
|
||||||
|
|
||||||
|
%description -n python2-kmod %_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 -n python3-kmod %_description
|
||||||
Python module to allow listing, loading, and unloading
|
|
||||||
Linux Kernel modules, using libkmod.
|
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
@ -32,43 +31,26 @@ Linux Kernel modules, using libkmod.
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%{__python} setup.py build
|
||||||
|
%{__python3} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%{__python} setup.py install --skip-build --root %{buildroot}
|
||||||
|
%{__python3} setup.py install --skip-build --root %{buildroot}
|
||||||
|
|
||||||
|
%files -n python2-kmod
|
||||||
|
%{python_sitearch}/kmod/
|
||||||
|
%{python_sitearch}/*.egg-info
|
||||||
|
%doc COPYING.LESSER
|
||||||
|
|
||||||
%files -n python3-kmod
|
%files -n python3-kmod
|
||||||
%{python3_sitearch}/kmod/
|
%{python3_sitearch}/kmod/
|
||||||
%{python3_sitearch}/*.egg-info
|
%{python3_sitearch}/*.egg-info
|
||||||
%license COPYING.LESSER
|
%doc 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
|
|
||||||
- Type:bufix
|
|
||||||
- CVE:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:add kmod-libs,perl,and gcc BuildRequires
|
|
||||||
|
|
||||||
* Tue Mar 23 2021 shixuantong <shixuantong@huawei.com> - 0.9.1-3
|
|
||||||
- Type:bufix
|
|
||||||
- CVE:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:add debuginf and debugsource
|
|
||||||
|
|
||||||
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.9.1-2
|
|
||||||
- Type:bufix
|
|
||||||
- CVE:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:remove python2
|
|
||||||
|
|
||||||
* Thu Jul 30 2020 tianwei <tianwei12@huawei.com> - 0.9.1-1
|
|
||||||
- Package update to release 0.9.1
|
|
||||||
|
|
||||||
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9-21
|
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9-21
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
v0.9.2.tar.gz
BIN
v0.9.2.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user