/[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.44 - (hide annotations) (download)
Sun Feb 14 10:40:58 2010 UTC (14 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-16_el5_sme
Changes since 1.43: +7 -2 lines
* Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
- Fix template expansion error [SME: 4528]

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

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