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

Annotation 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.20 - (hide annotations) (download)
Tue Jul 11 02:49:10 2023 UTC (10 months, 3 weeks ago) by trevorb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +3 -34 lines
revert removal of e-smith package

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

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