/[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.9 - (hide annotations) (download)
Sun Mar 30 22:45:36 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-1_18_0-24_el4_sme
Changes since 1.8: +6 -1 lines
* Sun Mar 30 2008 Shad L. Lords <slords@mail.com> 1.18.0-24
- Gracefully handle encoding errors in navigation dbs [SME: 4147]

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

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