/[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.37 - (hide annotations) (download)
Wed Nov 4 14:23:26 2009 UTC (14 years, 7 months ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-9_el5_sme
Changes since 1.36: +7 -2 lines
* Wed Nov 4 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-9.sme
- Clean up: remove unused nonetworkdrivers [SME: 5521]

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

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