/[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.42 - (hide annotations) (download)
Fri Feb 5 08:30:42 2010 UTC (14 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-14_el5_sme
Changes since 1.41: +7 -2 lines
* Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
- Fix eth? swapping [SME: 4528]

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

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