/[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.24 - (hide annotations) (download)
Thu Aug 28 21:41:27 2008 UTC (15 years, 9 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-26_el5_sme
Changes since 1.23: +5 -5 lines
* Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-26
- Fixed warnings generated during build process [SME: 570]

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

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