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

Contents of /rpms/e-smith-lib/sme8/e-smith-lib.spec

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


Revision 1.17 - (show annotations) (download)
Tue Oct 7 18:41:10 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-2_2_0-1_el5_sme
Changes since 1.16: +6 -1 lines
New streams

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

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