[libldb/f15] Add Conflicts: on old libtevent to force update at the same time

Stephen Gallagher sgallagh at fedoraproject.org
Fri Sep 2 15:04:03 UTC 2011


commit aeece6da33fe5b9fda6c928b76b4fe721e75c963
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Sep 2 11:03:50 2011 -0400

    Add Conflicts: on old libtevent to force update at the same time

 libldb.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libldb.spec b/libldb.spec
index 70e77e4..28f3f7e 100644
--- a/libldb.spec
+++ b/libldb.spec
@@ -9,12 +9,13 @@
 
 Name: libldb
 Version: 1.0.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
 Requires: libtdb >= %{tdb_version}
 Requires: libtevent >= %{tevent_version}
+Conflicts: libtevent < %{tevent_version}
 License: LGPLv3+
 URL: http://ldb.samba.org/
 Source: http://samba.org/ftp/ldb/ldb-%{version}.tar.gz
@@ -161,6 +162,9 @@ rm -rf %{buildroot}
 %postun -n pyldb -p /sbin/ldconfig
 
 %changelog
+* Mon Sep 02 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.0.0-4
+- Add Conflicts: on old libtevent to force update at the same time
+
 * Mon Aug 29 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.0.0-3
 - Rebuild against fixed libtevent version
 


More information about the scm-commits mailing list