- Add missing Buildrequires for pytalloc-devel

This commit is contained in:
Stephen Gallagher 2011-01-18 14:37:58 -05:00
parent 55727dcefb
commit 0e57bb52ff

View File

@ -6,7 +6,7 @@
Name: libtevent
Version: 0.9.10
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Daemons
Summary: The tevent library
License: LGPLv3+
@ -16,6 +16,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libtalloc-devel >= 2.0.5
BuildRequires: python-devel
BuildRequires: pytalloc-devel >= 2.0.5
# Patches
Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
@ -87,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Tue Jan 18 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.9.10-3
- Add missing Buildrequires for pytalloc-devel
* Fri Jan 14 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.9.10-2
- Let rpmbuild strip binaries, make build more verbose.
- Original patch by Ville Skyttä <ville.skytta@iki.fi>