/[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.16 - (hide annotations) (download)
Tue Apr 20 03:25:45 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-2_6_0-14_el7_sme
Changes since 1.15: +2 -1 lines
* Mon Apr 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-14.sme
- update copyright dates, and make it easier to change from spec file [SME: 11570]

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

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