1 |
|
# $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 0.0.2 |
%define version 1.0.0 |
7 |
%define release 4 |
%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-0.0.2-pseudonymscommands.patch |
Patch0: smeserver-audittools-1.0.0-fix-yum-invocation.patch |
14 |
Patch1: smeserver-audittools-0.0.2-printwarn.patch |
Patch1: smeserver-audittools-1.0.0-fix-dotted-usernames-and-groups.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 |
|
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 |
43 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
44 |
|
|
45 |
|
* Thu Aug 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.2-7 |
46 |
|
- New tool repositories, lists status of configured repositories [SME: 4438] |
47 |
|
|
48 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 0.0.2-6 |
49 |
|
- New tool events, lists modified events [SME: 3419] |
50 |
|
|
51 |
|
* Sat Jun 16 2007 Stephen Noble <support@dungog.net> 0.0.2-5 |
52 |
|
- New tool newrpms, lists installed rpms not in standard repos [SME: 1206] |
53 |
|
|
54 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
55 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
56 |
|
|
116 |
%setup |
%setup |
117 |
%patch0 -p1 |
%patch0 -p1 |
118 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
119 |
|
|
120 |
%build |
%build |
121 |
|
|