From 54378fda18aad0334e565dcf521fdacf2664d568 Mon Sep 17 00:00:00 2001 From: Chris Lockfort Date: Mon, 23 Jul 2012 13:26:12 -0400 Subject: [PATCH] changes for rawhide/f18 udev-->systemd merge --- python-pyudev.spec | 8 +++++--- 1 file 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 0.15-2 +- Reflect rawhide merging udev into systemd * Mon Jun 18 2012 Chris Lockfort 0.15-1 - initial package