[samba/f13/master] Fix winbind secure channel (samlogonex) (and actually apply the patch...).

Guenther Deschner gd at fedoraproject.org
Mon Aug 9 22:51:41 UTC 2010


commit aaf5212c18aef60d06d59a48c8f3394d4b790b8d
Author: Günther Deschner <gd at samba.org>
Date:   Tue Aug 10 00:51:30 2010 +0200

    Fix winbind secure channel (samlogonex) (and actually apply the patch...).
    
    Guenther

 samba.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index d0385c2..b152a82 100644
--- a/samba.spec
+++ b/samba.spec
@@ -1,4 +1,4 @@
-%define main_release 62
+%define main_release 63
 %define samba_version 3.5.4
 %define tdb_version 1.2.1
 %define talloc_version 2.0.1
@@ -44,6 +44,7 @@ Patch104: samba-3.0.0rc3-nmbd-netbiosname.patch
 # The passwd part has been applied, but not the group part
 Patch107: samba-3.2.0pre1-grouppwd.patch
 Patch200: samba-3.2.5-inotify.patch
+Patch201: samba-3.5.4-winbind-schannel.patch
 
 Requires(pre): samba-common = %{epoch}:%{samba_version}-%{release}
 Requires: pam >= 0:0.64
@@ -199,6 +200,7 @@ cp %{SOURCE11} packaging/Fedora/
 #%patch104 -p1 -b .nmbd-netbiosname # FIXME: does not apply
 %patch107 -p1 -b .grouppwd
 %patch200 -p0 -b .inotify
+%patch201 -p1 -b .winbind_schannel
 
 mv %samba_source/VERSION %samba_source/VERSION.orig
 sed -e 's/SAMBA_VERSION_VENDOR_SUFFIX=$/&\"%{samba_release}\"/' < %samba_source/VERSION.orig > %samba_source/VERSION
@@ -648,6 +650,9 @@ exit 0
 %{_datadir}/pixmaps/samba/logo-small.png
 
 %changelog
+* Tue Aug 10 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-63
+- Fix winbind secure channel (samlogonex)
+
 * Wed Jun 23 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-62
 - Update to 3.5.4
 


More information about the scm-commits mailing list