1 |
# $Id: smeserver-audittools.spec,v 1.12 2009/11/07 18:54:32 snetram Exp $ |
# $Id: smeserver-audittools.spec,v 1.13 2013/12/18 04:54:12 wellsi Exp $ |
2 |
|
|
3 |
Summary: SME Server auditing tools |
Summary: SME Server auditing tools |
4 |
%define name smeserver-audittools |
%define name smeserver-audittools |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.2.0 |
%define version 1.2.0 |
7 |
%define release 8 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: smeserver-audittools-1.2.0-fix-yum-invocation.patch |
Patch0: smeserver-audittools-1.2.0-fix-yum-invocation.patch |
14 |
Patch1: smeserver-audittools-1.2.0-fix-dotted-usernames-and-groups.patch |
Patch1: smeserver-audittools-1.2.0-fix-dotted-usernames-and-groups.patch |
15 |
Patch2: smeserver-audittools-1.2.0-groups-users.patch |
Patch2: smeserver-audittools-1.2.0-groups-users.patch |
16 |
|
Patch3: smeserver-audittools-1.2.0-logcheck.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-lib |
Requires: e-smith-lib |
25 |
modifications prior to upgrades. |
modifications prior to upgrades. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 1.2.0-9.sme |
29 |
|
- Add logcheck to help analyse errors in the log files [SME: 8178] |
30 |
|
|
31 |
* Tue Dec 17 2013 Ian Wells <esmith@wellsi.com> 1.2.0-8.sme |
* Tue Dec 17 2013 Ian Wells <esmith@wellsi.com> 1.2.0-8.sme |
32 |
- Add an audit for groups, by Stephane de Labrusse [SME: 8067] |
- Add an audit for groups, by Stephane de Labrusse [SME: 8067] |
33 |
|
|
128 |
%patch0 -p1 |
%patch0 -p1 |
129 |
%patch1 -p1 |
%patch1 -p1 |
130 |
%patch2 -p1 |
%patch2 -p1 |
131 |
|
%patch3 -p1 |
132 |
|
|
133 |
%build |
%build |
134 |
|
|