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

Annotation 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.45 - (hide annotations) (download)
Sun Feb 14 19:42:41 2010 UTC (14 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-17_el5_sme
Changes since 1.44: +5 -2 lines
* Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
- Really fix template expansion error [SME: 4528]

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

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