/[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.2 - (hide annotations) (download)
Thu Jul 14 21:11:13 2016 UTC (7 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-2_el7_sme
Changes since 1.1: +8 -4 lines
* Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-2.sme
- fix esmith::util::serviceControl to manage systemd service [SME: 9660]
- Added e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch

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

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