/[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.12 - (hide annotations) (download)
Thu Nov 26 18:02:12 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-11_el7_sme
Changes since 1.11: +5 -2 lines
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
- remove error when sending sighup event [SME: 11177]

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

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