/[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.17 - (hide annotations) (download)
Mon Mar 17 00:15:20 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-13_el6_sme
Changes since 1.16: +7 -2 lines
* Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> 2.4.0-13.sme
- Add textbox() to console.pm, getLicenseFile to util.pm [SME: 8264]

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