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

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

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


Revision 1.8 - (hide annotations) (download)
Sat Oct 24 18:49:39 2009 UTC (14 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-audittools-1_2_0-3_el5_sme
Changes since 1.7: +5 -4 lines
* Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
- Revert changes made in [SME: 5417]

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

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