/[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.19 - (show annotations) (download)
Wed Dec 9 23:49:22 2009 UTC (14 years, 6 months ago) by charliebrady
Branch: MAIN
Changes since 1.18: +7 -2 lines
Don't re-use uids when adding users. Bug 5659.

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