From a19d6933dc0c9be2885c189b8a79eb96ff3a1960 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 16 Oct 2012 14:57:24 +0200 Subject: [PATCH] Built auth_builtin as static module. resolves: #866959 --- samba.spec | 8 ++++++-- 1 file 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 - 2:4.0.0-157.rc3 +* resolves: #866959 - Built auth_builtin as static module. + * Tue Oct 16 2012 - Andreas Schneider - 2:4.0.0-156.rc3 - Update systemd Requires to reflect latest packaging guidelines.