Added python to build requires

This commit is contained in:
Chris Feist 2011-05-09 15:47:40 -05:00
parent 3778194cf4
commit 882e6d8c03

View File

@ -1,6 +1,6 @@
Name: sanlock
Version: 1.2.0
Release: 1%{?dist}
Release: 2%{?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
BuildRequires: libblkid-devel python
Requires: %{name}-lib = %{version}-%{release}
@ -133,6 +133,9 @@ developing applications that use %{name}.
%{_includedir}/sanlock_direct.h
%changelog
* Mon May 09 2011 Chris Feist <cfeist@redhat.com> - 1.2.0-2
- Add python to build requires
* Mon May 09 2011 Chris Feist <cfeist@redhat.com> - 1.2.0-1
- Use latest sources
- Sync .spec file