/[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.19 - (hide annotations) (download)
Thu Aug 7 20:30:05 2008 UTC (15 years, 9 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-21_el4_sme
Changes since 1.18: +10 -1 lines
* Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-21
- Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
  to e-smith-formmagick's general [SME: 4475]
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
- Remove invalid entry tag from userpassword's locale file preventing the
  form from displaying properly [SME: 4479]

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

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