/[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.22 - (hide annotations) (download)
Tue Aug 12 17:45:06 2008 UTC (15 years, 9 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-24_el5_sme
Changes since 1.21: +7 -1 lines
Updates

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

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