[samba] Built auth_builtin as static module.

asn asn at fedoraproject.org
Tue Oct 16 12:59:32 UTC 2012


commit a19d6933dc0c9be2885c189b8a79eb96ff3a1960
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Tue Oct 16 14:57:24 2012 +0200

    Built auth_builtin as static module.
    
    resolves: #866959

 samba.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index a446dd3..de87f82 100644
--- a/samba.spec
+++ b/samba.spec
@@ -1,4 +1,4 @@
-%define main_release 156
+%define main_release 157
 
 %define samba_version 4.0.0
 %define talloc_version 2.0.7
@@ -420,8 +420,9 @@ link against the SMB, RPC and other protocols.
 
 %global _samba4_idmap_modules idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
 %global _samba4_pdb_modules pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-%global _samba4_auth_modules auth_sam,auth_unix,auth_winbind,auth_wbc,auth_server,auth_builtin,auth_netlogond,auth_script,auth_samba4
+%global _samba4_auth_modules auth_sam,auth_unix,auth_winbind,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
 # auth_domain needs to be static
+# auth_builtin needs to be static cause it provides builtin and guest module
 
 %global _samba4_modules %{_samba4_idmap_modules},%{_samba4_pdb_modules},%{_samba4_auth_modules}
 
@@ -1279,6 +1280,9 @@ rm -rf %{buildroot}
 %endif # with_libwbclient
 
 %changelog
+* Tue Oct 16 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-157.rc3
+* resolves: #866959 - Built auth_builtin as static module.
+
 * Tue Oct 16 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-156.rc3
 - Update systemd Requires to reflect latest packaging guidelines.
 


More information about the scm-commits mailing list