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

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

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


Revision 1.2 - (show annotations) (download)
Thu Jan 31 17:33:44 2013 UTC (11 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-2_el6_sme
Changes since 1.1: +8 -2 lines
* Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
- Stop using kudzu for NIC detection [SME: 3596]

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

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