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

Annotation of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.30 - (hide annotations) (download)
Wed Oct 8 16:38:52 2008 UTC (15 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_0_0-2_el4_sme
Changes since 1.29: +7 -2 lines
Do not import system accounts in LDAP

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

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