/[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.17 - (hide annotations) (download)
Thu Oct 28 04:13:03 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-15_el7_sme
Changes since 1.16: +7 -2 lines
* Thu Oct 28 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-15.sme
- add support for service with instances [SME: 11723]

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

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