--- rpms/smeserver-lazy_admin_tools/contribs8/smeserver-lazy_admin_tools.spec 2013/06/25 00:35:06 1.8 +++ rpms/smeserver-lazy_admin_tools/contribs8/smeserver-lazy_admin_tools.spec 2014/07/28 19:19:20 1.15 @@ -1,11 +1,11 @@ -# $Id: smeserver-lazy_admin_tools.spec,v 1.7 2013/06/19 04:30:57 unnilennium Exp $ +# $Id: smeserver-lazy_admin_tools.spec,v 1.14 2013/06/26 23:08:52 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 5%{?dist} +%define version 1.1 +%define release 2%{?dist} Name: %{name} Version: %{version} Release: %{release} @@ -18,11 +18,7 @@ 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 +Patch0: smeserver-lazy_admin_tools-1.1-patch0.patch %description The Lazy Administrator's Tools is a set of scripts designed to automate @@ -44,6 +40,30 @@ See man lat-tools for general help on th command with the --help switch to get specific help. %changelog +* Mon Jul 28 2014 JP PIALASSE tests@pialasse.com 1.1.-2.sme +- fix user not being deleted [SME: 8500] +- fix shadow activating user with blank password [SME: 7731] +- NFR added pseudonyms with @ [SME: 7706] +- note: lat-restore now do lat-pseudonyms later after lat-domains for pseudonyms with @ verification. + +* Wed Jun 26 2013 JP PIALASSE tests@pialasse.com 1.1.-1.sme +- fix manual [SME: 7702] + +* Wed Jun 26 2013 JP PIALASSE tests@pialasse.com 1.0-10.sme +- fix doc in lat-procmail [SME: 7707] +- fix lat-shadow issue [SME: 7709] +- patch7 +- patch8 + +* Wed Jun 26 2013 JP PIALASSE tests@pialasse.com 1.1.-1.sme +- fix manual [SME: 7702] + +* Tue Jun 25 2013 JP PIALASSE tests@pialasse.com 1.0-9.sme +- updated patch4 and applied this time +- patch5 to correct lat-user -n option errors +- patch6 to update manual +- also to check for mailsorting contrib in procmail lat + * 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] @@ -70,13 +90,26 @@ command with the --help switch to get sp %prep %setup %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 - +#%patch1 -p1 +#%patch2 -p1 +#%patch3 -p1 +#%patch4 -p1 +#%patch5 -p1 +#%patch6 -p1 +#%patch7 -p1 +#%patch8 -p1 +#%patch0 -p1 +#%patch1 -p1 +#%patch2 -p1 +#%patch3 -p1 +#%patch4 -p1 +#%patch5 -p1 +#%patch6 -p1 %build +perl createman + %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)