/[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.11 - (hide annotations) (download)
Tue Nov 17 16:48:09 2020 UTC (3 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-10_el7_sme
Changes since 1.10: +12 -2 lines
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
- allow more systemctl controls [SME: 11177]
  convert unrecognized signals from service2adjust in events for systemd
  handle unsupervised services the same way supervised were in adjust-services
- create e-smith-lib-event [SME: 11141]

* Thu Dec 12 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
- add support for systemctl reload-or-restart, try-restart, enable -now  [SME: 10848]

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

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