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