/[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.9 - (show annotations) (download)
Wed Oct 25 07:18:48 2017 UTC (6 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-8_el7_sme
Changes since 1.8: +5 -4 lines
* Wed Oct 25 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme
- Revert prev change regarding tap_soft, as it's not needed [SME: 10445]

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

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