/[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.21 - (hide annotations) (download)
Tue Jan 12 21:55:13 2016 UTC (8 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-16_el6_sme
Changes since 1.20: +8 -2 lines
* Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-16.sme
- Adjust regex so adjust-service accepts sigusr1 and sigusr2 from files
  [SME: 9184]

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

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