/[smeserver]/rpms/smeserver-audittools/sme8/smeserver-audittools.spec
ViewVC logotype

Contents of /rpms/smeserver-audittools/sme8/smeserver-audittools.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Sat Aug 1 10:49:36 2009 UTC (14 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-audittools-1_2_0-2_el5_sme
Changes since 1.6: +7 -2 lines
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-2.sme
- Sort the output of the repositories audittool alphabetically [SME: 5416]

* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2.sme
- Sort the output of the repositories audittool alphabetically [SME: 5417]

1 # $Id: smeserver-audittools.spec,v 1.6 2008/10/07 15:50:45 slords Exp $
2
3 Summary: SME Server auditing tools
4 %define name smeserver-audittools
5 Name: %{name}
6 %define version 1.2.0
7 %define release 2
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: System Environment/Base
12 Source: %{name}-%{version}.tar.gz
13 Patch0: smeserver-audittools-1.2.0-sortOutput.patch
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 BuildArchitectures: noarch
16 Requires: e-smith-lib
17 Requires: perl(RPM2)
18 BuildRequires: e-smith-devtools
19
20 %description
21 Tools for consistency audits of SME Servers. Useful for determining local
22 modifications prior to upgrades.
23
24 %changelog
25 * Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2.sme
26 - Sort the output of the repositories audittool alphabetically [SME: 5417]
27
28 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.2.0-1.sme
29 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
30
31 * Thu Aug 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.2-7
32 - New tool repositories, lists status of configured repositories [SME: 4438]
33
34 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 0.0.2-6
35 - New tool events, lists modified events [SME: 3419]
36
37 * Sat Jun 16 2007 Stephen Noble <support@dungog.net> 0.0.2-5
38 - New tool newrpms, lists installed rpms not in standard repos [SME: 1206]
39
40 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
41 - Clean up spec so package can be built by koji/plague
42
43 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
44 - Update to new release naming. No functional changes.
45 - Make Packager generic
46
47 * Wed Apr 12 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-03
48 - Change status output for templates audit. In particular
49 OK -> OWNED_BY_RPM. This means that custom templates will appear
50 as "OWNED_BY_RPM, OVERRIDE" rather than "OK, OVERRIDE". template
51 fragments should not be placed in templates-custom via RPMs [SME: 792]
52
53 * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-02
54 - Fix output from pseudonyms audit [SME: 792]
55 - Display commands on stdout and warnings on stderr [SME: 792]
56 - Complain about pseudonyms with @, but no domain [SME: 792]
57 - Complain if virtualdomains pseudonym doesn't match accounts db [SME: 792]
58
59 * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-01
60 - Roll new tarball with patches to 0.0.1-10 [SME: 792]
61
62 * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-10
63 - Add pseudonyms audit [SME: 762]
64
65 * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-09
66 - Moved all tools into /sbin/e-smith/audittools to reduce clutter
67 and make it easier to run all of them [SME: 762]
68
69 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-08
70 - audit-users2domains - What email address have been used? [SME: 762]
71
72 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-07
73 - Remove verbose option to rpm_status - not used [SME: 762]
74
75 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-06
76 - Determine how many RPMs own a template and whether it has been
77 modified since the install of the RPM [SME: 762]
78
79 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-05
80 - Only display commands required for conversion from virtualdomains
81 hacks to user@domain pseudonyms. These are audit tools - changing
82 the system should be a separate task [SME: 762]
83
84 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-04
85 - Examine custom templates:
86 - Are they owned by an RPM?
87 - Are they an override or an addition?
88 - Examine templates
89 - Are they owned by an RPM?
90 - TODO: Have they been modified since the install? [SME: 762]
91
92 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-03
93 - First cut at custom template audit [SME: 762]
94
95 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-02
96 - Add dependency on perl(RPM2) [SME: 762]
97
98 * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-01
99 - Initial version [SME: 762]
100
101 %prep
102 %setup
103 %patch0 -p1
104
105 %build
106
107 %pre
108
109 %post
110
111 %install
112 rm -rf $RPM_BUILD_ROOT
113 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
114 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
115 --file /sbin/e-smith/audittools/ 'attr(0554,root,root)' \
116 > %{name}-%{version}-%{release}-filelist
117
118 %clean
119 rm -rf $RPM_BUILD_ROOT
120
121 %files -f %{name}-%{version}-%{release}-filelist
122 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed