--- rpms/smeserver-lazy_admin_tools/contribs7/smeserver-lazy_admin_tools.spec 2010/03/06 16:26:47 1.1 +++ rpms/smeserver-lazy_admin_tools/contribs7/smeserver-lazy_admin_tools.spec 2013/02/02 18:40:39 1.3 @@ -1,11 +1,11 @@ -# $Id: e-smith-lazy_admin_tools.spec,v 1.1 2010/03/04 16:37:47 slords Exp $ +# $Id: smeserver-lazy_admin_tools.spec,v 1.2 2010/03/06 16:27:29 slords Exp $ # Authority: nocvs # Name: Michiel Blotwijk Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks %define name smeserver-lazy_admin_tools %define version 0.9.1 -%define release 2 +%define release 2%{?dist} Name: %{name} Version: %{version} Release: %{release} @@ -38,6 +38,9 @@ See man lat-tools for general help on th command with the --help switch to get specific help. %changelog +* Sat Feb 02 2013 JP PIALASSE tests@pialasse.com 0.9.1-3.sme +- binary are not executable [SME: 7283] + * Sun Oct 22 2006 John H. Bennett III 0.9.1-2 - Modified lat-users code so that userids can be created with up to 31 characters to match SME 7. - Modified lat-pptp code so that SME Server 7 is recogninzed and will set the correct DB entries. @@ -122,7 +125,21 @@ command with the --help switch to get sp rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f e-smith-%{version}-filelist -/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist +/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ + --file '/usr/sbin/lat-domains' 'attr(755,root,root)' \ + --file '/usr/sbin/lat-dump' 'attr(755,root,root)' \ + --file /usr/sbin/lat-groups 'attr(755,root,root)' \ + --file /usr/sbin/lat-hosts 'attr(755,root,root)' \ + --file /usr/sbin/lat-ibays 'attr(755,root,root)' \ + --file /usr/sbin/lat-pptp 'attr(755,root,root)' \ + --file /usr/sbin/lat-procmail 'attr(755,root,root)' \ + --file /usr/sbin/lat-pseudonyms 'attr(755,root,root)' \ + --file /usr/sbin/lat-quota 'attr(755,root,root)' \ + --file /usr/sbin/lat-restore 'attr(755,root,root)' \ + --file /usr/sbin/lat-users 'attr(755,root,root)' \ + > %{name}-%{version}-filelist + + %clean rm -rf $RPM_BUILD_ROOT