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

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

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


Revision 1.28 - (hide annotations) (download)
Mon Oct 6 15:48:44 2008 UTC (15 years, 7 months ago) by vip-ire
Branch: MAIN
Changes since 1.27: +2 -2 lines
update changelog with bug number

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

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