[libtevent] - Add missing Buildrequires for pytalloc-devel

Stephen Gallagher sgallagh at fedoraproject.org
Tue Jan 18 19:43:27 UTC 2011


commit 0e57bb52ff3a7b14dff1495251252203fb0cbac7
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Jan 18 14:37:58 2011 -0500

    - Add missing Buildrequires for pytalloc-devel

 libtevent.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <sgallagh at redhat.com> - 0.9.10-3
+- Add missing Buildrequires for pytalloc-devel
+
 * Fri Jan 14 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.9.10-2
 - Let rpmbuild strip binaries, make build more verbose.
 - Original patch by Ville Skyttä <ville.skytta at iki.fi>


More information about the scm-commits mailing list