[samba4] Update to Samba 4.0.0 beta2.

asn asn at fedoraproject.org
Thu Jun 21 06:39:23 UTC 2012


commit 6408bc35e7c06305f5f54049af1c6045a11475de
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Thu Jun 21 08:39:05 2012 +0200

    Update to Samba 4.0.0 beta2.

 samba4.spec |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index 91ebe47..abfbbcf 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1,11 +1,12 @@
-%define main_release 55
+%define main_release 56
 
 %define samba_version 4.0.0
 %define talloc_version 2.0.7
+%define ntdb_version 0.9
 %define tdb_version 1.2.10
 %define tevent_version 0.9.15
 %define ldb_version 1.1.6
-%define pre_release beta1
+%define pre_release beta2
 
 %define samba_release %{main_release}%{pre_release}%{?dist}
 
@@ -16,10 +17,12 @@
 %define with_talloc 1
 %define with_tevent 1
 %define with_tdb 1
+%define with_ntdb 1
 %define with_ldb 1
 
 %define with_usrmove 0
 
+%define with_mitkrb5 1
 %define with_dc 0
 
 %if 0%{?fedora} > 15 || 0%{?rhel} > 6
@@ -415,7 +418,6 @@ link against the SMB, RPC and other protocols.
         --with-modulesdir=%{_libdir}/samba \
         --with-pammodulesdir=/%{smb_lib}/security \
         --with-lockdir=/var/lib/samba \
-        --disable-tdb2 \
         --disable-gnutls \
         --disable-rpath-install \
         --with-shared-modules=%{_samba4_modules} \
@@ -424,6 +426,9 @@ link against the SMB, RPC and other protocols.
 %if (! %with_libsmbclient) || (! %with_libwbclient)
         --private-libraries=%{_samba4_private_libraries} \
 %endif
+%if %with_mitkrb5
+        --with-system-mitkrb5 \
+%endif
 %if ! %with_dc
         --without-ad-dc \
 %endif
@@ -715,6 +720,7 @@ rm -rf %{buildroot}
 
 # libraries needed by the public libraries
 %{_libdir}/samba/libCHARSET3.so
+%{_libdir}/samba/libMESSAGING.so
 %{_libdir}/samba/libLIBWBCLIENT_OLD.so
 %{_libdir}/samba/libaddns.so
 %{_libdir}/samba/libads.so
@@ -816,6 +822,10 @@ rm -rf %{buildroot}
 %{_libdir}/samba/libtdb.so.1
 %{_libdir}/samba/libtdb.so.%{tdb_version}
 %endif
+%if %{with_ntdb}
+%{_libdir}/samba/libntdb.so.0
+%{_libdir}/samba/libntdb.so.%{ntdb_version}
+%endif
 
 %if ! %with_libsmbclient
 %{_libdir}/samba/libsmbclient.so.*
@@ -979,6 +989,13 @@ rm -rf %{buildroot}
 %{_mandir}/man1/regshell.1.gz
 %{_mandir}/man1/regtree.1.gz
 
+%if %{with_ntdb}
+%{_bindir}/ntdbbackup
+%{_bindir}/ntdbdump
+%{_bindir}/ntdbrestore
+%{_bindir}/ntdbtool
+%endif
+
 %if %{with_tdb}
 %{_bindir}/tdbbackup
 %{_bindir}/tdbdump
@@ -1252,6 +1269,9 @@ rm -rf %{buildroot}
 %endif # with_libwbclient
 
 %changelog
+* Thu Jun 21 2012 Andreas Schneider <asn at redhat.com> - 2:4.0.0-56.beta2
+- Update to Samba 4.0.0 beta2.
+
 * Mon Jun 18 2012 Andreas Schneider <asn at redhat.com> - 2:4.0.0-55.beta1
 - Fix usrmove paths.
 


More information about the scm-commits mailing list