--- rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/10/02 11:29:21 1.43 +++ rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/10/14 20:45:34 1.45 @@ -1,10 +1,10 @@ -# $Id: e-smith-samba.spec,v 1.42 2010/10/02 10:55:33 vip-ire Exp $ +# $Id: e-smith-samba.spec,v 1.44 2010/10/08 14:41:56 slords Exp $ Summary: e-smith specific Samba configuration files and templates %define name e-smith-samba Name: %{name} %define version 2.2.0 -%define release 23 +%define release 25 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -29,6 +29,7 @@ Patch16: e-smith-samba-2.2.0-lanman_pass 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 +Patch20: e-smith-samba-2.2.0-fix_limited_anon_access.patch Obsoletes: e-smith-netlogon BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -49,8 +50,14 @@ Requires: /usr/bin/tdbbackup AutoReqProv: no %changelog +* Thu Oct 14 2010 Daniel Berteaud 2.2.0-25.sme +- Fix anonymous access [SME: 6254] + +* 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] +- 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] @@ -1100,6 +1107,7 @@ Configuration files and templates for th %patch17 -p1 %patch18 -p1 %patch19 -p1 +%patch20 -p1 %build mkdir -p root/etc/e-smith/tests @@ -1182,7 +1190,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)