!2 update release to 0.9.1

Merge pull request !2 from tianwei/master
This commit is contained in:
openeuler-ci-bot 2020-07-30 14:21:27 +08:00 committed by Gitee
commit 4c0e0749a4
3 changed files with 7 additions and 4 deletions

BIN
kmod-0.9.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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