From 0e57bb52ff3a7b14dff1495251252203fb0cbac7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 18 Jan 2011 14:37:58 -0500 Subject: [PATCH] - Add missing Buildrequires for pytalloc-devel --- libtevent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtevent.spec b/libtevent.spec index fcf882b..ef075ec 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -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 - 0.9.10-3 +- Add missing Buildrequires for pytalloc-devel + * Fri Jan 14 2011 Stephen Gallagher - 0.9.10-2 - Let rpmbuild strip binaries, make build more verbose. - Original patch by Ville Skyttä