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

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

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


Revision 1.2 - (hide annotations) (download)
Fri Jan 8 18:46:11 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-audittools-1_6_0-2_el7_sme
Changes since 1.1: +6 -2 lines
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-2.sme
- add update event [SME: 11161]

1 jpp 1.2 # $Id: smeserver-audittools.spec,v 1.1 2016/02/05 23:46:33 stephdl Exp $
2 stephdl 1.1
3     Summary: SME Server auditing tools
4     %define name smeserver-audittools
5     Name: %{name}
6     %define version 1.6.0
7 jpp 1.2 %define release 2
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: System Environment/Base
12     Source: %{name}-%{version}.tar.xz
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 jpp 1.2 * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-2.sme
25     - add update event [SME: 11161]
26    
27 stephdl 1.1 * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6.0-1.sme
28     - Initial release to sme10
29    
30     * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 1.4.0-3.sme
31     - Add logcheck to help analyse errors in the log files [SME: 8175]
32    
33     * Tue Dec 17 2013 Ian Wells <esmith@wellsi.com> 1.4.0-2.sme
34     - Add an audit for groups, by Stephane de Labrusse [SME: 1208]
35    
36     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 1.4.0-1.sme
37     - Roll new stream for sme9
38    
39     * Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-7.sme
40     - Fix regular expression to actually replace the colon with a dot [SME: 5572]
41    
42     * Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-6.sme
43     - Undo changes made in 1.2.0-5 [SME: 5572]
44     - Properly fix output for usernames and groups containing a dot [SME: 5572]
45    
46     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-5.sme
47     - Remove comment lines from output of aliases [SME: 5572]
48    
49     * Thu Nov 5 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-4.sme
50     - Remove the leading path for yum in newrpms [SME: 5562]
51    
52     * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-3.sme
53     - Revert changes made in [SME: 5417]
54    
55     * Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2.sme
56     - Sort the output of the repositories audittool alphabetically [SME: 5417]
57    
58     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.2.0-1.sme
59     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
60    
61     * Thu Aug 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.2-7
62     - New tool repositories, lists status of configured repositories [SME: 4438]
63    
64     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 0.0.2-6
65     - New tool events, lists modified events [SME: 3419]
66    
67     * Sat Jun 16 2007 Stephen Noble <support@dungog.net> 0.0.2-5
68     - New tool newrpms, lists installed rpms not in standard repos [SME: 1206]
69    
70     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
71     - Clean up spec so package can be built by koji/plague
72    
73     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
74     - Update to new release naming. No functional changes.
75     - Make Packager generic
76    
77     * Wed Apr 12 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-03
78     - Change status output for templates audit. In particular
79     OK -> OWNED_BY_RPM. This means that custom templates will appear
80     as "OWNED_BY_RPM, OVERRIDE" rather than "OK, OVERRIDE". template
81     fragments should not be placed in templates-custom via RPMs [SME: 792]
82    
83     * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-02
84     - Fix output from pseudonyms audit [SME: 792]
85     - Display commands on stdout and warnings on stderr [SME: 792]
86     - Complain about pseudonyms with @, but no domain [SME: 792]
87     - Complain if virtualdomains pseudonym doesn't match accounts db [SME: 792]
88    
89     * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-01
90     - Roll new tarball with patches to 0.0.1-10 [SME: 792]
91    
92     * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-10
93     - Add pseudonyms audit [SME: 762]
94    
95     * Thu Mar 30 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-09
96     - Moved all tools into /sbin/e-smith/audittools to reduce clutter
97     and make it easier to run all of them [SME: 762]
98    
99     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-08
100     - audit-users2domains - What email address have been used? [SME: 762]
101    
102     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-07
103     - Remove verbose option to rpm_status - not used [SME: 762]
104    
105     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-06
106     - Determine how many RPMs own a template and whether it has been
107     modified since the install of the RPM [SME: 762]
108    
109     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-05
110     - Only display commands required for conversion from virtualdomains
111     hacks to user@domain pseudonyms. These are audit tools - changing
112     the system should be a separate task [SME: 762]
113    
114     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-04
115     - Examine custom templates:
116     - Are they owned by an RPM?
117     - Are they an override or an addition?
118     - Examine templates
119     - Are they owned by an RPM?
120     - TODO: Have they been modified since the install? [SME: 762]
121    
122     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-03
123     - First cut at custom template audit [SME: 762]
124    
125     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-02
126     - Add dependency on perl(RPM2) [SME: 762]
127    
128     * Thu Mar 23 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-01
129     - Initial version [SME: 762]
130    
131     %prep
132     %setup
133 jpp 1.2 mkdir -p root/etc/e-smith/events/%{name}-update
134 stephdl 1.1
135     %build
136    
137     %pre
138    
139     %post
140    
141     %install
142     rm -rf $RPM_BUILD_ROOT
143     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
144     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
145     --file /sbin/e-smith/audittools/ 'attr(0554,root,root)' \
146     > %{name}-%{version}-%{release}-filelist
147    
148     %clean
149     rm -rf $RPM_BUILD_ROOT
150    
151     %files -f %{name}-%{version}-%{release}-filelist
152     %defattr(-,root,root)

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