1 |
# $Id: smeserver-audittools.spec,v 1.1 2013/01/31 22:23:31 slords Exp $ |
# $Id: smeserver-audittools.spec,v 1.2 2013/12/18 05:01: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.4.0 |
%define version 1.4.0 |
7 |
%define release 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: smeserver-audittools-1.4.0-groups-users.patch |
Patch1: smeserver-audittools-1.4.0-groups-users.patch |
14 |
|
Patch2: smeserver-audittools-1.4.0-logcheck.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-lib |
Requires: e-smith-lib |
23 |
modifications prior to upgrades. |
modifications prior to upgrades. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 1.4.0-3.sme |
27 |
|
- Add logcheck to help analyse errors in the log files [SME: 8175] |
28 |
|
|
29 |
* Tue Dec 17 2013 Ian Wells <esmith@wellsi.com> 1.4.0-2.sme |
* Tue Dec 17 2013 Ian Wells <esmith@wellsi.com> 1.4.0-2.sme |
30 |
- Add an audit for groups, by Stephane de Labrusse [SME: 1208] |
- Add an audit for groups, by Stephane de Labrusse [SME: 1208] |
31 |
|
|
127 |
%prep |
%prep |
128 |
%setup |
%setup |
129 |
%patch1 -p1 |
%patch1 -p1 |
130 |
|
%patch2 -p1 |
131 |
|
|
132 |
%build |
%build |
133 |
|
|