--- rpms/smeserver-lazy_admin_tools/contribs8/smeserver-lazy_admin_tools.spec 2013/02/02 18:42:27 1.3 +++ rpms/smeserver-lazy_admin_tools/contribs8/smeserver-lazy_admin_tools.spec 2013/06/25 00:35:28 1.9 @@ -1,11 +1,11 @@ -# $Id: smeserver-lazy_admin_tools.spec,v 1.2 2012/05/26 23:14:24 slords Exp $ +# $Id: smeserver-lazy_admin_tools.spec,v 1.8 2013/06/25 00:35:06 unnilennium Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks %define name smeserver-lazy_admin_tools %define version 1.0 -%define release 1%{?dist} +%define release 6%{?dist} Name: %{name} Version: %{version} Release: %{release} @@ -18,6 +18,11 @@ Requires: e-smith-base Requires: SMEServer >= 8.0 Obsoletes: e-smith-lazy_admin_tools BuildRequires: e-smith-devtools >= 1.13.1-03 +Patch0: smeserver-lazy_admin_tools-1.0-patch0.patch +Patch1: smeserver-lazy_admin_tools-1.0-patch1.patch +Patch2: smeserver-lazy_admin_tools-1.0-patch2.patch +Patch3: smeserver-lazy_admin_tools-1.0-patch3.patch +Patch4: smeserver-lazy_admin_tools-1.0-patch4.patch %description The Lazy Administrator's Tools is a set of scripts designed to automate @@ -33,11 +38,30 @@ batch tasks and jobs for E-Smith/SME ser * lat-pptp : activate or deactivate pptp access for individual users * lat-dump : create input files for the above lat-tools, based on the configuration files of the SME servers. - + * lat-shadow : add users' encrypted password in /etc/shadow file + See man lat-tools for general help on the usage of the toolkit, or run the command with the --help switch to get specific help. %changelog +* Mon Jun 24 2013 JP PIALASSE tests@pialasse.com 1.0-6.sme +- fixed Can't enable procmail [SME: 7139] +- fixed Error during creation of pptp access with lazy admin tools [SME: 7695] +- patch4 +* Mon May 13 2013 JP PIALASSE tests@pialasse.com 1.0-5.sme +- fixed lat-procmail [SME: 7139] +- fixed removing user with home dir not in /home/e-smith/files/users/ [SME: 7162] +- create basic SME pseudonyms using option -n for nicknames [SME: 7284] +- patch3 +* Sat Feb 02 2013 JP PIALASSE tests@pialasse.com 1.0-4.sme +- fixed empty Gid property creation on user update bug [SME: 7192] +- added lat-shadow binary [SME: 7137] +- patch1 and patch2 +* Sat Feb 02 2013 JP PIALASSE tests@pialasse.com 1.0-3.sme +- fixed warning on empty group creation/update bug [SME: 7202] +- fixed uid changed on user update bug [SME: 7196] +- fixed warning on user creation/update bug [SME: 7192] +- patch0 * Sat Feb 02 2013 JP PIALASSE tests@pialasse.com 1.0-2.sme - binary are not executable [SME: 7138] * Sat May 26 2012 JP PIALASSE tests@pialasse.com 1.0-1.sme @@ -45,6 +69,11 @@ command with the --help switch to get sp %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 + %build @@ -64,6 +93,7 @@ rm -f e-smith-%{version}-filelist --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)' \ + --file /usr/sbin/lat-shadow 'attr(755,root,root)' \ > %{name}-%{version}-filelist