diff --git a/python-kmod.spec b/python-kmod.spec index 68a56db..19dd3cb 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -3,7 +3,7 @@ License: LGPLv2+ Group: Development/Libraries Summary: Python module to work with kernel modules Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/agrover/python-kmod/ Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz BuildRequires: python2-devel @@ -35,6 +35,9 @@ Linux kernel modules, using libkmod. %doc COPYING.LESSER README %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Mon Oct 22 2012 Andy Grover - 0.9-1 - Update for new upstream release - Add build dep on Cython