[samba] Update to Samba 4.1.0rc2.

asn asn at fedoraproject.org
Mon Aug 12 08:30:57 UTC 2013


commit 9220df7904cd20c1c1c56c5f65d0c0cf3fd1867f
Author: Andreas Schneider <asn at redhat.com>
Date:   Mon Aug 12 10:30:14 2013 +0200

    Update to Samba 4.1.0rc2.
    
    related: #985609

 .gitignore                                       |    1 +
 samba-4.0.6_add_passdb_upn_enum.patch            |  406 ----------------------
 samba-4.0.8-fix_winbind_ccache_cleanup.patch     |   44 ---
 samba-4.1.0rc1-add_support_for_cc_type_dir.patch |  217 ------------
 samba-4.1.0rc1-fix_regedit_name.patch            |   36 --
 samba.spec                                       |   21 +-
 sources                                          |    2 +-
 7 files changed, 12 insertions(+), 715 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f65a9a..e8cb0a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ samba-3.6.0pre1.tar.gz
 /samba-4.0.6.tar.bz2
 /samba-4.0.7.tar.xz
 /samba-4.1.0rc1.tar.xz
+/samba-4.1.0rc2.tar.xz
diff --git a/samba.spec b/samba.spec
index 481c92c..a09e699 100644
--- a/samba.spec
+++ b/samba.spec
@@ -1,7 +1,7 @@
 # Set --with testsuite or %bcond_without to run the Samba torture testsuite.
 %bcond_with testsuite
 
-%define main_release 2
+%define main_release 3
 
 %define samba_version 4.1.0
 %define talloc_version 2.0.8
@@ -10,7 +10,7 @@
 %define tevent_version 0.9.18
 %define ldb_version 1.1.16
 # This should be rc1 or nil
-%define pre_release rc1
+%define pre_release rc2
 
 %if "x%{?pre_release}" != "x"
 %define samba_release 0.%{main_release}.%{pre_release}%{?dist}
@@ -44,7 +44,7 @@
 
 Name:           samba
 Version:        %{samba_version}
-Release:        %{samba_release}.1
+Release:        %{samba_release}
 
 %if 0%{?rhel}
 Epoch:          0
@@ -75,10 +75,6 @@ Source6: samba.pamd
 Source200: README.dc
 Source201: README.downgrade
 
-Patch0: samba-4.0.8-fix_winbind_ccache_cleanup.patch
-Patch1: samba-4.1.0rc1-fix_regedit_name.patch
-Patch2: samba-4.1.0rc1-add_support_for_cc_type_dir.patch
-
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(pre): /usr/sbin/groupadd
@@ -435,9 +431,6 @@ the local kerberos library to use the same KDC as samba and winbind use
 
 %prep
 %setup -q -n samba-%{version}%{pre_release}
-%patch0 -p1 -b .samba-4.0.8-fix_winbind_ccache_cleanup.patch
-%patch1 -p1 -b .samba-4.1.0rc1-fix_regedit_name.patch
-%patch2 -p1 -b .samba-4.1.0rc1-add_support_for_cc_type_dir.patch
 
 %build
 %global _talloc_lib ,talloc,pytalloc,pytalloc-util
@@ -708,7 +701,10 @@ rm -rf %{buildroot}
 %{_bindir}/eventlogadm
 %{_sbindir}/nmbd
 %{_sbindir}/smbd
-%{_libdir}/samba/auth
+%dir %{_libdir}/samba/auth
+%{_libdir}/samba/auth/script.so
+%{_libdir}/samba/auth/unix.so
+%{_libdir}/samba/auth/wbc.so
 %dir %{_libdir}/samba/vfs
 %{_libdir}/samba/vfs/acl_tdb.so
 %{_libdir}/samba/vfs/acl_xattr.so
@@ -1463,6 +1459,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/winbind_krb5_locator.7*
 
 %changelog
+* Mon Aug 12 2013 - Andreas Schneider <asn at redhat.com> - 2:4.1.0-0.3
+- related: #985609 - Update to Samba 4.1.0rc2.
+
 * Sat Aug 03 2013 Petr Pisar <ppisar at redhat.com> - 2:4.1.0-0.2.rc1.1
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index b4791a1..e6b1d20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ce7a9ca50e4cca0c6d5da4a4e0e03c1  samba-4.1.0rc1.tar.xz
+ee14addf3363d93ce8c62dcc5d6dc94b  samba-4.1.0rc2.tar.xz


More information about the scm-commits mailing list