1 |
# $Id: smeserver-audittools.spec,v 1.12 2009/11/07 18:54:32 snetram Exp $ |
# $Id: smeserver-audittools.spec,v 1.1 2013/01/31 22:23:31 slords 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 1 |
%define release 2 |
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 |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-lib |
Requires: e-smith-lib |
22 |
modifications prior to upgrades. |
modifications prior to upgrades. |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Tue Dec 17 2013 Ian Wells <esmith@wellsi.com> 1.4.0-2.sme |
26 |
|
- Add an audit for groups, by Stephane de Labrusse [SME: 1208] |
27 |
|
|
28 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 1.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 1.4.0-1.sme |
29 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
30 |
|
|
122 |
|
|
123 |
%prep |
%prep |
124 |
%setup |
%setup |
125 |
|
%patch1 -p1 |
126 |
|
|
127 |
%build |
%build |
128 |
|
|