/[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.2 - (hide annotations) (download)
Sat Jun 16 17:48:10 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: smeserver-audittools-0_0_2-5_el5_sme
Changes since 1.1: +6 -1 lines
Updates

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

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