/[smeserver]/rpms/e-smith-lib/sme10/e-smith-lib.spec
ViewVC logotype

Annotation of /rpms/e-smith-lib/sme10/e-smith-lib.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download)
Mon Jul 18 07:53:38 2016 UTC (7 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-3_el7_sme
Changes since 1.3: +9 -3 lines
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- fix mysqld to mariadb [SME: 9438]
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.
  Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
  Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or ....

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

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