1 |
# $Id$ |
# $Id: smeserver-audittools.spec,v 1.9 2009/11/06 13:28:15 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 1.0.0 |
%define version 1.0.0 |
7 |
%define release 1 |
%define release 6 |
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-1.0.0-fix-yum-invocation.patch |
14 |
|
Patch1: smeserver-audittools-1.0.0-fix-dotted-usernames-and-groups.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 |
|
* Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-6.sme |
27 |
|
- Undo changes made in 1.0.0-5 [SME: 5572] |
28 |
|
- Properly fix output for usernames and groups containing a dot [SME: 5572] |
29 |
|
|
30 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-5.sme |
31 |
|
- Remove comment lines from output of aliases [SME: 4913] |
32 |
|
|
33 |
|
* Thu Nov 5 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-4.sme |
34 |
|
- Remove the leading path for yum in newrpms [SME: 5566] |
35 |
|
|
36 |
|
* Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-3.sme |
37 |
|
- Revert changes made in [SME: 5416] |
38 |
|
|
39 |
|
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-2.sme |
40 |
|
- Sort the output of the repositories audittool alphabetically [SME: 5416] |
41 |
|
|
42 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.0.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.0.0-1.sme |
43 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
44 |
|
|
114 |
|
|
115 |
%prep |
%prep |
116 |
%setup |
%setup |
117 |
|
%patch0 -p1 |
118 |
|
%patch1 -p1 |
119 |
|
|
120 |
%build |
%build |
121 |
|
|