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