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