/[smeserver]/rpms/e-smith-base+ldap/sme8/e-smith-base+ldap.spec
ViewVC logotype

Contents of /rpms/e-smith-base+ldap/sme8/e-smith-base+ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Apr 1 16:58:55 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-2_el5_sme
Changes since 1.1: +8 -3 lines
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2
- Add free/busy URL entry to help kronolith contribs [SME: 1806]

1 Summary: e-smith server and gateway - base module
2 %define name e-smith-base+ldap
3 Name: %{name}
4 %define version 4.19.1
5 %define release 2
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GPL
9 Group: Networking/Daemons
10 Source: %{name}-%{version}.tar.gz
11 Patch1: e-smith-base+ldap-4.19.1-ldap.patch
12 Patch2: e-smith-base-4.18.1-insertmode.patch
13 Patch3: e-smith-base+ldap-4.19.1-freebusy.patch
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 Requires: mod_auth_external
16 Requires: e-smith-lib >= 1.18.0-19
17 Requires: server-manager-images, server-manager
18 Requires: e-smith-formmagick >= 1.4.0-9
19 Requires: initscripts >= 6.67-1es17
20 Requires: e-smith-daemontools >= 1.7.1-04
21 Requires: perl(Locale::gettext)
22 Requires: perl(Crypt::Cracklib)
23 Requires: perl(Date::Manip)
24 Requires: perl(Data::UUID)
25 Requires: perl(Net::IPv4Addr)
26 Requires: /usr/sbin/irqbalance
27 Requires: /usr/sbin/cpuspeed
28 Requires: /sbin/microcode_ctl
29 Requires: dbus
30 Requires: hal
31 Requires: acpid
32 Requires: whiptail
33 Requires: rssh
34 Requires: bridge-utils
35 Requires: vconfig
36 Requires: e-smith-bootloader
37 Requires: mdadm
38 Requires: pv
39 Requires: pam_abl
40 Conflicts: e-smith-manager < 1.13.1-04
41 Conflicts: e-smith-apache < 1.2.0-02
42 Obsoletes: rlinetd, e-smith-mod_ssl
43 Obsoletes: e-smith-serial-console
44 Obsoletes: sshell
45 Obsoletes: e-smith-rp-pppoe
46 Obsoletes: e-smith-base
47 Provides: e-smith-base = 4.18.1-5
48 Obsoletes: e-smith-ldap
49 Provides: e-smith-ldap = 4.12.0-9
50 Requires: nss_ldap
51 Requires: e-smith-samba+ldap
52 Requires: cpu
53 %if "%{?rhel}" == "5"
54 Obsoletes: perl-Data-UUID
55 %endif
56 BuildRequires: perl, perl(Test::Inline) >= 0.12
57 BuildRequires: e-smith-devtools >= 1.13.1-03
58 BuildRequires: gettext
59 %ifarch i386
60 Requires: apmd
61 %endif
62
63 %define dbfiles accounts configuration domains hosts networks
64 AutoReqProv: no
65
66 %description
67 e-smith server and gateway software - base module.
68
69 %changelog
70 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2
71 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
72
73 * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 4.19.1-1
74 - Re-base off of e-smith-base-1.18.1 & e-smith-ldap-4.12.0
75 - Roll to development stream numbering
76
77 * Sat Mar 29 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf05
78 - Fix some bugfixes to ldap authentication [SME: 1543]:
79 - In ldap-delete, $domain is compulsory to compute ldap base.
80 - In ldap-init-accounts, add absolute paths for consistency.
81 - Assure that ssl is not locally used (/etc/ldap.conf/10ssl).
82 - Temporary fix ldap access issue (/etc/ldap.conf/55initgroups_ignoreusers):
83 it seems that slapd cannot start as ldap user because ldap user
84 information is not avaiable. This seems to be caused by bad nss
85 configuration (ldap is looked up first) cf [SME: 3439].
86 - Remove cpu groupdel call from group-delete-unix because cpu delete
87 group with previous userdel call and this reach to an error.
88
89 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf04
90 - As ldap replication and bdb seems to meet instability with openldap
91 2.2, for now remove them from the package. They should be reintroduced
92 when openldap will be updated to 2.3. [SME: 3444]
93
94 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf03
95 - Bugfix to e-smith-base+ldap-4.18.0-domain_change.patch. [SME: 1543]
96
97 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf02
98 - Remove /etc/e-smith/templates/etc/smb.conf/11ldapScripts and
99 /etc/e-smith/templates/etc/smb.conf/11passdbBackend of fix conflicts
100 with e-smith-samba+ldap. [SME: 1543]
101
102 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf01
103 - Sync with e-smith-base-4.18-99.
104
105 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-09
106 - Use localhost for ldap.conf and cpu.conf, and for directory panel
107 accesses. There's no point in wasting CPU on SSL over a loopback
108 connection. [SME: 1543]
109
110 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-08
111 - Sync with recent updates to e-smith-ldap:
112 - Fix format error in ldif template. [SME: 3107]
113 - Don't tell slapd to create pid and args files that we don't need
114 and don't use (and can't create with later openldap version).
115 [SME: 2477]
116 - Make success/failure messages standard [SME: 2289]
117
118 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-07
119 - Avoid use of slapcat to determine previous domain name - won't
120 work if ldap backend storage configuration has changed. We use
121 readlink instead.
122
123 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-06
124 - Add initial support for master->slave replication (from Sebastien).
125 [SME: 3444]
126
127 * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-05
128 - Updated patch from Sebastien (simplify calls to 'cpu'). [SME: 1543]
129
130 * Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-04
131 - Remove obsolete comment headers about tech support being available
132 from Mitel's website.
133
134 * Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-03
135 - Incorporate Sebastien's patches. [SME: 1543]
136
137 * Sat Sep 29 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf03
138 - Change ldap backend from ldbm to bdb:
139 - "The Berkeley Database backend is the prefered database backend to use with
140 OpenLDAP. However, it requires a lot of (correct) configuration in order
141 for the backend to perform well." (mainly /var/lib/ldap/DB_CONFIG file
142 addition);
143 - bdb or hdb backend is compulsory for syncrepl replication with openldap 2.2
144 and advised with openldap 2.3.
145 - /home/e-smith/db/ldap/ldif/ template now initialize ldap domain only.
146 - ldap-init-accounts action is no longer associed with post-upgrade and
147 post-install events (thus any events), it is now called by /service/ldap/run
148 only.
149
150 * Fri Sep 28 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf02
151 - Correction of schema checking issues (incompatibilities between "account"
152 and "organizationalPerson" objectClass, lack of "organizationalPerson" and
153 "inetOrgPerson" objectClass needed by several attributes like "street").
154 - Move person relative ldap information (ie information added to ldap directory
155 by ldap-update action) to ou=People organizational unit.
156 - Organization units summary :
157 - ou=Users is now only used to store unix/samba/etc user relative
158 informations;
159 - ou=People correspond to person relative information (like contacts in mail
160 clients);
161 - ou=Groups is used to store unix/samba groups.
162
163 * Thu Sep 13 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf01
164 - Correct cpu bad behaviour (cpu usermod called without option -G remove all
165 user's supplementary groups and -G option need at least one argument).
166 - Remove "passwd -l" call from user-create-unix action because cpu create an
167 already locked user.
168 - Redirect slapd logs to /var/log/slapd to keep /var/log/messages easily
169 readable.
170
171 * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-02
172 - Merge patch incorporating updates to e-smith-base through 4.18.0-65.
173
174 * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-01
175 - Roll new tarball, incorporating all patches (4.17.0-02 through
176 4.17.0-46sf03).
177
178 * Tue Aug 28 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf03
179 - Unix/Samba users/groups are now stored, in addition to sme db, in ldap
180 directory. [SME: 1543]
181 - Events and actions relative to "Users", "Groups" and "Directory"
182 server-manager panels of have been updated (patches 20 and 21 should no
183 longer be applied).
184 - Add ldap-init-accounts action to initialize unix/samba accounts and samba
185 group mappings.
186 - Add ldap.pm to factorize ldap function code.
187 - Actions user-lock-passwd, group-modify-unix, user-modify-unix and
188 update-passwd are no longer called during post-upgrade and
189 bootstrap-console-save events.
190
191 * Wed Aug 8 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf02
192 - Slapd now uses a copy of /home/e-smith/ssl.pem self-signed certificate,
193 located in /var/service/ldap/ssl, as server certificate. [SME: 3169]
194
195 * Mon Jul 23 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf01
196 - Configure slapd, PAM, NSS and common clients (like ldapsearch) to use TLS
197 with server certificate. [SME: 3169]
198 - Server certificate has to be done manually.
199 - Port 389 (unsecured access to slapd) is still open for compatibility
200 concerns.
201
202 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
203 - Clean up spec so package can be built by koji/plague
204
205 * Mon Dec 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-46
206 - Add pam_abl config to tui-auth configuration.
207
208 * Fri Dec 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-45
209 - Fix template expansion of {tui,gui}-conf pam.d files [MN00162892]
210 - fix password section of tui-conf pam.d file. [MN00162897]
211
212 * Fri Dec 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-44
213 - Fix sed script problem in ldap run script which broken change
214 of primary domain.
215
216 * Fri Dec 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-43
217 - Remove diald service default fragments - no longer required.
218
219 * Fri Dec 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-42
220 - Fix set_prop method call in 10EnableMasq migrate fragment.
221
222 * Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-41
223 - Configure sshd to use PAM for password auth (via "UsePAM" set to
224 "yes").
225
226 * Thu Nov 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-40
227 - Fix typo (nss_base_passwd in place of nss_base_group) in ldap.conf.
228
229 * Mon Nov 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-39
230 - Fix template expansion of {tui,gui}-conf pam.d files.
231 - Create empty /var/run/abl directory for pam_abl state databases.
232
233 * Mon Nov 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-38
234 - Remove obsolete templates.metadata file for diald init script.
235
236 * Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-37
237 - Add LDAP container ou for user records with passcodes.
238
239 * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-36
240 - Fix GATEWATDEV so that serveronly mode has correct routing. [SME: 2068]
241
242 * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-35
243 - Fix post-install warning from EnableMasq migrate fragment.
244
245 * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-34
246 - remove console.pm, which overlaps with file in e-smith-lib RPM.
247
248 * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-33
249 - Removed remnants of earlier console refactor attempt.
250 - Add default config properties for pppoe service.
251 - Remove special case code in console config wizard for 'smb' service.
252
253 * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-32
254 - Bug fixes in bootstrap-console.
255 - Change "restore from backup" default to "no"
256 - Use links rather than lynx to access manager from console.
257
258 * Thu Nov 09 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-31
259 - Add support for use of pam_tally and/or pam_abl modules. Both
260 are disabled by default.
261
262 * Thu Nov 09 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-30
263 - Complete removal of server-manager templates (this time for sure, Rocky!).
264 [SME: 2023]
265
266 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-29
267 - Fix typo in ldap.conf templates.
268
269 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-28
270 - Complete removal of server-manager templates. [SME: 2023]
271
272 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-27
273 - Add configuration files for tui apps to authenticate v ldap.
274
275 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-26
276 - Correct permissions on slapd.conf. [SME: 2037]
277
278 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-25
279 - Remove server-manager templates and scripts - move to e-smith-manager.
280 [SME: 2023]
281
282 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-24
283 - Update ldap schema so that user records are contained within
284 ou=Users,... and groups within ou=Groups,...
285
286 * Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-23
287 - Remove dangling group/useraccounts symlinks.
288
289 * Tue Oct 24 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-22
290 - Remove user and group create/modify/delete stuff. Those bits can
291 be re-added if required in a different RPM.
292
293 * Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-21
294 - Combine dhcp client, pppoe, dialup and static WAN connections into
295 "wan" service. [SME 1795]
296
297 * Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-20
298 - Add missing include of Locale::gettext in two of the esmith::console::*
299 modules.
300
301 * Fri Oct 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-19
302 - Fix taint issues in perform_restore.pm.
303
304 * Fri Oct 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-18
305 - Add a bootstrap-console restore from removable storage option.
306
307 * Thu Oct 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-17
308 - Refactor console considerably.
309
310 * Wed Oct 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-16
311 - Remove deprecated %conf use in console (port from e-smith-base-4.17.0-05).
312
313 * Mon Oct 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-15
314 - Remove special "keep" options, and use --default-item feature
315 of dialog's menu widget in its place.
316
317 * Mon Oct 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-14
318 - Include esmith::console.pm, modified to run with dialog rather
319 than whiptail. Currently clashes with e-smith-lib, and must
320 be installed with --force.
321
322 * Thu Oct 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-13
323 - Change ldap run script so that base dn is rewritten in existing
324 directory data when domain name is changed.
325
326 * Fri Sep 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-12
327 - More updates to ldif template.
328
329 * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-11
330 - Enable schema checking. Update ldif templates to ensure valid
331 directory contents before adding users/groups.
332
333 * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-10
334 - pam_ldap changes to allow password change by root.
335
336 * Wed Sep 27 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-09
337 - Add acls to slapd.conf
338 - Update actions to use cpu for {user,group}{add,del,mod}.
339 - Update /etc/pam.d/passwd templates.
340
341 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-08
342 - Update actions to use smbldap-{user,group}{add,del,mod}.
343
344 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-07
345 - Fix warnings during template expansion.
346
347 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-06
348 - Fix typo in nss_ldap dependency.
349
350 * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-05
351 - Configure nsswitch.conf and pam for ldap authentication.
352
353 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-04
354 - Add samba schema to ldap configuration.
355
356 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-03
357 - Fix templated config for smbldap_tools.
358
359 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-02
360 - Update Obsoletes/Provides headers to allow upgrade.
361 - Add templated config for smbldap_tools.
362
363 * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-01
364 - Include e-smith-ldap content, as base for LDAP authentication development.
365
366 * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
367 - Menu text in console is incorrect for RAID5 installs. [SME: 404]
368
369 * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
370 - Modify user create page to show henry:miller not henry_miller. [SME: 531]
371
372 * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
373 - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
374
375 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
376 - Allow for admin account when locking null passwords, and perform
377 check in post-upgrade so that the password screen will be presented
378 after the reboot [SME: 1529]
379
380 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
381 - Correct argument ordering in last change [SME: 790, SME: 1541]
382
383 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
384 - Increase cert serial number when new certificate is generated. [SME: 790]
385
386 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
387 - Change ssl.crt template so that cert is regenerated if issuer information
388 has changed. [SME: 1484]
389
390 * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
391 - Change default shutdown value from shutdown to reboot. [SME: 1320]
392
393 * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
394 - Fix syntax error introduced in last change (and reuse $rc and $choice in
395 raidManage.pl). [SME: 1285,1300]
396
397 * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
398 - Force masq service to enabled for servergateway modes, but
399 leave at current setting for serveronly. Revises -09 change [SME: 1209]
400
401 * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
402 - Add big warning about wiping disk to raid management screen.
403 [SME: 1285]
404
405 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
406 - Ensure that rmmod-bonding doesn't return error status if
407 bonding is not enabled (e.g. during upgrade) [SME: 935]
408
409 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
410 - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
411
412 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
413 - Always save ssh property changes, even if sshd is disabled [SME: 1210]
414
415 * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
416 - Don't run kudzu at every bootup. [SME: 727]
417
418 * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
419 - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
420 [SME: 881]
421
422 * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
423 - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
424 [SME: 881]
425
426 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
427 - Enable the masq service to ensure that installs and upgrades
428 are consistent. If someone really wants to disable it, they can
429 add a force fragment [SME: 1209]
430
431 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
432 - Lock accounts with bad SMB passwords [SME: 1193]
433
434 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
435 - Revert password length restriction changes [SME: 1193]
436
437 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
438 - Adjust plural in page title in last patch [SME: 1193]
439
440 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
441 - Adjust console logic for 14 character password restriction [SME: 1193]
442
443 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
444 - Only process 'network' entries in route-eth0 template [SME: 1182]
445
446 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
447 - Restrict passwords to 14 characters [SME: 1193]
448
449 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
450 - Rename anaconda logs, but leave a symlink. Do nothing if the log
451 is already a symlink or missing [SME: 808]
452
453 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
454 - Roll stable stream version. [SME: 1016]
455
456 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
457 - Ensure that each user has a Shell property in post-upgrade.
458 If they didn't have one before, set it to the current value in
459 /etc/passwd. [SME: 859]
460
461 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
462 - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
463 - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
464
465 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
466 - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
467
468 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
469 - And remove now redundant calls to wherenext [SME: 986]
470
471 * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
472 - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
473
474 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
475 - Correct typo in -13 change which hid message [SME: 964]
476
477 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
478 - Display a message for single disk installs which catches that
479 case and tells people that they can add a second disk and produce
480 a mirrored pair [SME: 958]
481
482 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
483 - Display a nicer message when a spare disk is available to be
484 added to the pair [SME: 964]
485 - Blank line for consistency with other messages [SME: 964]
486
487 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
488 - Check whether a resync is in progress so we don't state that
489 intervention is required when it is not [SME: 958]
490
491 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
492 - Check whether destination drive of add_mirror is already part
493 of a RAID device. If so, complain and exit [SME: 870]
494 - Also ensure that /sbin is in the PATH
495
496 * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
497 - Fixes to dhclient configuration. [SME: 881]
498
499 * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
500 - Added NIC Bonding options screen in console [SME: 935]
501 - Migrate old NICBondingOptions to new defaults, and added new default
502 options [SME: 935]
503 - rmmod bonding.ko in bootstrap-console-save so new options work
504 without extra reboot [SME: 935]
505
506 * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
507 - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
508
509 * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
510 - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
511
512 * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
513 - Re-do -04 change as a patch so it sticks [SME: 863]
514
515 * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
516 - Add templates for dhclient configuration file. [SME: 881]
517
518 * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
519 - Remove default fragment for AdminEmail [SME: 863]
520
521 * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
522 - Change 'Reconfigure' to lower case in menu [SME: 2]
523
524 * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
525 - Add requires for mdadm. We use it in the console and raid monitor
526 and it won't get installed for 5.x upgrades [SME: 767]
527
528 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
529 - Roll patches to 4.15.8-60
530 - Trim changelog before 4.15.3-01 [SME: 828]
531
532 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
533 - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
534
535 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
536 - Change 'Reconfigure' to lower case in -57 change [SME: 2]
537
538 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
539 - Add /root/upgrade.log and /root/upgrade.log.syslog to
540 logfiles2timestamp in post-upgrade event so we preserve
541 them across multiple upgrades [SME: 808]
542
543 * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
544 - Added Reconfigure and Reboot option in console, changed
545 main console menu to reflect Reconfigure option [SME: 2]
546
547 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
548 - Default EmailForward to 'local' in case that part of the panel
549 is hidden from view [SME: 704]
550
551 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
552 - Adjust console title bar to 'SME Server' [SME: 726]
553 - Change title on "Choose administrator password" screens
554
555 * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
556 - Set EthernetDriver2 property when bonding is enabled [SME: 776]
557
558 * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
559 - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
560
561 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
562 - Start bootstrap-console earlier - in particular before raidmonitor.
563 Don't try to restart 'random'. [SME: 743]
564
565 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
566 - Obsolete keytable service. [SME: 746]
567
568 * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
569 - Run kudzu -q from inittab [SME: 727]
570
571 * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
572 - Make bootp support optional, defaulting to 'deny'. [SME: 660]
573
574 * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
575 - Removed the online-manual. [SME: 407]
576
577 * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
578 - Hide email forwarding options on useraccounts page if there is
579 no 'smtpd' record [SME: 704]
580
581 * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
582 - Fix conversion of user shell from sshell to rssh. [SME: 699]
583
584 * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
585 - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
586
587 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
588 - Change logic for determining RAID partitions in use [SME: 516]
589 - Add detailed output of the RAID state to messages log [SME: 516]
590
591 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
592 - Only say that a RAID device is clean if truly clean [SME: 516]
593 - Adjusted warning to say 'may be required' instead of 'is'
594
595 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
596 - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
597 default, which is to allow bootp. [SME: 660]
598
599 * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
600 - Use appropriate esmith::*DB class for 00openRW migrate fragments.
601 [SME: 659]
602
603 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
604 - Added EmailForward migrate fragment [SME: 598]
605
606 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
607 - Added text periods and underscores in useraccounts [SME: 531]
608
609 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
610 - Updated copyright text in server-manager [SME: 459]
611
612 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
613 - The menu text incorrect for RAID5 configurations [SME: 404]
614
615 * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
616 - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
617
618 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
619 - Fix flip of access settings to default on first post-upgrade (e.g.
620 sshd from public to private). [SME: 495]
621
622 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
623 - Remove remnants of statustest. [SME: 450]
624
625 * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
626 - Add templated elinks config file. [SME: 444]
627
628 * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
629 - Help raidmonitor report more than just failures [SME: 496]
630
631 * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
632 - Create ~/.ssh as part of skeleton home directory [SME: 456]
633
634 * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
635 - Fix reboot problem when switching WAN from dynamic to static
636 address. [SME: 500]
637
638 * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
639 - New migrate fragment to clean up NIC bonding property [SME: 449]
640
641 * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
642 - Fix account regexp for set_password case [SME: 24]
643
644 * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
645 - New console option for ethernet bonding [SME: 449]
646
647 * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
648 - Allow dot and underscore in account names [SME: 24]
649 - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
650
651 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
652 - Avoid generating warning messages during interfaces migration
653 template fragment. [SME: 354]
654
655 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
656 - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
657 remove them if found. [SME: 390]
658
659 * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
660 - Use regexp as well as cracklib to check admin password in console.
661 [SME: 335]
662
663 * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
664 - Change heuristic for finding disks in manageRAID.pl [SME: 342]
665
666 * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
667 - Move testInternet console menu item to smeserver-support [SME: 364]
668
669 * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
670 - Fix localization bug in add_mirror. [SME: 341]
671
672 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
673 - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
674
675 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
676 - Added modSSL{CipherSuite} default [SME: 194]
677
678 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
679 - Enable microcode_ctl service by default [SME: 74]
680
681 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
682 - Removed accounts db default for 'common'
683 - Added accounts db defaults for server-common and server-resources [SME: 77]
684
685 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
686 - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
687
688 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
689 - And remove db defaults for sysstat service [SME: 327]
690
691 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
692 - Remove sysstat startup symlink [SME: 327]
693
694 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
695 - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
696
697 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
698 - Remove Requires: sysstat [SME: 327]
699
700 * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
701 - Move code for testing internet access into menu item file.
702 [SME: 261]
703
704 * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
705 - Fix looping in console at swap ethernet choice page. [SME: 68]
706
707 * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
708 - Fix taint issues with RAID management menu item [SME: 253]
709
710 * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
711 - console: DHCP range (wrong path chosen for non-English) [SME: 157]
712
713 * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
714 - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
715 - Needs to move to /sbin/e-smith/console-menu-items, once I work out
716 what I believe is a taint issue.
717
718 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
719 - Change 'standby' to 'stand by' in console [SME: 66]
720
721 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
722 - Fix routing on eth0 for multiple local networks [SME: 203]
723
724 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
725 - Bump release number only
726
727 * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
728 - [4.15.8-02]
729 - Re-import head to CVS.
730 - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
731
732 * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
733 - [4.15.8-01]
734 - Default cpuspeed to disabled [MN00107779]
735
736 * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
737 - [4.15.7-01]
738 - Imported to ClearCase
739 - Changed console sort order from ASCII to numeric [MN00107120]
740
741 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
742 - [4.15.6-09]
743 - Add -f option to add_mirror to allow use of disks with existing
744 partition tables [MN00101667]
745
746 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
747 - [4.15.6-08]
748 - Add reconfiguration reboot option to reboot panel [SF: 1349946]
749 - TODO: Cleanup so that the red warning header doesn't display since
750 the reboot is going to happen anyway
751
752 * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
753 - [4.15.6-07]
754 - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
755
756 * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
757 - [4.15.6-06]
758 - Change DISABLED -> OFF in init script messages, and go back to standard
759 alignment. [SF: 1264702, 134543]
760
761 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
762 - [4.15.6-05]
763 - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
764
765 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
766 - [4.15.6-04]
767 - Replace grub setup commands in add_mirror with an exec of an external
768 script. This script will be provided by a bootloader specific package,
769 e.g. e-smith-lilo or e-smith-grub. That package should include a
770 "Provides: e-smith-bootloader" header, to satisfy a Requires in this
771 package. [SF: 1335937]
772
773 * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
774 - [4.15.6-03]
775 - Unload network drivers immediately after rc.sysinit runs, so that
776 we can control the order of allocation of eth0 and eth1. [SF: 1332366]
777
778 * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
779 - [4.15.6-02]
780 - Disable raid monitor if /boot/grub/device.map suggests that the system
781 is a single disk system. [SF: 1269091]
782
783 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
784 - [4.15.6-01]
785 - Remove L10Ns from base packages [SF: 1309520]
786
787 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
788 - [4.15.5-01]
789 - New dev stream before relocating L10Ns
790
791 * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
792 - [4.15.4-52]
793 - Add /sbin/e-smith/add_mirror [SF: 1325479]
794
795 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
796 - [4.15.4-51]
797 - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
798
799 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
800 - [4.15.4-50]
801 - Move user-create-unix action before template expansions, so
802 that getpwnam can be used in template fragments. Ditto
803 for group-create-unix. [SF. 1322231]
804
805 * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
806 - [4.15.4-49]
807 - Fix spelling mistake in useraccounts panel. [SF: 1320002]
808
809 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
810 - [4.15.4-48]
811 - Revised translation of groups panel, reordered to match
812 the English lexicon - Thanks Didier Rambeau [SF: 1305184]
813
814 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
815 - [4.15.4-47]
816 - Added foot.tmpl for Italian [SF: 1309266]
817
818 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
819 - [4.15.4-46]
820 - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
821
822 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
823 - [4.15.4-45]
824 - Added Italian for Please wait - we should do this through gettext
825 or similar [SF: 1309288]
826
827 * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
828 - [4.15.4-44]
829 - Reword Master DNS Server screen as "Corporated DNS Server", in
830 line with domains panel [gordonr MN00096914]
831
832 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
833 - [4.15.4-43]
834 - German L10Ns for userpassword and console - Thanks Dietmar Berteld
835 [SF: 1293325]
836
837 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
838 - [4.15.4-42]
839 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
840
841 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
842 - [4.15.4-41]
843 - Added "de" to pleasewait ugliness case statement and
844 sorted the list alphabetically [SF: 1293325]
845
846 * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
847 - [4.15.4-40]
848 - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
849
850 * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
851 - [4.15.4-39]
852 - Add preliminary support for ethernet bonding on local interface.
853 - Modify user-modify-unix so that usermod is not called to change
854 shell or GCOS field unless they need to change.
855
856 * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
857 - [4.15.4-38]
858 - Update filelist entries for databases which have moved
859 from /home/e-smith to /home/e-smith/db [SF: 1216546]
860
861 * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
862 - [4.15.4-37]
863 - Create /mnt/floppy symlink if required in post-{install,upgrade}.
864 [MN00095821]
865 - Haldaemon race conditions seem quite recalcitrant, so don't try to create
866 /mnt/cdrom symlink. [SF: 1260322]
867 - Disable CTRL-C in console [tonyc SF: 1264697]
868 - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
869
870 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
871 - [4.15.4-36]
872 - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
873
874 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
875 - [4.15.4-35]
876 - Also create /mnt/floppy symlink if required. [MN00095821]
877
878 * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
879 - [4.15.4-34]
880 - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
881
882 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
883 - [4.15.4-33]
884 - Fix race condition in /mnt/cdrom symlink creation, by creating
885 symlink from haldaemon action. [SF: 1260322]
886
887 * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
888 - [4.15.4-32]
889 - Really create /mnt/cdrom symlink if required. [SF: 1260322]
890
891 * Tue Aug 30 2005 Shad Lords <slords@mail.com>
892 - [4.15.4-31]
893 - Update services entries to conform with RHEL4 services [SF: 1276479]
894
895 * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
896 - [4.15.4-30]
897 - Correctly handle multiple net specification in ValidFrom for httpd-admin.
898 [SF: 1273756]
899
900 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
901 - [4.15.4-29]
902 - Fix taint problem in license text in option 6 of the console menu.
903 [SF: 1267284]
904
905 * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
906 - [4.15.4-28]
907 - Respect Shell property of user accounts [SF: 1266706]
908
909 * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
910 - [4.15.4-27]
911 - Modify /sbin/e-smith/service so that it runs /sbin/service unless
912 runlevel is 7. [SF: 1237968]
913 - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
914
915 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
916 - [4.15.4-26]
917 - Add Requires for bridge-utils and vconfig.
918
919 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
920 - [4.15.4-25]
921 - Add "Requires: rssh".
922
923 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
924 - [4.15.4-24]
925 - Update %ghost filelist entries for databases which have moved
926 from /home/e-smith to /home/e-smith/db [SF: 1216546]
927
928 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
929 - [4.15.4-23]
930 - Create /mnt/cdrom symlink if required. [SF: 1260322]
931
932 * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
933 - [4.15.4-22]
934 - Add Requires: whiptail so that the out fork of whiptail from the
935 newt package is installed on upgrade.
936
937 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
938 - [4.15.4-21]
939 - Add Requires: headers for all the additional standard daemons, to
940 ensure they are installed on upgrade.
941
942 * Tue Aug 9 2005 Shad Lords <slords@mail.com>
943 - [4.15.4-20]
944 - Change httpd-admin access from local to localhost [SF: 1246986]
945 - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
946 - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
947
948 * Tue Aug 2 2005 Shad Lords <slords@email.com>
949 - [4.15.4-19]
950 - Add TCPPort and access for httpd-admin [SF: 1246986]
951 - Fix UnsavedChanges in console [SF: 1245238]
952
953 * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
954 - [4.15.4-18]
955 - Remove all use db_ API except in console (which will come later).
956
957 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
958 - [4.15.4-17]
959 - Add systemid property to sysconfig db record. [SF: 1246367]
960
961 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
962 - [4.15.4-16]
963 - Upgrade database APIs to latest standard.
964 - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
965
966 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
967 - [4.15.4-15]
968 - Use https to access server-manager from console, to avoid redirect
969 problems. [SF: 1246182]
970
971 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
972 - [4.15.4-14]
973 - Remove hwconfig db default entry. [SF: 1246180]
974
975 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
976 - [4.15.4-13]
977 - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
978 for the main patch. [SF: 1245421]
979
980 * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
981 - [4.15.4-12]
982 - Patches from Shad Lords.
983 - Complete fix of user password validation started in 4.15.3-06.
984 [SF: 1242098]
985 - Change default password strength to "strong". [SF: 1246178]
986
987 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
988 - [4.15.4-11]
989 - Patches submitted by Gordon Rowell.
990 - Change /etc/modules.conf templates to /etc/modprobe.conf
991 and add templates.metadata/etc/modprobe.conf [SF: 1227251]
992 - Remove fragments 10appletalk and 95ModulePaths, since they are
993 for very old migrations of /etc/modules.conf
994
995 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
996 - [4.15.4-10]
997 - Move quota setup in fstab template into e-smith-quota, where it
998 belongs.
999
1000 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1001 - [4.15.4-09]
1002 - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1003
1004 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1005 - [4.15.4-08]
1006 - Add messagebus and haldaemon services, so that cdrom mount point
1007 etc is created as required. [SF: 1225899]
1008
1009 * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1010 - [4.15.4-07]
1011 - Add miscelleous performance related standard RHEL/CentOS services.
1012
1013 * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1014 - [4.15.4-06]
1015 - Add RAID monitoring service. [SF: 1222143]
1016
1017 * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1018 - [4.15.4-05]
1019 - Fix log noise from DynDNS update script. [SF: 1231871]
1020
1021 * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1022 - [4.15.4-04]
1023 - Change default domain name setting - I'm sure that xxx is deprecated.
1024
1025 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1026 - [4.15.4-03]
1027 - Deal gracefully with missing /etc/sysconfig/keyboard file.
1028
1029 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1030 - [4.15.4-02]
1031 - Remove "random" service startup symlink - no longer required, as
1032 prng is seeded by rc.sysinit.
1033
1034 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1035 - [4.15.4-01]
1036 - Make new development stream - 4.15.4
1037
1038 * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1039 - [4.15.3-07]
1040 - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1041 - Remove mouseconfig hack. [MN00057145]
1042
1043 * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1044 - [4.15.3-06]
1045 - Fix password strength checking of user passwords. [SF: 1222255]
1046
1047 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1048 - [4.15.3-05]
1049 - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1050
1051 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1052 - [4.15.3-04]
1053 - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1054
1055 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1056 - [4.15.3-03]
1057 - Remove smbpasswd references from chap-secrets file. Don't re-expand
1058 chap-secrets file during various user related events. [SF: 1215401]
1059
1060 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1061 - [4.15.3-02]
1062 - Break up template for /etc/shells into fragments, and add
1063 /usr/bin/rssh. [SF: 1220145]
1064
1065 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1066 - [4.15.3-01]
1067 - Roll new development stream - 4.15.3
1068
1069 %prep
1070 %setup
1071 %patch1 -p1
1072 %if "%{?rhel}" == "5"
1073 %patch2 -p1
1074 %endif
1075 %patch3 -p1
1076
1077 %pre
1078 if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1079 then
1080 cd /etc/e-smith/locale
1081
1082 [ -L fr ] && rm fr
1083 mkdir fr
1084 mv fr-ca/* fr
1085 rmdir fr-ca
1086 fi
1087
1088 [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1089
1090 /sbin/e-smith/create-system-user smelog 1002 \
1091 'smelog log user' /var/log/smelog /bin/false
1092 /sbin/e-smith/create-system-user smelastsys 2999 \
1093 'sme last system user marker' /tmp /bin/false
1094
1095 %post
1096
1097 %build
1098 # Force creation of potentially empty directories
1099 mkdir -p root/etc/e-smith/licenses
1100 mkdir -p root/etc/e-smith/skel/user/.ssh
1101 mkdir -p root/etc/e-smith/skel/user/home
1102 mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1103 mkdir -p root/etc/e-smith/skel/e-smith/files/users
1104 mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1105 mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1106 mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1107 mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1108 mkdir -p root/home/e-smith/files/{users,server-resources}
1109 mkdir -p root/home/e-smith/files/users/admin/home
1110 mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1111 mkdir -p root/root/.ssh
1112 mkdir -p root/var/log/wan
1113
1114 %if "%_build_arch" == "i386"
1115 echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1116 %else
1117 echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1118 %endif
1119
1120 LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1121 -type f | grep -v CVS)
1122
1123 for lexicon in $LEXICONS
1124 do
1125 /sbin/e-smith/validate-lexicon $lexicon
1126 done
1127
1128 /sbin/e-smith/generate-lexicons
1129
1130 perl createlinks
1131 /sbin/e-smith/buildtests 10e-smith-base
1132 ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1133 mkdir -p root/etc/rc6.d
1134 mkdir -p root/etc/rc.d/rc7.d
1135 ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1136 # Improve "telinit 1 behaviour
1137 mkdir -p root/etc/rc.d/rc1.d
1138
1139 mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1140 xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1141
1142 mkdir -p root/etc/e-smith/locale
1143 # Make the fr-ca link in %pre to ease upgrades
1144 # ln -s fr root/etc/e-smith/locale/fr-ca
1145 ln -s fr root/etc/e-smith/locale/fr-fr
1146 ln -s en-us root/etc/e-smith/locale/en
1147 ln -s en-us root/etc/e-smith/locale/en-au
1148 ln -s en-us root/etc/e-smith/locale/en-gb
1149 ln -s en-us root/etc/e-smith/locale/en-nz
1150
1151 mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1152 ln -s /etc/e-smith/templates-default/template-begin-shell \
1153 root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1154
1155 for file in imap login passwd pwauth system-auth
1156 do
1157 mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1158 ln -s /etc/e-smith/templates-default/template-begin-pam \
1159 root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1160 done
1161
1162 mkdir -p root/service
1163 mkdir -p root/etc/rc.d/init.d/supervise
1164
1165 for service in dhcpd wan ippp syslog klogd
1166 do
1167 ln -s /var/service/$service root/service/$service
1168 mkdir -p root/var/service/$service/supervise
1169 touch root/var/service/$service/down
1170 if [ -d root/var/service/$service/log ]
1171 then
1172 mkdir -p root/var/service/$service/log/supervise
1173 mkdir -p root/var/log/$service
1174 fi
1175 ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1176 done
1177
1178 # Remove (for now) supervised syslog and klogd services
1179 rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1180 rm root/service/{syslog,klogd}
1181
1182 mkdir -p root/etc/e-smith/events/local
1183 mkdir -p root/etc/e-smith/events/user-modify-admin
1184 mkdir -p root/home/e-smith/db
1185 touch root/home/e-smith/db/configuration
1186
1187 mkdir -p root/etc/e-smith/pam
1188 mkdir -p root/home/e-smith/ssl.key
1189 mkdir -p root/home/e-smith/ssl.crt
1190 mkdir -p root/home/e-smith/ssl.pem
1191
1192 mkdir -p root/var/state/e-smith
1193
1194 for file in %{dbfiles}
1195 do
1196 mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1197 # Create ghost file for rpm
1198 touch root/home/e-smith/db/$file
1199 done
1200
1201 mkdir -p root/etc/tcprules
1202
1203 mkdir -p root/service
1204 touch root/var/service/wan/down
1205
1206 ln -s /var/service/raidmonitor root/service/raidmonitor
1207
1208 mkdir -p root/var/service/raidmonitor/supervise
1209 touch root/var/service/raidmonitor/down
1210
1211 mkdir -p root/var/service/raidmonitor/log/supervise
1212
1213 mkdir -p root/var/log/raidmonitor
1214
1215 mkdir -p root/etc/e-smith/tests
1216 mkdir -p root/etc/rc.d/rc7.d
1217 ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S42ldap
1218 mkdir -p root/home/e-smith/db/ldap
1219
1220 mkdir -p root/etc/rc.d/init.d/supervise
1221 ln -s ../daemontools root/etc/rc.d/init.d/supervise/ldap
1222
1223 mkdir -p root/service
1224 ln -s /var/service/ldap root/service/ldap
1225 touch root/var/service/ldap/down
1226 mkdir -p root/var/service/ldap/ssl
1227
1228 %install
1229 rm -rf $RPM_BUILD_ROOT
1230 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1231 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1232 --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1233 --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1234 --dir /var/service/dhcpd 'attr(01755,root,root)' \
1235 --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1236 --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1237 --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1238 --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1239 --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1240 --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1241 --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1242 --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1243 --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1244 --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1245 --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1246 --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1247 --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1248 --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1249 --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1250 --file /var/service/syslog/run 'attr(0755,root,root)' \
1251 --file /var/service/syslog/down 'attr(0644,root,root)' \
1252 --file /var/service/klogd/run 'attr(0755,root,root)' \
1253 --file /var/service/klogd/down 'attr(0644,root,root)' \
1254 --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1255 --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1256 --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1257 --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1258 --file /var/service/ldap/run 'attr(0750,root,root)' \
1259 --file /var/service/ldap/finish 'attr(0750,root,root)' \
1260 --dir /var/service/ldap/control 'attr(0750,root,root)' \
1261 --file /var/service/ldap/control/1 'attr(0750,root,root)' \
1262 --dir /var/service/ldap/ssl 'attr(0750,root,ldap)' \
1263 --dir /var/lib/ldap 'attr(0700,ldap,ldap)' \
1264 --dir /var/service/wan 'attr(1755,root,root)' \
1265 --file /var/service/wan/down 'attr(0644,root,root)' \
1266 --file /var/service/wan/run 'attr(0750,root,root)' \
1267 --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1268 --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1269 --file /var/service/wan/run.static 'attr(0750,root,root)' \
1270 --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1271 --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1272 --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1273 --dir /var/service/wan/log 'attr(1755,root,root)' \
1274 --file /var/service/wan/log/run 'attr(0750,root,root)' \
1275 --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1276 --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1277 --dir /var/service/ippp 'attr(1755,root,root)' \
1278 --file /var/service/ippp/down 'attr(0644,root,root)' \
1279 --file /var/service/ippp/run 'attr(0750,root,root)' \
1280 --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1281 --dir /var/service/ippp/log 'attr(1755,root,root)' \
1282 --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1283 --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1284 --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1285 --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1286 > %{name}-%{version}-%{release}-filelist
1287
1288 mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1289 for file in %{dbfiles}
1290 do
1291 # Create ghost file for rpm
1292 touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1293 echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1294 >> %{name}-%{version}-%{release}-filelist
1295 done
1296 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1297
1298 %clean
1299 rm -rf $RPM_BUILD_ROOT
1300
1301 %files -f %{name}-%{version}-%{release}-filelist
1302 %defattr(-,root,root)

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