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

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

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


Revision 1.6 - (show annotations) (download)
Thu Aug 4 07:28:29 2016 UTC (7 years, 9 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-5_el7_sme
Changes since 1.5: +8 -2 lines
* Thu Aug 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
- fix console startup display [SME: 9352]

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

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