Built auth_builtin as static module.

resolves: #866959
This commit is contained in:
Andreas Schneider 2012-10-16 14:57:24 +02:00
parent 788feb59ce
commit a19d6933dc
1 changed files with 6 additions and 2 deletions

View File

@ -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@redhat.com> - 2:4.0.0-157.rc3
* resolves: #866959 - Built auth_builtin as static module.
* Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-156.rc3
- Update systemd Requires to reflect latest packaging guidelines.