--- rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/03/17 17:39:47 1.33 +++ rpms/e-smith-samba/sme8/e-smith-samba.spec 2010/03/30 11:29:43 1.35 @@ -1,10 +1,10 @@ -# $Id: e-smith-samba.spec,v 1.32 2010/03/17 17:35:11 snetram Exp $ +# $Id: e-smith-samba.spec,v 1.34 2010/03/26 16:09:17 filippocarletti Exp $ Summary: e-smith specific Samba configuration files and templates %define name e-smith-samba Name: %{name} %define version 2.2.0 -%define release 13 +%define release 15 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -20,6 +20,8 @@ Patch7: e-smith-samba-2.2.0-profilev2.pa Patch8: e-smith-samba-2.2.0-refactor-profilev2.patch Patch9: e-smith-samba-2.2.0-quote-manually.patch Patch10: e-smith-samba-2.2.0-fail-silently-on-non-existent-folder.patch +Patch11: e-smith-samba-2.2.0-tdb_backup.patch +Patch12: e-smith-samba-2.2.0-private_dir.patch Obsoletes: e-smith-netlogon BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -27,13 +29,19 @@ BuildRequires: e-smith-devtools >= 1.13. Obsoletes: e-smith-regedit Requires: e-smith-lib >= 2.2.0-2 Requires: e-smith-formmagick >= 1.4.0-9 -Requires: samba >= 3.0.25b -Requires: samba-client >= 3.0.25b -Requires: samba-common >= 3.0.25b +Requires: samba >= 3.4.3 +Requires: samba-client >= 3.4.3 +Requires: samba-common >= 3.4.3 Requires: /usr/bin/tdbbackup AutoReqProv: no %changelog +* Tue Mar 30 2010 Filippo Carletti 2.2.0-15.sme +- Explicitly declare samba private dir [SME: 5857] + +* Fri Mar 26 2010 Filippo Carletti 2.2.0-14.sme +- Fix tdb file paths to backup in run script [SME: 5856] + * Wed Mar 17 2010 Jonathan Martens 2.2.0-13.sme - Add dependency /usr/bin/tdbbackup [SME: 5851] @@ -1045,6 +1053,8 @@ Configuration files and templates for th %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 +%patch12 -p1 %build mkdir -p root/etc/e-smith/tests @@ -1126,6 +1136,8 @@ then /bin/chown admin.root /etc/samba/smbpasswd 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 %files -f %{name}-%{version}-filelist %defattr(-,root,root)