commit
4c0e0749a4
BIN
kmod-0.9.1.tar.gz
Normal file
BIN
kmod-0.9.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
Name: python-kmod
|
||||
Version: 0.9
|
||||
Release: 21
|
||||
Version: 0.9.1
|
||||
Release: 1
|
||||
Summary: Python module to work with kernel modules
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/agrover/python-kmod/
|
||||
Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/k/kmod/kmod-%{version}.tar.gz
|
||||
BuildRequires: python2-devel python3-devel python2-setuptools python2-Cython python3-Cython python3 kmod-devel python-unversioned-command
|
||||
|
||||
%global _description\
|
||||
@ -28,7 +28,7 @@ Summary: Python module to work with kernel modules
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -n kmod-%{version} -p1
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -52,5 +52,8 @@ Summary: Python module to work with kernel modules
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user