/[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.9 - (hide annotations) (download)
Sun May 5 05:53:12 2013 UTC (11 years, 1 month ago) by wellsi
Branch: MAIN
Changes since 1.8: +2 -1 lines
Changelog correction

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

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