/[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.15 - (show annotations) (download)
Sat Nov 30 11:13:03 2013 UTC (10 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-11_el6_sme
Changes since 1.14: +7 -2 lines
* Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme
- Remove the "swap interface" feature [SME: 7993]

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

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