/[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.14 - (show annotations) (download)
Sat Jan 2 06:45:27 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-13_el7_sme
Changes since 1.13: +7 -2 lines
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
- partial revert of signals [SME: 11177]
  signal s not passed to runit services (dnscache*, qmail, qpsmtpd...)
  services handled by systemd crash if they do not have Restart=always defined

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

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