/[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.26 - (hide annotations) (download)
Sat Sep 20 14:43:42 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-29_el5_sme
Changes since 1.25: +5 -2 lines
Updates

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

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