commit
74e9376be8
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
|
Name: python-kmod
|
||||||
Version: 0.9
|
Version: 0.9.1
|
||||||
Release: 22
|
Release: 1
|
||||||
Summary: Python module to work with kernel modules
|
Summary: Python module to work with kernel modules
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/agrover/python-kmod/
|
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
|
BuildRequires: python2-devel python3-devel python2-setuptools python2-Cython python3-Cython python3 kmod-devel python-unversioned-command
|
||||||
|
|
||||||
%global _description\
|
%global _description\
|
||||||
@ -28,7 +28,7 @@ Summary: Python module to work with kernel modules
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -n kmod-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -52,11 +52,8 @@ Summary: Python module to work with kernel modules
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 21 2020 fanjiachen <fanjiachen3@huawei.com> - 0.9-22
|
* Fri Aug 21 2020 wuchaochao <wuchaochao4@huawei.com> - 0.9.1-1
|
||||||
- Type:rebuild
|
- Package update to release 0.9.1
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:rebuild for requirement package update
|
|
||||||
|
|
||||||
* 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
|
||||||
|
|||||||
4
python-kmod.yaml
Normal file
4
python-kmod.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: agrover/python-kmod
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user