rpms/samba4/F-11 samba4.spec,1.12,1.13

Simo Sorce simo at fedoraproject.org
Mon Jul 6 14:11:10 UTC 2009


Author: simo

Update of /cvs/pkgs/rpms/samba4/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23709

Modified Files:
	samba4.spec 
Log Message:
* Mon Jul 06 2009 Simo Sorce <ssorce at redhat.com> - 4.0.0-15alpha7
- Split out libtalloc and libtdb
- This fixes #509841



Index: samba4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba4/F-11/samba4.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- samba4.spec	6 Apr 2009 18:20:41 -0000	1.12
+++ samba4.spec	6 Jul 2009 14:11:09 -0000	1.13
@@ -1,4 +1,4 @@
-%define main_release 14
+%define main_release 15
 %define samba4_version 4.0.0
 
 %define talloc_version 1.2.0
@@ -25,8 +25,8 @@
 %define enable_common  0
 %define enable_python  0
 %define enable_winbind 0
-%define enable_talloc  1
-%define enable_tdb     1
+%define enable_talloc  0
+%define enable_tdb     0
 %define enable_tevent  1
 %define enable_ldb     1
 
@@ -89,6 +89,13 @@ BuildRequires: sed
 BuildRequires: autoconf
 BuildRequires: openldap-devel
 
+%if ! %enable_talloc
+BuildRequires: libtalloc-devel >= %{talloc_version}
+%endif
+%if ! %enable_tdb
+BuildRequires: libtdb-devel >= %{tdb_version}
+%endif
+
 %description
 
 Samba 4 is the ambitious next version of the Samba suite that is being
@@ -276,7 +283,7 @@ Summary: Developer tools for the LDB lib
 Version: %{ldb_version}
 Release: %{ldb_release}
 Requires: libldb = %{ldb_version}-%{ldb_release}
-Requires: libtdb-devel = %{tdb_version}-%{tdb_release}
+Requires: libtdb-devel >= %{tdb_version}
 Requires: libtalloc-devel >= %{talloc_version}
 Requires: libtevent-devel = %{tevent_version}-%{tevent_release}
 
@@ -832,6 +839,10 @@ exit 0
 %endif
 
 %changelog
+* Mon Jul 06 2009 Simo Sorce <ssorce at redhat.com> - 4.0.0-15alpha7
+- Split out libtalloc and libtdb
+- This fixes #509841
+
 * Mon Apr 06 2009 Matthew Barnes <mbarnes at redhat.com> - 4.0.0-14alpha7
 - Fix a build issue in samba4-common (RH bug #494243).
 




More information about the fedora-extras-commits mailing list