diff --git a/kmod-0.9.1.tar.gz b/kmod-0.9.1.tar.gz new file mode 100644 index 0000000..3c179c0 Binary files /dev/null and b/kmod-0.9.1.tar.gz differ diff --git a/python-kmod-0.9.tar.gz b/python-kmod-0.9.tar.gz deleted file mode 100644 index dd7ce0d..0000000 Binary files a/python-kmod-0.9.tar.gz and /dev/null differ diff --git a/python-kmod.spec b/python-kmod.spec index 7b644a1..5bd0641 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -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 - 0.9.1-1 +- Package update to release 0.9.1 + * Mon Sep 16 2019 openEuler Buildteam - 0.9-21 - Package init