/[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.5 - (show annotations) (download)
Sat Jul 23 06:15:43 2016 UTC (7 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-4_el7_sme
Changes since 1.4: +10 -4 lines
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- fix service name  syslog to rsyslog [SME: 9691]

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

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