[samba4] Remove unneded dependency. We need to do this instead of simply adding libwbclient as this library w

Simo Sorce simo at fedoraproject.org
Thu Mar 10 16:51:20 UTC 2011


commit 5025b9df18e9b6ccd23258ca278156dc7a81679c
Author: Simo Sorce <ssorce at redhat.com>
Date:   Thu Mar 10 11:47:18 2011 -0500

    Remove unneded dependency.
    We need to do this instead of simply adding libwbclient as this library would
    conflict with the basic samba (3.x) packages, and libwbclient makes sense
    only when coupled with the corresponding winbind daemon which we do not build
    in samba4.

 samba4.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index a60e79d..d847730 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1,4 +1,4 @@
-%define main_release 32
+%define main_release 33
 %define samba4_version 4.0.0
 
 %define talloc_version 2.0.5
@@ -44,6 +44,8 @@ Source4: %{name}.sysconfig
 Source5: %{name}.init
 %endif
 
+Patch01: 0001-s4-auth-Remove-partly-implemented-libwbclient-module.patch
+
 Requires(pre): /usr/sbin/groupadd
 
 %if %enable_samba4
@@ -170,6 +172,8 @@ domains and to use Windows user and group accounts on Linux.
 
 # copy Red Hat specific scripts
 
+%patch01 -p1 -b .rm-libwbclient-dep
+
 %build
 %configure \
 	--enable-fhs \
@@ -693,6 +697,13 @@ exit 0
 %endif
 
 %changelog
+* Thu Mar 10 2011 Simo Sorce <ssorce at redhat.com> - 4.0.0-33.alpha15
+- Remove unneded dependency.
+  We need to do this instead of simply adding libwbclient as this library would
+  conflict with the basic samba (3.x) packages, and libwbclient makes sense
+  only when coupled with the corresponding winbind daemon which we do not build
+  in samba4.
+
 * Fri Mar  4 2011 Simo Sorce <ssorce at redhat.com> - 4.0.0-32.alpha15
 - Try to fix provides issue to to upstream libraries build bug
 


More information about the scm-commits mailing list