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

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

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


Revision 1.1 - (hide annotations) (download)
Fri Jan 25 16:28:41 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-1_el6_sme
Initial import

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

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