Added python-devel to build requires.

This commit is contained in:
Chris Feist 2011-05-09 15:53:35 -05:00
parent 882e6d8c03
commit 0a87f164cf

View File

@ -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 <cfeist@redhat.com> - 1.2.0-2
- Add python to build requires
* Mon May 09 2011 Chris Feist <cfeist@redhat.com> - 1.2.0-3
- Add python and python-devel to build requires
* Mon May 09 2011 Chris Feist <cfeist@redhat.com> - 1.2.0-1
- Use latest sources