/[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.13 - (show annotations) (download)
Fri Jan 1 23:22:03 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-12_el7_sme
Changes since 1.12: +10 -2 lines
* Fri Jan 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
- add support for signals SIG* with systemd [SME: 11177]
  fix typo for reload-or-try-restart
  unsupervised services: really stop when disabled and start stopped enabled ones

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

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