[libtevent/f16] Fix talloc version requirement

Stephen Gallagher sgallagh at fedoraproject.org
Fri Feb 17 15:45:59 UTC 2012


commit a14298445d70f263c1b19571a7e45d80e2f2af3d
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Feb 17 10:45:40 2012 -0500

    Fix talloc version requirement

 libtevent.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libtevent.spec b/libtevent.spec
index 2c22955..d37f7b6 100644
--- a/libtevent.spec
+++ b/libtevent.spec
@@ -14,9 +14,9 @@ URL: http://tevent.samba.org/
 Source: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires: libtalloc-devel >= 2.0.5
+BuildRequires: libtalloc-devel >= 2.0.7
 BuildRequires: python-devel
-BuildRequires: pytalloc-devel >= 2.0.5
+BuildRequires: pytalloc-devel >= 2.0.7
 BuildRequires: doxygen
 
 Provides: bundled(libreplace)


More information about the scm-commits mailing list