/[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.17 - (hide annotations) (download)
Fri Jul 25 19:07:12 2008 UTC (15 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-19_el4_sme
Changes since 1.16: +15 -1 lines
Updates

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

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