/[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.18 - (hide annotations) (download)
Sat Feb 20 12:24:56 2010 UTC (14 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-lib-2_0_0-4_el4_sme, HEAD
Changes since 1.17: +7 -2 lines
* Sat Feb 20 2010 Jonathan Martens <smesevrer-bugzilla@snetram.nl> 2.0.0-4.sme
- Add patch (Federico Simoncelli) to prevent re-use of uids. [SME: 4969]

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

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