/[smeserver]/rpms/e-smith-lib/sme9/e-smith-lib.spec
ViewVC logotype

Annotation of /rpms/e-smith-lib/sme9/e-smith-lib.spec

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


Revision 1.8 - (hide annotations) (download)
Sat Mar 9 22:31:57 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-7_el6_sme
Changes since 1.7: +8 -3 lines
* Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 2.4.0-7.sme
- Ensure group www exists before user [SME: 7319]

1 slords 1.8 # $Id: e-smith-lib.spec,v 1.7 2013/03/06 20:20:15 slords Exp $
2 slords 1.1
3     Summary: e-smith server and gateway - library module
4     %define name e-smith-lib
5     Name: %{name}
6     %define version 2.4.0
7 slords 1.8 %define release 7
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: Artistic
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.2 Patch0: e-smith-lib-2.4.0-dont_use_kudzu_to_probe_nics.patch
14 vip-ire 1.3 Patch1: e-smith-lib-2.4.0-fix_bonding.patch
15 wellsi 1.5 Patch2: e-smith-lib-2.4.0-ipv4check.patch
16 vip-ire 1.6 Patch3: e-smith-lib-2.4.0-untaint_nic_names.patch
17 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18     BuildArchitectures: noarch
19     BuildRequires: e-smith-devtools >= 1.6.3-01
20     Obsoletes: %{name}-Tai64n
21     Obsoletes: whiptail
22     Requires: dialog
23     Requires: perl, perl(Text::Template)
24     Requires: perl(Time::HiRes), perl(MIME::Base64)
25     Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage)
26     Requires: perl(I18N::LangTags) >= 0.27
27     Requires: perl(Net::IPv4Addr) >= 0.10
28 vip-ire 1.2 Requires: pciutils
29 slords 1.1
30     %description
31     e-smith server and gateway software - library module.
32    
33     %changelog
34 slords 1.8 * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 2.4.0-7.sme
35     - Ensure group www exists before user [SME: 7319]
36    
37 slords 1.7 * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
38     - Fix pre script to make www and apache the same [SME: 7319]
39    
40 vip-ire 1.6 * Tue Mar 5 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
41     - Untaint variable in probeAdapters() [SME: 7416]
42    
43 wellsi 1.5 * Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
44     - Improve error checking in isValidIP [SME: 7410]
45    
46 vip-ire 1.4 * Sun Feb 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
47 vip-ire 1.3 - Fix MAC detection for bond slaves [SME: 3596]
48    
49 vip-ire 1.2 * Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
50     - Stop using kudzu for NIC detection [SME: 3596]
51    
52 slords 1.1 * Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
53     - Bump version in prep for SME9
54    
55     * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
56     - Serialize configure_peers to prevent errors [SME: 5831]
57    
58     * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 2.2.0-6.sme
59     - adds the hwaddr parameter to probeAdapters() [SME: 4528]
60    
61     * Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
62     - Update path for 64-bit compatibility [SME: 5756]
63    
64     * Tue Dec 22 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme
65     - Really apply previous patch in the spec file. [SME: 5659]
66    
67     * Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-3.sme
68     - Add patch (Federico Simoncelli) to prevent re-use of uids. [SME: 5659]
69    
70     * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
71     - Add patch to support multiple samba roles [SME: 4172]
72    
73     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
74     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
75    
76     * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 1.19.0-1
77     - Roll new dev stream.
78    
79     * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-28
80     - Read /dev/urandmon instead of /dev/random [SME: 4492]
81    
82     * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-27
83     - Make dialog not use STDERR for return values [SME: 3663]
84     - Remove requires for whiptail. No longer needed [SME: 4491]
85    
86     * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.18.0-26
87     - Make binmode properties of db class [SME: 4317]
88     - Add new navigation db & utf8 classes [SME: 4317]
89    
90     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.18.0-25
91     - Add .utf8 to locale unless server-console [SME: 4162]
92     - Add new languages to langtag2locale [SME: 4163]
93    
94     * Sun Mar 30 2008 Shad L. Lords <slords@mail.com> 1.18.0-24
95     - Gracefully handle encoding errors in navigation dbs [SME: 4147]
96    
97     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.18.0-23
98     - Make PAM conv routine not look for english strings [SME: 4117]
99    
100     * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.18.0-22
101     - Fix wide output to syslog and allow navigations db to be utf8 [SME: 4101]
102    
103     * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.18.0-21
104     - Output navigation in UTF-8 [SME: 3858]
105    
106     * Sun Jan 20 2008 Gavin Weight <gweight@gmail.com> 1.18.0-20
107     - Call smbpasswd -e - to reset user correctly. [SME: 3755]
108    
109     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.18.0-19
110     - modify validate password strong match for console [SME: 2173]
111    
112     * Thu Nov 01 2007 Gavin Weight <gweight@gmail.com> 1.18.0-18
113     - Fix I18N.pm file descriptor leak. [SME: 3509]
114    
115     * Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-17
116     - Remove undocumented and unused template metadata handling from
117     generic_template_expand action (Take II). [SME: 2798]
118    
119     * Fri Jun 1 2007 Shad L. Lords <slords@mail.com> 1.18.0-16
120     - pam_unix requires passwords >= 6 [SME: 3039]
121    
122     * Mon May 21 2007 Shad L. Lords <slords@mail.com> 1.18.0-15
123     - Fix ip addr shift to work on 64-bit
124    
125     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
126     - Clean up spec so package can be built by koji/plague
127    
128     * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 1.18.0-14
129     - Reverse changes for 1.18.0-12 as it is being used. [SME: 2838]
130    
131     * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-13
132     - Allow gauge console widget to be used without following message_page.
133     [SME: 2832].
134    
135     * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-12
136     - Remove undocumented and unused template metadata handling from
137     generic_template_expand action. [SME: 2798]
138    
139     * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-11
140     - Split logfile rotation code out of generic_template_expand.
141     Code moved to a new action in e-smith-base. [SME: 2795]
142    
143     * Mon Mar 19 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-10
144     Don't try to read template.metadata from subdirectories (affects
145     initialize_database_defaults). [SME: 2690]
146    
147     * Fri Mar 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-9
148     - Allow template.metadata to be provided via a directory of
149     small files. [SME: 2690]
150     - Add support for a DELETE boolean template.metadata item. [SME: 2691]
151    
152     * Wed Feb 28 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-8
153     - Add gauge widget to esmith::console. [SME: 2579]
154    
155     * Sun Feb 25 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-7
156     - Default infobox height to 8 rows, and allow override via params.
157     [SME: 2560]
158    
159     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.18.0-6
160     - Really fix clear parameter for inputbox dialog screen [SME: 2533]
161    
162     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.18.0-5
163     - Fix clear parameter for dialog screens [SME: 2533]
164    
165     * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-4
166     - switch esmith::console::password_page() to use dialog rather than
167     whiptail. [SME: 2534]
168    
169     * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-3
170     - Add infobox widget. [SME: 2533]
171    
172     * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 1.18.0-2
173     - Fix backtitle spacing for new dialog menus [SME: 2328]
174    
175     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.18.0-1
176     - Roll stable stream. [SME: 2328]
177    
178     * Tue Dec 15 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.17.0-8
179     - Added the validatePassword function to esmith::util. [SME: 2100]
180    
181     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
182     - Update to new release naming. No functional changes.
183     - Make Packager generic
184    
185     * Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.17.0-06
186     - Allow optional path to peeers directory in
187     esmith::tcpsvd::configure_peers() [SME: 2086]
188    
189     * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-05
190     - Allow defaulno option to esmith::console::yesno.
191     - Fix I/O redirection in esmith::console::new.
192    
193     * Tue Nov 07 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-04
194     - Allow display of "0" in iesmith::cgi::genSmallCell. [SME: 2038]
195    
196     * Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-03
197     - Make dialog the default console app, with whiptail used only when
198     required.
199    
200     * Wed Oct 11 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-02
201     - Allow 'dialog' to be called from esmith::console. [SME: 1958]
202    
203     * Wed Oct 11 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-01
204     - Roll development branch.
205    
206     * Mon Sep 25 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-06
207     - Fix problem with greedy RE in template.metadata parsing. [SME: 1906]
208    
209     * Fri Sep 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-05
210     - Fix taint problem in template.metadata handling. [SME: 1906]
211    
212     * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-04
213     - Use "kudzu --probe --class network" for NIC detection. [SME: 727]
214    
215     * Fri Apr 7 2006 Gordon Rowell <gordonr@gormand.com.au> 1.16.0-03
216     - Don't call smbpasswd -e - setting the password is sufficient [SME: 1193]
217    
218     * Tue Mar 28 2006 Gordon Rowell <gordonr@gormand.com.au> 1.16.0-02
219     - Log previous contents of db entry in DELETE log [SME: 1066]
220    
221     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-01
222     - Roll to stable stream version number. [SME: 1016]
223    
224     * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 1.15.4-02
225     - Suppress warning from genSmallCell if text is undefined. [SME: 986]
226    
227     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.4-01
228     - Roll patches up to 1.15.3-42
229     - Trim changelog prior to 1.15.0-01 [SME: 828]
230    
231     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-42
232     - Adjust console title bar to 'SME Server' [SME: 726]
233    
234     * Tue Feb 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-41
235     - Reworded text for template-begin and change URL to /development/
236     rather than /custom/ [SME: 773]
237    
238     * Mon Feb 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.15.3-40
239     - Update URL in default template-begin fragment. [SME: 773]
240    
241     * Sat Feb 11 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-39
242     - Remove obsolete e-smith-lib-Tai64n package. [SME: 689]
243    
244     * Sat Feb 11 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-38
245     - [Null changelog for missing version - we accidentally skipped
246     this version.]
247    
248     * Sat Feb 11 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-37
249     - Fix get_all_by_prop in scalar context. [SME: 669,721]
250    
251     * Mon Feb 6 2006 Shad L. Lords <slords@mail.com> 1.15.3-37
252     - Add ability to pass many props to get_all_by_prop [SME: 669]
253    
254     * Mon Jan 23 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-36
255     - Fix warning during pseudonym deletion. [SME: 491]
256    
257     * Fri Jan 20 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-35
258     - Fix up use of Sys::Syslog::syslog. [SME: 526]
259    
260     * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-34
261     - Remove running of kudzu during NIC probing. TODO: Find a solution
262     to system reconfiguration when new hardware is added. [SME: 192]
263    
264     * Tue Jan 10 2006 Charlie Brady <charlieb@e-smith.com> 1.15.3-33
265     - Fold a.b.c.d/255.255.255.255 to a.b.c.d in local_access_spec() to
266     work around bugs in applications which don't accept such specs.
267     [SME: 430]
268    
269     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-32
270     - Check whether an accounts db record exists before trying to create
271     the dot and underscore pseudonyms (new_record will fail silently)
272     and check that the records are pseudonyms before deleting them [SME: 24]
273    
274     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-31
275     - And update POD for last change [SME: 24]
276    
277     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-30
278     - Allow dot and underscore in account names [SME: 24]
279    
280     * Tue Dec 27 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-29
281     - Remove newlines from cluck() string and just note that the old
282     path was used [SME: 365]
283    
284     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-28
285     - If db exists in both the old and new locations in
286     initialize_default_databases, rename the one in the new
287     location to db.time(), avoiding the conflict and saving the
288     evidence in case it is needed later [SME: 229]
289    
290     * Mon Dec 05 2005 Mark Knox <mark_knox@mitel.com>
291     - [1.15.3-27]
292     - Moved queueing logic to separate daemon, replaced with FIFO IPC [BZ252
293    
294     * Thu Dec 01 2005 Mark Knox <mark_knox@mitel.com>
295     - [1.15.3-26]
296     - Added event queueing (open source portion) for clustered systems [BZ250]
297    
298     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-25
299     - Bump release number only
300    
301     * Thu Nov 24 2005 Gordon Rowell <gordonr@e-smith.com>
302     - [1.15.3-24]
303     - Add missing 'use Locale::gettext' to esmith::console.pm [MN00108804]
304    
305     * Sun Nov 20 2005 Charlie Brady <charlieb@e-smith.com>
306     - [1.15.3-23]
307     - Clarify logic for stopped services in adjust-services. [SF: 1357629]
308    
309     * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
310     - [1.15.3-22]
311     - Correct adjust-services logic for stopped services [SF: 1357629]
312    
313     * Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com>
314     - [1.15.3-21]
315     - Allow services2adjust directories to contain files rather than just dangling
316     symlinks. Files can contain more than one actions to perform. [SF: 1270644]
317    
318     * Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com>
319     - [1.15.3-20]
320     - Also don't start services if we just want to "once" them. [SF: 1357629]
321    
322     * Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com>
323     - [1.15.3-19]
324     - Fix restart of enabled supervised services which we are attempting to stop.
325     [SF: 1357629]
326    
327     * Tue Nov 15 2005 Charlie Brady <charlieb@e-smith.com>
328     - [1.15.3-18]
329     - Set default for $type in esmith::cgi::genSmallCell, to prevent some log
330     noise. [SF: 1357830]
331    
332     * Tue Nov 15 2005 Charlie Brady <charlieb@e-smith.com>
333     - [1.15.3-17]
334     - Pass $EVENT to template expansions in generic_template_expand.
335     [SF: MN00106104]
336    
337     * Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com>
338     - [1.15.3-16]
339     - Redirect esmith::config calls on old db paths to the new
340     location [SF: 1335865]
341    
342     * Thu Oct 27 2005 Charlie Brady <charlieb@e-smith.com>
343     - [1.15.3-15]
344     - Fix a few minor spec file portability issues. [SF: 1339729]
345    
346     * Wed Oct 26 2005 Charlie Brady <charlieb@e-smith.com>
347     - [1.15.3-14]
348     - Add it and de to the langtag2locale fixups. [SF: 1338236]
349    
350     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
351     - [1.15.3-13]
352     - Build driver list from .ko files as well as .o files. Untaint driver
353     names while building list. [SF: 1323270]
354    
355     * Mon Sep 26 2005 Charlie Brady <charlieb@e-smith.com>
356     - [1.15.3-12]
357     - Fix "defaults" handling so that values which evaluate to false are
358     not overridden by default. [SF: 1303885]
359    
360     * Fri Sep 23 2005 Charlie Brady <charlieb@e-smith.com>
361     - [1.15.3-11]
362     - Untaint db names before attempting to move them. [MN00098405]
363    
364     * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
365     - [1.15.3-10]
366     - Provide networks method in esmith::NetworksDB. [SF: 1296099]
367     - Support a "localhost" configuration in esmith::tcpsvd:configure_peers
368     [SF: 1294719]
369    
370     * Tue Sep 20 2005 Charlie Brady <charlieb@e-smith.com>
371     - [1.15.3-09]
372     - Remove deprecated functions from esmith::utils. [SF: 1295851]
373     - Include only "network" records in local_access_spec. [SF: 1296099]
374    
375     * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
376     - [1.15.3-08]
377     - Remove warning about explicit path in esmith::db::_db_path.
378     [SF: 1286294]
379    
380     * Fri Sep 9 2005 Charlie Brady <charlieb@e-smith.com>
381     - [1.15.3-07]
382     - Tolerate, but warn about, symlinks in /home/e-smith. [SF: 1216546]
383    
384     * Fri Sep 9 2005 Charlie Brady <charlieb@e-smith.com>
385     - [1.15.3-06]
386     - Reduce the noise from _file_path() in esmith::DB::db. [SF: 1286294]
387    
388     * Wed Sep 7 2005 Charlie Brady <charlieb@e-smith.com>
389     - [1.15.3-05]
390     - Fix operation of expandTemplate when taint check is enabled.
391     [SF: 1284301]
392    
393     * Wed Aug 17 2005 Mark Knox <markk@e-smith.com>
394     - [1.15.3-04]
395     - Added open_local and open_ro_local methods for clustering [markk MN00094831]
396    
397     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
398     - [1.15.3-03]
399     - Fix POD error in util.pm.
400    
401     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
402     - [1.15.3-02]
403     - Move databases default location from /home/e-smith to /home/e-smith/db.
404     During esmith::utils::initialize_default_databases, move from old to new
405     location before doing db migrate actions. [SF: 1216546]
406    
407     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
408     - [1.15.3-01]
409     - Roll a new development stream - 1.15.3
410    
411     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
412     - [1.15.2-04]
413     - Remove broken MergeDB stuff. [SF: 1246315]
414    
415     * Wed Jul 27 2005 Mark Knox <markk@e-smith.com>
416     - [1.15.2-03]
417     - Fixed misleading comment in util.pm
418     - Added 'use' statements in Record classes for SOAP compatibility
419     - Fixed undefined max_len warning
420     - Added explicit writeconf calls in db::Record.pm, needed for setting props
421     via SOAP
422    
423     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
424     - [1.15.2-02]
425     - Allow db open API to use default path if a simple filename
426     is provided as arg. This is preparation for move of dbs to
427     /home/e-smith/db. Patch by Shad Lords.
428    
429     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
430     - [1.15.2-01]
431     - Roll new development stream - 1.15.2
432    
433     * Fri Jul 15 2005 Mark Knox <markk@e-smith.com>
434     - [1.15.1-44]
435     - Tweak to allow calling _writeconf from SOAP [markk MN00090738]
436    
437     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
438     - [1.15.1-43]
439     - Ensure that esmith::util::LdapPassword returns bare string without
440     newline terminator.
441    
442     * Sun Jun 12 2005 Charlie Brady <charlieb@e-smith.com>
443     - [1.15.1-42]
444     - Remove .rpmsave and .rpmnew symlinks (as well as files). [SF: 1217969]
445     - Handle missing description in pcitables entries.
446    
447     * Sun Jun 12 2005 Charlie Brady <charlieb@e-smith.com>
448     - [1.15.1-41]
449     - Provide feedback (via log messages) from services2adjust. [SF: 1218920]
450    
451     * Mon May 30 2005 Charlie Brady <charlieb@e-smith.com>
452     - [1.15.1-40]
453     - Add preinstall scripting to create required accounts/groups if they
454     don't already exist. [SF: 1210723]
455    
456     * Thu May 5 2005 Charlie Brady <charlieb@e-smith.com>
457     - [1.15.1-39]
458     - Show Text::Template error text rather than inappropriate $! if template
459     expansion fails.
460     - Change error to warning if a config item is set with an empty "type"
461     property.
462    
463     * Thu May 5 2005 Charlie Brady <charlieb@e-smith.com>
464     - [1.15.1-38]
465     - Fix esmith::DB::get_prop_and_delete fail if prop is "false" [From Gordon].
466    
467     * Tue May 3 2005 Charlie Brady <charlieb@e-smith.com>
468     - [1.15.1-37]
469     - Update directory list so that ethernet drivers from kernel-unsupported are
470     added to "choose by driver" list.
471    
472     * Sat Mar 19 2005 Charlie Brady <charlieb@e-smith.com>
473     - [1.15.1-36]
474     - Rework esmith::tcpsvd::configure_peers so that it doesn't chdir.
475     - Fix generic_template_expand so that templates.metadata doesn't
476     need to set OUTPUT_FILENAME is TEMPLATE_PATH is changed. This
477     matches what expand-template already does.
478    
479     * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
480     - [1.15.1-35]
481     - Change numerous calls to "croak" in esmith::template
482     to "carp ...; return", so that problem with any single
483     template expansion doesn't terminate calling program.
484     [MN00075009]
485    
486     * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
487     - [1.15.1-34]
488     - Add missing "use esmith::util" in esmith::tcpsvd.
489    
490     * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
491     - [1.15.1-33]
492     - Add esmith::tcpsvd library for managing tcpsvd "peers"
493     directories.
494    
495     * Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com>
496     - [1.15.1-32]
497     - Make template expansion message more succinct.
498    
499     * Thu Mar 10 2005 Charlie Brady <charlieb@e-smith.com>
500     - [1.15.1-31]
501     - Remove pseudonyms of pseudonyms when removing user
502     accounts. Adapted from patch submitted by Shad. [MN00039941]
503    
504     * Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com>
505     - [1.15.1-30]
506     - Fix incompatibility with CentOS's CGI.pm.
507    
508     * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
509     - [1.15.1-29]
510     - Fix bug in output to empty file when FILTER is used
511     during template expansion. [charlieb MN00050075]
512    
513     * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
514     - [1.15.1-28]
515     - Refresh contents of /etc/sysconfig/hwconf before listing
516     network adaptors [MN00069993]
517     - Fix typo in documentation of esmith::DB::db - reported from Tanna -
518     http://www.livejournal.com/users/gcrumb/61169.html (thanks Dan!)
519    
520     * Wed Feb 16 2005 Charlie Brady <charlieb@e-smith.com>
521     - [1.15.1-27]
522     - Fix typo. [MN00066059]
523    
524     * Wed Feb 16 2005 Charlie Brady <charlieb@e-smith.com>
525     - [1.15.1-26]
526     - Use /sbin/e-smith/whiptail if it is available. [MN00066059]
527    
528     * Mon Feb 7 2005 Charlie Brady <charlieb@e-smith.com>
529     - [1.15.1-25]
530     - Update perms and ownership when expanding templates, regardless of
531     whether file content has changed or not. [MN00068043]
532    
533     * Wed Feb 2 2005 Charlie Brady <charlieb@e-smith.com>
534     - [1.15.1-24]
535     - Fix the insertion of implicit actions into sorted action list in
536     event.pm. Problem was perl syntax ambiguity. [MN00066406]
537    
538     * Fri Jan 28 2005 Charlie Brady <charlieb@e-smith.com>
539     - [1.15.1-23]
540     - Really move /home/e-smith/* to e-smith-base. [MN00066635]
541    
542     * Fri Jan 28 2005 Charlie Brady <charlieb@e-smith.com>
543     - [1.15.1-22]
544     - Move /home/e-smith/* to e-smith-base. [MN00066635]
545     - Move generic-template expand to S05 position in sort, and
546     adjust-service to S90. Fix run-time error. [MN00066406]
547     - Don't attempt to execute non-executable action scripts.
548    
549     * Thu Jan 27 2005 Charlie Brady <charlieb@e-smith.com>
550     - [1.15.1-21]
551     - Implicitly include template expand and services adjust actions
552     in each event if the respective metadata directory exists.
553     [MN00066406]
554    
555     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
556     - [1.15.1-20]
557     - Add "adjust" to list of verbs which serviceControl groks,
558     to allow for "masq adjust". [MN00065576]
559    
560     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
561     - [1.15.1-19]
562     - Add adjust-services generic action script [MN00065576]
563    
564     * Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com>
565     - [1.15.1-18]
566     - Fix typo. [MN00064412]
567     - Improve die() message in esmith::config::STORE. [MN00064394]
568    
569     * Mon Jan 17 2005 Charlie Brady <charlieb@e-smith.com>
570     - [1.15.1-17]
571     - Fix broken logging (and reduce logging) in initialize_default_databases.
572     [MN00064412]
573     - Fix inappropriate use of global $_ in initialize_default_databases.
574     [MN00064415]
575    
576     * Thu Dec 23 2004 Charlie Brady <charlieb@e-smith.com>
577     - [1.15.1-16]
578     - Read templated file metadata (if any) from file tree under
579     /etc/e-smith/templates.metadata. Update expand-template to
580     use current API. [MN00061830]
581    
582     * Tue Dec 14 2004 Mark Knox <markk@e-smith.com>
583     - [1.15.1-15]
584     - Change copyright date to 2004 [markk MN00060958]
585    
586     * Fri Nov 5 2004 Charlie Brady <charlieb@e-smith.com>
587     - [1.15.1-14]
588     - Fix Authen::PAM dependency header [charlieb MN00040240]
589     - Use kudzu's generated /etc/sysconfig/hwconf file for NIC detection
590     [charlieb MN00056220]
591    
592     * Thu Oct 14 2004 Michael Soulier <msoulier@e-smith.com>
593     - [1.15.1-13]
594     - Updated esmith::ethernet's search code to remove File::Find, as it doesn't
595     get along with taint checking. [msoulier MN00052510]
596    
597     * Wed Oct 13 2004 Michael Soulier <msoulier@e-smith.com>
598     - [1.15.1-12]
599     - Updated esmith::ethernet's search code such that is it more adaptable, and
600     recurses the directories given. [msoulier MN00052510]
601    
602     * Wed Oct 13 2004 Michael Soulier <msoulier@e-smith.com>
603     - [1.15.1-11]
604     - Updated esmith::ethernet's search paths for network drivers.
605     [msoulier MN00052510]
606    
607     * Mon Oct 4 2004 Charlie Brady <charlieb@e-smith.com>
608     - [1.15.1-10]
609     - Remove dependency on perl(Filter::Handle) [charlieb MN00050075]
610    
611     * Fri Sep 24 2004 Charlie Brady <charlieb@e-smith.com>
612     - [1.15.1-09]
613     - Updated requires with new perl dependencies. [msoulier MN00040240]
614     - Remove "AutoReqProv: no" so that "Provides" headers are auto-generated.
615     [charlieb MN00040240]
616     - Remove anachronistic "require v5.6.0" directives. [charlieb MN00050370]
617     - Avoid use of Filter::Handle in esmith::template. [charlieb MN00050075]
618    
619     * Fri Aug 27 2004 Michael Soulier <msoulier@e-smith.com>
620     - [1.15.1-08]
621     - Added esmith::util::network::isValidEmail function. [msoulier MN00023814]
622    
623     * Thu Aug 26 2004 Michael Soulier <msoulier@e-smith.com>
624     - [1.15.1-07]
625     - Added svdisable to permissible actions in serviceControl.
626     [msoulier MN00043056]
627    
628     * Tue Aug 10 2004 Michael Soulier <msoulier@e-smith.com>
629     - [1.15.1-06]
630     - Fixed new methods. Bad else case. [msoulier MN00044891]
631    
632     * Fri Aug 6 2004 Michael Soulier <msoulier@e-smith.com>
633     - [1.15.1-05]
634     - Added a keys() method. [msoulier MN00041968]
635    
636     * Fri Aug 6 2004 Michael Soulier <msoulier@e-smith.com>
637     - [1.15.1-04]
638     - Added set_prop and set_value methods in esmith::DB. [msoulier MN00044891]
639    
640     * Tue Jul 20 2004 Michael Soulier <msoulier@e-smith.com>
641     - [1.15.1-03]
642     - Undeprecated esmith::util::serviceControl. [msoulier MN00043056]
643    
644     * Fri Jun 25 2004 Tony Clayton <apc@e-smith.com>
645     - [1.15.1-02]
646     - Merge language_tag2locale() function from perl-I18N-LangTags [tonyc
647     MN00040170]
648    
649     * Fri May 28 2004 Michael Soulier <msoulier@e-smith.com>
650     - [1.15.1-01]
651     - Rolling to collect patches.
652    
653     * Fri May 28 2004 Michael Soulier <msoulier@e-smith.com>
654     - [1.15.0-23]
655     - Reordered the create code slightly to catch more errors.
656     [msoulier MN00035059]
657    
658     * Fri May 28 2004 Michael Soulier <msoulier@e-smith.com>
659     - [1.15.0-22]
660     - Added yet more error handling and reporting. [msoulier MN00035059]
661    
662     * Fri May 28 2004 Michael Soulier <msoulier@e-smith.com>
663     - [1.15.0-21]
664     - Fixed one $Error reference that I missed in the last rev.
665     [msoulier MN00035059]
666    
667     * Fri May 28 2004 Michael Soulier <msoulier@e-smith.com>
668     - [1.15.0-20]
669     - Moved error handling from esmith::DB::db to esmith::DB, since it should not
670     be database implementation specific. [msoulier MN00035059]
671    
672     * Fri May 28 2004 Michael Soulier <msoulier@e-smith.com>
673     - [1.15.0-19]
674     - Propagated migration failures up to calling code for reporting to syslog.
675     - Propagated creation failures up to calling code.
676     - Moved lexicon $Error in esmith::DB::db to a class property so it can be used
677     by subclasses. [msoulier MN00035059]
678    
679     * Thu May 27 2004 Michael Soulier <msoulier@e-smith.com>
680     - [1.15.0-18]
681     - Changed print statements to calls to the logger. [msoulier MN00035059]
682    
683     * Thu May 27 2004 Michael Soulier <msoulier@e-smith.com>
684     - [1.15.0-17]
685     - Added print statements to initialize-default-databases for post-install
686     debugging. [msoulier MN00035059]
687    
688     * Fri May 7 2004 Michael Soulier <msoulier@e-smith.com>
689     - [1.15.0-16]
690     - Fixed migrate to report the caught error message. [msoulier MN00032503]
691    
692     * Thu May 6 2004 Michael Soulier <msoulier@e-smith.com>
693     - [1.15.0-15]
694     - Added isValidHostname function to esmith::util::network.
695     [msoulier MN00024212]
696    
697     * Fri Feb 13 2004 Michael Soulier <msoulier@e-smith.com>
698     - [1.15.0-14]
699     - Greatly simplified the _mysystem function by ripping out open3.
700     [msoulier dpar-20385]
701    
702     * Fri Feb 13 2004 Michael Soulier <msoulier@e-smith.com>
703     - [1.15.0-13]
704     - Backed-out change in esmith::util, as it's non-trivial there with the exec.
705     Completed update of esmith::event, and separated the esmith::Logger class.
706     [msoulier dpar-20385]
707    
708     * Fri Feb 13 2004 Michael Soulier <msoulier@e-smith.com>
709     - [1.15.0-12]
710     - Removed use of the logger entirely, replacing it with an abstracted
711     interface to the Sys::Syslog module. [msoulier dpar-20385]
712    
713     * Thu Jan 8 2004 Michael Soulier <msoulier@e-smith.com>
714     - [1.15.0-11]
715     - Fixed esmith::util::network::isValidIP() so valid IP substrings no longer
716     return true values. [msoulier 9308]
717    
718     * Thu Jan 8 2004 Michael Soulier <msoulier@e-smith.com>
719     - [1.15.0-10]
720     - Added a check in STORE in esmith::config for invalid attempts to set a value
721     without a type. Also escalated previous warnings for undef key and value to
722     fatal exceptions. [msoulier 7386]
723    
724     * Thu Jan 8 2004 Michael Soulier <msoulier@e-smith.com>
725     - [1.15.0-09]
726     - Now trimming whitespace around keys and values during esmith::config STORE
727     events, to prevent invalid keys and values from being saved. [msoulier 7021]
728    
729     * Mon Jan 5 2004 Michael Soulier <msoulier@e-smith.com>
730     - [1.15.0-08]
731     - Fixed POD around merge_props. [msoulier 9482]
732    
733     * Fri Nov 7 2003 Tony Clayton <apc@e-smith.com>
734     - [1.15.0-07]
735     - And again [tonyc 10569]
736    
737     * Fri Nov 7 2003 Tony Clayton <apc@e-smith.com>
738     - [1.15.0-06]
739     - Change Merge API a bit, fix pod [tonyc 10569]
740    
741     * Fri Nov 7 2003 Tony Clayton <apc@e-smith.com>
742     - [1.15.0-05]
743     - Add esmith::DB::Merge library [tonyc 10569]
744    
745     * Fri Oct 10 2003 Michael Soulier <msoulier@e-smith.com>
746     - [1.15.0-04]
747     - Fixed AccountsDB.pm to handle group names with hyphens and periods, to match
748     the error message in the groups panel, and the rest of the group/user
749     behaviour. [msoulier 10236]
750    
751     * Sun Sep 21 2003 Charlie Brady <charlieb@e-smith.com>
752     - [1.15.0-03]
753     - Skip any directries when iterating over action scripts in esmith::event.
754     Add logfile timestamp symlinking to generic_template_expand action.
755     Use templates2expand and logfiles2timestamp subdirectories of the event
756     directory. Fix shebang line. [charlieb 10035]
757    
758     * Thu Sep 18 2003 Charlie Brady <charlieb@e-smith.com>
759     - [1.15.0-02]
760     - Add generic_template_expand action. [charlieb 10035]
761    
762     * Thu Sep 18 2003 Charlie Brady <charlieb@e-smith.com>
763     - [1.15.0-01]
764     - Changing version to development stream number - 1.15.0
765    
766     %prep
767     %setup
768 vip-ire 1.2 %patch0 -p1
769 vip-ire 1.3 %patch1 -p1
770 wellsi 1.5 %patch2 -p1
771 vip-ire 1.6 %patch3 -p1
772 slords 1.1
773     %pre
774     #--------------------------------------------------
775     # add admin, public and www user accounts
776     #--------------------------------------------------
777     /usr/sbin/groupadd \
778     -g 500 shared 2>/dev/null || :
779 slords 1.8 /usr/sbin/groupadd \
780     -g 102 -o www 2>/dev/null || :
781 slords 1.1 /usr/sbin/useradd \
782 slords 1.8 -u 102 -g 102 -o -c 'e-smith web server' -d /home/e-smith \
783 slords 1.1 -G shared -M -s /bin/false www 2>/dev/null || :
784     /usr/sbin/useradd \
785     -u 101 -c 'e-smith administrator' -d /home/e-smith \
786     -G shared,root,www -M -s /sbin/e-smith/console admin 2>/dev/null || :
787     /usr/sbin/useradd \
788     -u 103 -c 'e-smith guest' -d /home/e-smith \
789     -G shared -M -s /bin/false public 2>/dev/null || :
790     /usr/sbin/useradd \
791     -u 1002 -c 'sme log user' -d /var/log/smelog \
792     -M -s /bin/false smelog 2>/dev/null || :
793    
794     exit 0
795    
796     %post
797    
798     %build
799     for event in post-install post-upgrade bootstrap-console-save console-save
800     do
801     mkdir -p root/etc/e-smith/events/$event
802     done
803     perl createlinks
804    
805     %install
806     rm -rf $RPM_BUILD_ROOT
807     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
808     rm -f %{name}-%{version}-%{release}-filelist
809     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
810     >%{name}-%{version}-%{release}-filelist
811     echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
812     echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
813     echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
814    
815     %clean
816     rm -rf $RPM_BUILD_ROOT
817    
818     %files -f %{name}-%{version}-%{release}-filelist
819     %defattr(-,root,root)

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