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

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

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


Revision 1.15 - (hide annotations) (download)
Tue Oct 7 18:41:09 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-2_0_0-1_el4_sme
Changes since 1.14: +7 -56 lines
New streams

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

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