/[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.23 - (hide annotations) (download)
Wed Oct 25 07:22:06 2017 UTC (6 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-18_el6_sme, HEAD
Changes since 1.22: +5 -4 lines
* Wed Oct 25 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-18.sme
- Revert prev change regarding tap_soft, as it's not needed [SME: 10444]

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

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