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

Annotation of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec

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


Revision 1.6 - (hide annotations) (download)
Sat Apr 19 15:16:48 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-9_el4_sme
Changes since 1.5: +7 -1 lines
* Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9
- Fix FreeBusy param when disabled [SME: 1806]
- Remove .orig file [SME: 4228]

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

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