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

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