/[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.22 - (hide annotations) (download)
Mon Oct 23 07:30:28 2017 UTC (6 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-17_el6_sme
Changes since 1.21: +8 -2 lines
* Mon Oct 23 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme
- Skip tap_soft interfaces (eg SoftEther, code from Hsing-Foo Wang)
  [SME: 10444]

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

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