/[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.39 - (hide annotations) (download)
Mon Nov 23 18:58:39 2009 UTC (14 years, 6 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-11_el5_sme
Changes since 1.38: +7 -2 lines
* Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-11.sme
- Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]

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

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