/[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.2 - (hide annotations) (download)
Wed Oct 31 23:08:42 2007 UTC (16 years, 7 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-lib-1_18_0-17_el4_sme
Changes since 1.1: +7 -1 lines
Updates

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

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