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