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

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