--- rpms/smeserver-audittools/sme8/smeserver-audittools.spec 2008/10/07 15:50:45 1.6 +++ rpms/smeserver-audittools/sme8/smeserver-audittools.spec 2014/02/02 21:59:53 1.14 @@ -1,15 +1,19 @@ -# $Id: smeserver-audittools.spec,v 1.5 2008/10/07 15:47:39 slords Exp $ +# $Id: smeserver-audittools.spec,v 1.13 2013/12/18 04:54:12 wellsi Exp $ Summary: SME Server auditing tools %define name smeserver-audittools Name: %{name} %define version 1.2.0 -%define release 1 +%define release 9 Version: %{version} Release: %{release}%{?dist} License: GPL Group: System Environment/Base Source: %{name}-%{version}.tar.gz +Patch0: smeserver-audittools-1.2.0-fix-yum-invocation.patch +Patch1: smeserver-audittools-1.2.0-fix-dotted-usernames-and-groups.patch +Patch2: smeserver-audittools-1.2.0-groups-users.patch +Patch3: smeserver-audittools-1.2.0-logcheck.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-lib @@ -21,6 +25,31 @@ Tools for consistency audits of SME Serv modifications prior to upgrades. %changelog +* Sun Feb 2 2014 Ian Wells 1.2.0-9.sme +- Add logcheck to help analyse errors in the log files [SME: 8178] + +* Tue Dec 17 2013 Ian Wells 1.2.0-8.sme +- Add an audit for groups, by Stephane de Labrusse [SME: 8067] + +* Sat Nov 7 2009 Jonathan Martens 1.2.0-7.sme +- Fix regular expression to actually replace the colon with a dot [SME: 5572] + +* Sat Nov 7 2009 Jonathan Martens 1.2.0-6.sme +- Undo changes made in 1.2.0-5 [SME: 5572] +- Properly fix output for usernames and groups containing a dot [SME: 5572] + +* Fri Nov 6 2009 Jonathan Martens 1.2.0-5.sme +- Remove comment lines from output of aliases [SME: 5572] + +* Thu Nov 5 2009 Jonathan Martens 1.2.0-4.sme +- Remove the leading path for yum in newrpms [SME: 5562] + +* Sat Oct 24 2009 Jonathan Martens 1.2.0-3.sme +- Revert changes made in [SME: 5417] + +* Sat Aug 1 2009 Jonathan Martens 1.2.0-2.sme +- Sort the output of the repositories audittool alphabetically [SME: 5417] + * Tue Oct 7 2008 Shad L. Lords 1.2.0-1.sme - Roll new stream to separate sme7/sme8 trees [SME: 4633] @@ -96,6 +125,10 @@ modifications prior to upgrades. %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build