[openchange/f15] Rebuild with explicit dependency on fixed libldb

Stephen Gallagher sgallagh at fedoraproject.org
Fri Sep 2 18:52:49 UTC 2011


commit 8aed6db3d5e73eb38b8f6d329d75f02cc0484e5e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Sep 2 14:52:35 2011 -0400

    Rebuild with explicit dependency on fixed libldb

 openchange.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openchange.spec b/openchange.spec
index 7aba944..59d1d8b 100644
--- a/openchange.spec
+++ b/openchange.spec
@@ -13,7 +13,7 @@
 
 Name: openchange
 Version: 0.9
-Release: 18%{?dist}.1
+Release: 18%{?dist}.2
 Group: Applications/System
 Summary: Provides access to Microsoft Exchange servers using native protocols
 License: GPLv3+ and Public Domain
@@ -28,7 +28,7 @@ BuildRequires: bison
 BuildRequires: doxygen
 BuildRequires: file-devel
 BuildRequires: flex
-BuildRequires: libldb-devel
+BuildRequires: libldb-devel >= 1.0.0-3
 BuildRequires: libtalloc-devel >= %{talloc_version}
 BuildRequires: libtdb-devel
 BuildRequires: pkgconfig
@@ -43,6 +43,7 @@ BuildRequires: zlib-devel
 # Certain versions of libtevent have incorrect
 # internal ABI versions
 Conflicts: libtevent < 0.9.13
+Requires: libldb >= 1.0.0-3
 
 ### Patches ###
 
@@ -264,6 +265,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Sep 02 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.9-18.2
+- Rebuild with explicit dependency on fixed libldb
+
 * Mon Aug 29 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.9-18.1
 - Rebuild against fixed libtevent version
 


More information about the scm-commits mailing list