[samba4] Update to Samba 4.0.0 beta3.

asn asn at fedoraproject.org
Thu Jul 12 15:39:02 UTC 2012


commit eae3a932ee331a0e68dd7d91db2a5b3bfc96cedc
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Thu Jul 12 16:13:15 2012 +0200

    Update to Samba 4.0.0 beta3.

 .gitignore  |    1 +
 samba4.spec |   22 +++++++++++++++++-----
 sources     |    2 +-
 3 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c36b8a1..bb84a39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ samba-4.0.0alpha11.tar.gz
 /samba-4.0.0alpha21.tar.bz2
 /samba-4.0.0beta1.tar.bz2
 /samba-4.0.0beta2.tar.bz2
+/samba-4.0.0beta3.tar.bz2
diff --git a/samba4.spec b/samba4.spec
index dd43f88..3eab836 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1,12 +1,12 @@
-%define main_release 125
+%define main_release 126
 
 %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 beta2
+%define ldb_version 1.1.8
+%define pre_release beta3
 
 %define samba_release %{main_release}%{?dist}.%{pre_release}
 
@@ -47,7 +47,7 @@
 
 Name:           samba4
 Version:        %{samba_version}
-Release:        %{samba_release}.1
+Release:        %{samba_release}
 Epoch:          2
 
 %if 0%{?epoch} > 0
@@ -142,7 +142,7 @@ BuildRequires: python-tevent >= %{libtevent_version}
 %endif
 
 %if ! %with_ldb
-%define libldb_version 1.1.6
+%define libldb_version 1.1.8
 
 BuildRequires: libldb-devel >= %{libldb_version}
 BuildRequires: pyldb-devel >= %{libldb_version}
@@ -341,6 +341,7 @@ The libwbclient-devel package provides developer tools for the wbclient library.
 Summary: Samba AD Domain Controller
 Group: Applications/System
 Requires: samba4-dc-libs = %{samba_depver}
+Requires: samba4-python = %{samba_depver}
 
 %description dc
 The samba-dc package provides AD Domain Controller functionality
@@ -778,7 +779,9 @@ rm -rf %{buildroot}
 %{_libdir}/samba/libtdb-wrap.so
 %{_libdir}/samba/libtdb_compat.so
 %{_libdir}/samba/libutil_cmdline.so
+%{_libdir}/samba/libutil_ntdb.so
 %{_libdir}/samba/libutil_reg.so
+%{_libdir}/samba/libutil_setid.so
 %{_libdir}/samba/libutil_tdb.so
 %{_libdir}/samba/libxattr_tdb.so
 %{_libdir}/samba/libpdb.so.*
@@ -855,6 +858,7 @@ rm -rf %{buildroot}
 %{_libdir}/samba/libprinting_migrate.so
 %{_datadir}/samba/codepages
 %attr(700,root,root) %dir /var/lib/samba/private
+%attr(755,root,root) %dir %{_sysconfdir}/samba
 %config(noreplace) %{_sysconfdir}/samba/smb.conf
 %config(noreplace) %{_sysconfdir}/samba/lmhosts
 %config(noreplace) %{_sysconfdir}/sysconfig/samba
@@ -958,6 +962,7 @@ rm -rf %{buildroot}
 %files client
 %defattr(-,root,root)
 %{_bindir}/cifsdd
+%{_bindir}/cclean
 %{_bindir}/dbwrap_tool
 %{_bindir}/debug2html
 %{_bindir}/log2pcap
@@ -1272,6 +1277,13 @@ rm -rf %{buildroot}
 %endif # with_libwbclient
 
 %changelog
+* Thu Jul 12 2012 Andreas Schneider <asn at redhat.com> - 2:4.0.0-126.beta2
+- Update to Samba 4.0.0 beta3.
+- Add requirement for samba4-python in samba4-dc.
+- resolves: #839247
+- Add /etc/samba directory to samba4-common package.
+- resolves: #839267
+
 * Mon Jul 09 2012 Petr Pisar <ppisar at redhat.com> - 2:4.0.0-125.beta2.1
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 2ad15b5..b97664b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d79ce3f65208627532baec58600a777f  samba-4.0.0beta2.tar.bz2
+12ee5141cb80e8da81054dea6861cd7e  samba-4.0.0beta3.tar.bz2


More information about the scm-commits mailing list