1 |
|
# $Id: smeserver-audittools.spec,v 1.7 2009/10/24 18:49:39 snetram 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 0.0.2 |
%define version 1.0.0 |
7 |
%define release 7 |
%define release 4 |
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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: smeserver-audittools-0.0.2-pseudonymscommands.patch |
Patch0: smeserver-audittools-1.0.0-fix-yum-invocation.patch |
|
Patch1: smeserver-audittools-0.0.2-printwarn.patch |
|
|
Patch2: smeserver-audittools-0.0.2-pseudonymwithoutdomain.patch |
|
|
Patch3: smeserver-audittools-0.0.2-virtualdomains2pseudonyms.patch |
|
|
Patch4: smeserver-audittools-0.0.2-RenameFlags.patch |
|
|
Patch5: smeserver-audittools-0.0.2-newrpms.patch |
|
|
Patch6: smeserver-audittools-0.0.2-events.patch |
|
|
Patch7: smeserver-audittools-0.0.2-repositories.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 |
|
* Thu Nov 5 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-4.sme |
26 |
|
- Remove the leading path for yum in newrpms [SME: 5566] |
27 |
|
|
28 |
|
* Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-3.sme |
29 |
|
- Revert changes made in [SME: 5416] |
30 |
|
|
31 |
|
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-2.sme |
32 |
|
- Sort the output of the repositories audittool alphabetically [SME: 5416] |
33 |
|
|
34 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.0.0-1.sme |
35 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
36 |
|
|
37 |
* Thu Aug 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.2-7 |
* Thu Aug 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.2-7 |
38 |
- New tool repositories, lists status of configured repositories [SME: 4438] |
- New tool repositories, lists status of configured repositories [SME: 4438] |
39 |
|
|
107 |
%prep |
%prep |
108 |
%setup |
%setup |
109 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
110 |
|
|
111 |
%build |
%build |
112 |
|
|