[openchange] Rebuild against fixed libtevent version

Stephen Gallagher sgallagh at fedoraproject.org
Mon Aug 29 19:31:20 UTC 2011


commit 6406f708a80fb4b05de707359786703c68219296
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Aug 29 15:31:07 2011 -0400

    Rebuild against fixed libtevent version

 openchange.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/openchange.spec b/openchange.spec
index f0812b4..8654895 100644
--- a/openchange.spec
+++ b/openchange.spec
@@ -13,7 +13,7 @@
 
 Name: openchange
 Version: 0.11
-Release: 2%{?dist}
+Release: 2%{?dist}.1
 Group: Applications/System
 Summary: Provides access to Microsoft Exchange servers using native protocols
 License: GPLv3+ and Public Domain
@@ -40,6 +40,10 @@ BuildRequires: samba4-pidl >= %{samba4_version}
 BuildRequires: sqlite-devel
 BuildRequires: zlib-devel
 
+# Certain versions of libtevent have incorrect
+# internal ABI versions
+Conflicts: libtevent < 0.9.13
+
 ### Patches ###
 
 # OpenChange's libmapi conflicts with Zarafa's libmapi.
@@ -244,6 +248,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Aug 29 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.11-2.1
+- Rebuild against fixed libtevent version
+
 * Mon Aug 29 2011 Milan Crha <mcrha at redhat.com> - 0.11-2
 - Sync version and changes with Fedora 16 package
 


More information about the scm-commits mailing list