rpms/libldb/EL-5 nobranch,NONE,1.1 libldb.spec,1.3,1.4

Stephen Gallagher sgallagh at fedoraproject.org
Sat May 1 17:53:06 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/libldb/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2039

Modified Files:
	libldb.spec 
Added Files:
	nobranch 
Log Message:
Don't branch libldb to EPEL6



--- NEW FILE nobranch ---
Included in RHEL6


Index: libldb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libldb/EL-5/libldb.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libldb.spec	9 Mar 2010 17:34:55 -0000	1.3
+++ libldb.spec	1 May 2010 17:53:05 -0000	1.4
@@ -1,13 +1,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import *; import sys; sys.stdout.write(get_python_lib(1))")}
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import *; import sys; sys.stdout.write(get_python_lib())")}
 
-%define talloc_version 2.0.0
-%define tdb_version 1.2.0
+%define talloc_version 1.2.0
+%define tdb_version 1.1.2
 %define tevent_version 0.9.8
 
 Name: libldb
-Version: 0.9.10
-Release: 25%{?dist}
+Version: 0.9.6
+Release: 28%{?dist}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
@@ -139,6 +139,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ldb.3.gz
 
 %changelog
+* Mon Mar 29 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.9.6-28
+- Drop back to LDB 0.9.6
+
+* Mon Mar 29 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.9.10-27
+- Reduce tdb dependency to 1.1.2
+
+* Mon Mar 29 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.9.10-26
+- Reduce talloc dependency to 1.2.0
+
 * Tue Mar 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.9.10-25
 - libldb-tools subpackage renamed to ldb-tools
 



More information about the scm-commits mailing list