/[smeserver]/rpms/e-smith-lib/sme9/e-smith-lib.spec
ViewVC logotype

Annotation of /rpms/e-smith-lib/sme9/e-smith-lib.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.11 - (hide annotations) (download)
Thu May 9 14:52:50 2013 UTC (11 years, 1 month ago) by wellsi
Branch: MAIN
Changes since 1.10: +3 -2 lines
Update Changelog

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

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