[python-pyudev: 1/2] changes for rawhide/f18 udev-->systemd merge

Chris Lockfort clockfort at fedoraproject.org
Mon Jul 23 17:29:46 UTC 2012


commit 54378fda18aad0334e565dcf521fdacf2664d568
Author: Chris Lockfort <clockfort at redhat.com>
Date:   Mon Jul 23 13:26:12 2012 -0400

    changes for rawhide/f18 udev-->systemd merge

 python-pyudev.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-pyudev.spec b/python-pyudev.spec
index 1e9172d..fcd71c2 100644
--- a/python-pyudev.spec
+++ b/python-pyudev.spec
@@ -2,7 +2,7 @@
 
 Name:             python-pyudev
 Version:          0.15
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          A libudev binding
 
 Group:            Development/Languages
@@ -13,8 +13,8 @@ Source0:          http://pypi.python.org/packages/source/p/pyudev/pyudev-0.15.ta
 BuildArch:        noarch
 
 
-BuildRequires:    python-devel python-setuptools libudev
-Requires:         python python-setuptools libudev
+BuildRequires:    python-devel python-setuptools systemd-devel
+Requires:         python python-setuptools
 
 %description
 ###### pyudev ######
@@ -47,5 +47,7 @@ officially supported.
 
 
 %changelog
+* Mon Jul 23 2012 Chris Lockfort <clockfort at redhat.com> 0.15-2
+- Reflect rawhide merging udev into systemd
 * Mon Jun 18 2012 Chris Lockfort <clockfort at redhat.com> 0.15-1
 - initial package


More information about the scm-commits mailing list