From 0a87f164cfba36fefbd8c91641089040f31dcafe Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Mon, 9 May 2011 15:53:35 -0500 Subject: [PATCH] Added python-devel to build requires. --- sanlock.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sanlock.spec b/sanlock.spec index 3d6bdd5..31a36a4 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A shared disk lock manager Group: System Environment/Base @@ -9,7 +9,7 @@ URL: https://fedorahosted.org/sanlock/ Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libblkid-devel python +BuildRequires: libblkid-devel python python-devel Requires: %{name}-lib = %{version}-%{release} @@ -133,8 +133,8 @@ developing applications that use %{name}. %{_includedir}/sanlock_direct.h %changelog -* Mon May 09 2011 Chris Feist - 1.2.0-2 -- Add python to build requires +* Mon May 09 2011 Chris Feist - 1.2.0-3 +- Add python and python-devel to build requires * Mon May 09 2011 Chris Feist - 1.2.0-1 - Use latest sources