--- rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/06/23 14:51:19 1.37 +++ rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/10/08 14:41:56 1.44 @@ -1,10 +1,10 @@ -# $Id: e-smith-samba.spec,v 1.36 2010/06/14 15:15:07 filippocarletti Exp $ +# $Id: e-smith-samba.spec,v 1.43 2010/10/02 11:29:21 vip-ire Exp $ Summary: e-smith specific Samba configuration files and templates %define name e-smith-samba Name: %{name} %define version 2.2.0 -%define release 17 +%define release 24 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -23,6 +23,12 @@ Patch10: e-smith-samba-2.2.0-fail-silent Patch11: e-smith-samba-2.2.0-tdb_backup.patch Patch12: e-smith-samba-2.2.0-private_dir.patch Patch13: e-smith-samba-2.2.0-backup-all-tdb-files.patch +Patch14: e-smith-samba-2.2.0-strongkey.patch +Patch15: e-smith-samba-2.2.0-slapd_support.patch +Patch16: e-smith-samba-2.2.0-lanman_password_as_an_option.patch +Patch17: e-smith-samba-2.2.0-anonymous_acls.patch +Patch18: e-smith-samba-2.2.0-add_sambasid_to_sensible_attrs.patch +Patch19: e-smith-samba-2.2.0-samba_attr_no_output.patch Obsoletes: e-smith-netlogon BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -43,6 +49,27 @@ Requires: /usr/bin/tdbbackup AutoReqProv: no %changelog +* Fri Oct 8 2010 Shad L. Lords 2.2.0-24.sme +- Fix moving secrets.tdb file [SME: 6057] + +* Sat Oct 2 2010 Daniel Berteaud 2.2.0-23.sme +- Empty output when listing sensible attribtues SME: 6254] + +* Sat Oct 2 2010 Daniel Berteaud 2.2.0-22.sme +- Add sambaSID to the list of sensible attributes [SME: 6254] + +* Sat Oct 2 2010 Daniel Berteaud 2.2.0-21.sme +- Deny access to some attributes for anonymous users [SME: 6254] + +* Thu Sep 23 2010 Daniel Berteaud 2.2.0-20.sme +- povide an option to enable lanman passwords [SME: 6229] + +* Thu Sep 23 2010 Daniel Berteaud 2.2.0-19.sme +- Add slapd support [SME: 6228] + +* Wed Jul 08 2010 Shad L. Lords 2.2.0-18.sme +- Remove require strong key part of regedit file [SME: 6119] + * Wed Jun 23 2010 Shad L. Lords 2.2.0-17.sme - Use samba3x package for windows 7 compatibility [SME: 5964] @@ -1070,6 +1097,12 @@ Configuration files and templates for th %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 +%patch19 -p1 %build mkdir -p root/etc/e-smith/tests @@ -1152,7 +1185,10 @@ then fi chown -R smelog.smelog /var/log/{smbd,nmbd} # Move back secrets.tdb to private dir -[ -f /var/lib/samba/private/secrets.tdb ] && mv -f /var/lib/samba/private/secrets.tdb /etc/samba || : +if [ -f /var/lib/samba/private/secrets.tdb ] +then + mv -f /var/lib/samba/private/secrets.tdb /etc/samba +fi %files -f %{name}-%{version}-filelist %defattr(-,root,root)