update to 0.9-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
26187d2fbd
commit
91425d65d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/python-kmod-0.1.tar.gz
|
/python-kmod-0.1.tar.gz
|
||||||
|
/python-kmod-0.9.tar.gz
|
||||||
|
@ -2,12 +2,13 @@ Name: python-kmod
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Python module to work with kernel modules
|
Summary: Python module to work with kernel modules
|
||||||
Version: 0.1
|
Version: 0.9
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
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://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: Cython
|
||||||
BuildRequires: kmod-devel
|
BuildRequires: kmod-devel
|
||||||
|
|
||||||
%{?filter_setup:
|
%{?filter_setup:
|
||||||
@ -27,14 +28,17 @@ Linux kernel modules, using libkmod.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install --skip-build --root %{buildroot}
|
%{__python} setup.py install --skip-build --root %{buildroot}
|
||||||
chmod 755 %{buildroot}%{python_sitearch}/kmod.so
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{python_sitearch}/kmod.so
|
%{python_sitearch}/kmod/*
|
||||||
%{python_sitearch}/kmod*.egg-info
|
%{python_sitearch}/kmod*.egg-info
|
||||||
%doc COPYING.LESSER README
|
%doc COPYING.LESSER README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 22 2012 Andy Grover <agrover@redhat.com> - 0.9-1
|
||||||
|
- Update for new upstream release
|
||||||
|
- Add build dep on Cython
|
||||||
|
|
||||||
* Wed Aug 1 2012 Andy Grover <agrover@redhat.com> - 0.1-4
|
* Wed Aug 1 2012 Andy Grover <agrover@redhat.com> - 0.1-4
|
||||||
- Update for new upstream release location
|
- Update for new upstream release location
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user