/[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.35 - (hide annotations) (download)
Sat Jun 6 15:18:32 2009 UTC (14 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-7_el5_sme
Changes since 1.34: +7 -2 lines
Clean up stray symlinks in /lib/modules before depmod

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

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