[python-kmod] update to 0.9-1

Andy Grover grover at fedoraproject.org
Mon Oct 22 19:06:56 UTC 2012


commit 91425d65d19ecc9aaeffc1e6ea4bdd27ddd61797
Author: Andy Grover <agrover at redhat.com>
Date:   Mon Oct 22 12:03:47 2012 -0700

    update to 0.9-1
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore       |    1 +
 python-kmod.spec |   12 ++++++++----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3c1c4c..02f427e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-kmod-0.1.tar.gz
+/python-kmod-0.9.tar.gz
diff --git a/python-kmod.spec b/python-kmod.spec
index 5243e5a..68a56db 100644
--- a/python-kmod.spec
+++ b/python-kmod.spec
@@ -2,12 +2,13 @@ Name:           python-kmod
 License:        LGPLv2+
 Group:          Development/Libraries
 Summary:        Python module to work with kernel modules
-Version:        0.1
-Release:        4%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 URL:            https://github.com/agrover/python-kmod/
 Source0:        https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
+BuildRequires:  Cython
 BuildRequires:  kmod-devel
 
 %{?filter_setup:
@@ -27,14 +28,17 @@ Linux kernel modules, using libkmod.
 
 %install
 %{__python} setup.py install --skip-build --root %{buildroot}
-chmod 755 %{buildroot}%{python_sitearch}/kmod.so
 
 %files
-%{python_sitearch}/kmod.so
+%{python_sitearch}/kmod/*
 %{python_sitearch}/kmod*.egg-info
 %doc COPYING.LESSER README
 
 %changelog
+* Mon Oct 22 2012 Andy Grover <agrover at redhat.com> - 0.9-1
+- Update for new upstream release
+- Add build dep on Cython
+
 * Wed Aug 1 2012 Andy Grover <agrover at redhat.com> - 0.1-4
 - Update for new upstream release location
 
diff --git a/sources b/sources
index 8c32a76..f417d85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3646a6f0a8b98234b6df0ded1c0fefd4  python-kmod-0.1.tar.gz
+2ce0c292a88bb35e1164eeb382799003  python-kmod-0.9.tar.gz


More information about the scm-commits mailing list