/[smeserver]/rpms/e-smith-base/sme8/e-smith-base.spec
ViewVC logotype

Annotation of /rpms/e-smith-base/sme8/e-smith-base.spec

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


Revision 1.118 - (hide annotations) (download)
Sat Nov 6 06:12:31 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-50_el5_sme
Changes since 1.117: +7 -2 lines
* Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-50.sme
- Allow cpu to remove empty attributes [SME: 6343]

1 slords 1.118 # $Id: e-smith-base.spec,v 1.117 2010/11/05 03:56:15 slords Exp $
2 slords 1.69
3 slords 1.1 Summary: e-smith server and gateway - base module
4     %define name e-smith-base
5     Name: %{name}
6 slords 1.69 %define version 5.2.0
7 slords 1.118 %define release 50
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13 slords 1.70 Patch1: e-smith-base-5.2.0-sambaRole.patch
14 dungog 1.71 Patch2: e-smith-base-5.2.0-smartd40.patch
15 snetram 1.72 Patch3: e-smith-base-5.2.0-usbRev70drive.patch
16 bytegw 1.74 Patch4: e-smith-base-5.2.0-FixLabelArray.patch
17 slords 1.75 Patch5: e-smith-base-5.2.0-straysymlink.patch
18 filippocarletti 1.76 Patch6: e-smith-base-5.2.0-nonetworkdrivers.patch
19 snetram 1.77 Patch7: e-smith-base-5.2.0-checkIPOverlap.patch
20 snetram 1.78 Patch8: e-smith-base-5.2.0-adapter-translation-fixes.patch
21 bytegw 1.79 Patch9: e-smith-base-5.2.0-FixLocale_External.patch
22 filippocarletti 1.80 Patch10: e-smith-base-5.2.0-perform_restore-hal.patch
23 snetram 1.82 Patch11: e-smith-base-5.2.0-generate-2048-bits-keys.patch
24 dungog 1.83 Patch12: e-smith-base-5.2.0-perform_backup-hal.patch
25 dungog 1.84 Patch13: e-smith-base-5.2.0-hwaddress.patch
26 snetram 1.85 Patch14: e-smith-base-5.2.0-sha1.patch
27 snetram 1.86 Patch15: e-smith-base-5.2.0-fix-template-expansion-error.patch
28 slords 1.88 Patch16: e-smith-base-5.2.0-gettext.patch
29 mrjhb3 1.90 Patch17: e-smith-base-5.2.0-remove-freebusy-references.patch
30 wellsi 1.94 Patch18: e-smith-base-5.2.0-no-nic.patch
31     Patch19: e-smith-base-5.2.0-fix-local-nic-string-in-console.patch
32 filippocarletti 1.95 Patch20: e-smith-base-5.2.0-freebusy-user-modify-fix.patch
33 charliebrady 1.96 Patch21: e-smith-base-5.2.0-condrestart.patch
34 charliebrady 1.97 Patch22: e-smith-base-5.2.0-condrestart.patch2
35 wellsi 1.98 Patch23: e-smith-base-5.2.0-cpuspeed.patch
36 vip-ire 1.99 Patch24: e-smith-base-5.2.0-nss_ldap.patch
37 slords 1.100 Patch25: e-smith-base-5.2.0-ibay_groups.patch
38 slords 1.101 Patch26: e-smith-base-5.2.0-keep_external.patch
39 slords 1.102 Patch27: e-smith-base-5.2.0-checkMaxUsers.patch
40 slords 1.103 Patch28: e-smith-base-5.2.0-apmd64bit.patch
41 vip-ire 1.104 Patch29: e-smith-base-5.2.0-relocate_dhclient_conf.patch
42 slords 1.105 Patch30: e-smith-base-5.2.0-echo-options.patch
43 slords 1.106 Patch31: e-smith-base-5.2.0-migrateHWaddr.patch
44 vip-ire 1.107 Patch32: e-smith-base-5.2.0-relocate_dhcpd_leases_file.patch
45 vip-ire 1.108 Patch33: e-smith-base-5.2.0-fix_empty_file_test.patch
46 slords 1.109 Patch34: e-smith-base-5.2.0-cpu-conf.patch
47     Patch35: e-smith-base-5.2.0-ldap-auth.patch
48     Patch36: e-smith-base-5.2.0-enable-cpu.patch
49 slords 1.110 Patch37: e-smith-base-5.2.0-better-ldap.patch
50 slords 1.113 Patch38: e-smith-base-5.2.0-add-extra-ldap.patch
51 slords 1.118 Patch39: e-smith-base-5.2.0-cpu-can-delete.patch
52 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
53     Requires: mod_auth_external
54 slords 1.70 Requires: e-smith-lib >= 2.2.0-2
55 slords 1.1 Requires: server-manager-images, server-manager
56 slords 1.51 Requires: e-smith-formmagick >= 1.4.0-12
57 slords 1.1 Requires: initscripts >= 6.67-1es17
58     Requires: e-smith-daemontools >= 1.7.1-04
59     Requires: perl(Locale::gettext)
60     Requires: perl(Crypt::Cracklib)
61     Requires: perl(Date::Manip)
62     Requires: perl(Data::UUID)
63     Requires: perl(Net::IPv4Addr)
64     Requires: /usr/sbin/irqbalance
65     Requires: /usr/sbin/cpuspeed
66     Requires: /sbin/microcode_ctl
67 filippocarletti 1.89 Requires: /usr/sbin/smartd
68 slords 1.1 Requires: dbus
69     Requires: hal
70     Requires: acpid
71     Requires: rssh
72     Requires: bridge-utils
73     Requires: vconfig
74     Requires: e-smith-bootloader
75     Requires: mdadm
76     Requires: pv
77     Requires: pam_abl
78 vip-ire 1.99 Requires: nss_ldap
79 slords 1.109 Requires: cpu >= 1.4.3
80 slords 1.1 Obsoletes: rlinetd, e-smith-mod_ssl
81     Obsoletes: e-smith-serial-console
82     Obsoletes: sshell
83     Obsoletes: e-smith-rp-pppoe
84     Obsoletes: perl-Data-UUID
85     BuildRequires: perl, perl(Test::Inline) >= 0.12
86     BuildRequires: e-smith-devtools >= 1.13.1-03
87     BuildRequires: gettext
88     %ifarch i386
89     Requires: apmd
90     %endif
91    
92     %define dbfiles accounts configuration domains hosts networks
93     AutoReqProv: no
94    
95     %description
96     e-smith server and gateway software - base module.
97    
98     %changelog
99 slords 1.118 * Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-50.sme
100     - Allow cpu to remove empty attributes [SME: 6343]
101    
102 slords 1.117 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-49.sme
103     - Fix maxUsers patch (again) to not break setting passwords [SME: 5537]
104    
105 slords 1.116 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-48.sme
106     - Fix maxUsers patch to not break setting passwords [SME: 5537]
107    
108 slords 1.115 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-47.sme
109     - Don't put empty attributes in file for cpu [SME: 6334]
110    
111 slords 1.114 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-46.sme
112     - Add flush to tmpfile so that data is available to cpu [SME: 6334]
113    
114 slords 1.113 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-45.sme
115     - Add extra attributes to ldap objects with cpu call [SME: 6334]
116    
117 slords 1.112 * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-44.sme
118     - Fix cpu critical patch missing ' [SME: 6330]
119    
120 slords 1.111 * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-43.sme
121     - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
122     - Add cpu.conf and cpu-system.conf to post-upgrade event [SME: 6327]
123    
124 slords 1.110 * Tue Nov 2 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-42.sme
125     - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6328]
126    
127     * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-41.sme
128 slords 1.109 - Switch to cpu commands if ldap is master [SME: 6328]
129    
130 slords 1.110 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-40.sme
131 slords 1.109 - Add templates for ldap authentication if enabled [SME: 6329]
132    
133 slords 1.110 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-39.sme
134 slords 1.109 - Add cpu.conf and cpu-system.conf template/program to SME [SME: 6327]
135    
136 vip-ire 1.108 * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-38.sme
137     - Fix empty leases file test [SME: 6274]
138    
139 vip-ire 1.107 * Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-37.sme
140     - Relocate dhcpd leases file [SME: 6274]
141    
142 slords 1.106 * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
143     - Add migrate script to add missing HWaddr to interface records [SME: 6267]
144    
145 slords 1.105 * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
146     - Make lcp options configurable [SME: 6277]
147    
148 vip-ire 1.104 * Mon Oct 11 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-34.sme
149     - Relocate dhclient conf file [SME: 5833]
150    
151 slords 1.103 * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
152     - Disable apmd on 64-bit arch [SME: 6170]
153    
154 slords 1.102 * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
155     - Remove check for maxUsers [SME: 5537]
156    
157 slords 1.101 * Wed Oct 6 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
158     - Try and keep same external address for pppoe connections [SME: 6263]
159    
160 slords 1.100 * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-30.sme
161     - Add ibay groups to group membership [SME: 6247]
162    
163 vip-ire 1.99 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
164     - Prepare nss_ldap [SME: 6227]
165    
166 wellsi 1.98 * Sun Aug 8 2010 Ian Wells <esmith@wellsi.com> 5.2.0-28.sme
167     - Enable cpuspeed by default [SME: 6066]
168    
169 charliebrady 1.97 * Sun Jul 25 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-27.sme
170     - Fix syntax error in last patch. [SME: 5830]
171    
172 charliebrady 1.96 * Mon Jul 19 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-26.sme
173     - Don't exit 99 from e-smith-service script when called with 'condrestart'
174     and service is disabled. [SME: 5830]
175    
176 filippocarletti 1.95 * Fri Jun 11 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-25.sme
177     - FreeBusy patch fix (save account changes) [SME: 5941]
178    
179 wellsi 1.94 * Fri Jun 11 2010 Ian Wells <esmith@wellsi.com> 5.2.0-24.sme
180     - Remove checkMaxUsers patch due to regression. [SME: 5537]
181    
182 snetram 1.93 * Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
183     - Fix translation of local nic string in console [SME: 5571]
184    
185 snetram 1.92 * Sun Jun 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-22.sme
186     - Handle no network interface scenario in console [SME: 6023]
187    
188 wellsi 1.91 * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 5.2.0-21.sme
189     - Remove checkMaxUsers(). [SME: 5537]
190    
191 mrjhb3 1.90 * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-20.sme
192     - Patch that will remove all FreeBusy references from e-smith-base. [SME: 5941]
193    
194 filippocarletti 1.89 * Wed Mar 3 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-19.sme
195     - Restate smartd dependency. [SME: 5814]
196    
197 slords 1.88 * Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
198     - Fix gettext errors in WAN/LAN subnet error message [SME: 5501]
199    
200 snetram 1.87 * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
201     - Really fix template expansion error [SME: 4528]
202    
203 snetram 1.86 * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
204     - Fix template expansion error [SME: 4528]
205    
206 snetram 1.85 * Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
207     - Improve security by using SHA1 algorithm for certificate signing [SME: 5737]
208    
209 dungog 1.84 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
210     - Fix eth? swapping [SME: 4528]
211    
212 dungog 1.83 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
213     - Fix console backup from removable media [SME: 4809]
214    
215 snetram 1.82 * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
216     - Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]
217    
218 filippocarletti 1.80 * Thu Jan 14 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-11.sme
219 filippocarletti 1.81 - Fix console restore from removable media (Federico Simoncelli) [SME: 4809]
220 filippocarletti 1.80
221 bytegw 1.79 * Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-10.sme
222     - Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]
223    
224 snetram 1.78 * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
225     - Translate $ifName in console configuration pages [SME: 5571]
226    
227 snetram 1.77 * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
228     - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
229    
230 filippocarletti 1.76 * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme
231     - Clean up: remove unused nonetworkdrivers [SME: 5521]
232    
233 slords 1.75 * Sat Jun 6 2009 Shad L. Lords <slords@mail.com> 5.2.0-6.sme
234     - Clean up stray symlinks in /lib/modules before depmod [SME: 5336]
235    
236 bytegw 1.74 * Mon May 18 2009 Gavin Weight <gweight@gmail.com> 5.2.0-5.sme
237     - Allow for different mdadm output formats for DeviceSize. [SME: 5230]
238    
239 snetram 1.73 * Sat Feb 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-4.sme
240 snetram 1.72 - Auto-mount USB REV70-drive as usbdisk [SME: 5006]
241    
242 dungog 1.71 * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 5.2.0-3.sme
243     - create service link for smartd [SME: 1445]
244    
245 slords 1.70 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
246     - Add patch to support multiple samba roles [SME: 4172]
247    
248 slords 1.69 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
249     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
250    
251 dungog 1.67 * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
252     - Add locale tags for email in review panel [SME: 4267]
253    
254 slords 1.66 * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
255     - Correct gettext type during build process [SME: 570]
256    
257 slords 1.65 * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
258     - Fix screen corruption in console [SME: 4155]
259    
260 slords 1.64 * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
261     - Fix detection of xen instance against newer kernels [SME: 4555]
262    
263 snetram 1.63 * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
264     - Fixed warnings generated during build process [SME: 570]
265    
266 slords 1.62 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
267     - Roll new dev stream.
268    
269 bytegw 1.61 * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
270     - Add gettext to creating backup file title for localization. [SME: 4467]
271    
272 bytegw 1.60 * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
273     - Fix race condition in VPN ip-down handling which could cause loss of
274     LAN connectivity. [SME: 4405]
275    
276 slords 1.59 * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
277     - Remove requires for whiptail. No longer needed [SME: 4491]
278    
279 snetram 1.58 * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
280     - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
281    
282 snetram 1.57 * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
283     - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
284     to e-smith-formmagick's general [SME: 4475]
285     - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
286     - Remove invalid entry tag from userpassword's locale file preventing the
287     form from displaying properly [SME: 4479]
288    
289 snetram 1.56 * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
290     - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
291    
292 snetram 1.55 * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
293     - Revert some locale changes
294    
295 bytegw 1.54 * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
296     - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
297    
298 snetram 1.53 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
299 snetram 1.52 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
300    
301 snetram 1.50 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
302 slords 1.51 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
303 snetram 1.50
304 bytegw 1.49 * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
305     - Fix for > 5 nics detected [SME: 4232]
306    
307 slords 1.48 * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
308     - Remove use of Date::Manip from ssl.crt [SME: 3155]
309    
310 slords 1.47 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
311     - Fix FreeBusy param when disabled [SME: 1806]
312     - Remove .orig file [SME: 4228]
313    
314 slords 1.46 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
315     - Remove quitConsole from menu [SME: 4154]
316    
317 slords 1.45 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
318     - Really fix free/busy in usermanager [SME: 4157]
319    
320 slords 1.44 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
321     - Use frames in elinks [SME: 4156]
322     - Set homepage for elinks [SME: 4160]
323    
324     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
325     - Fix free/busy field in useraccounts [SME: 4157]
326    
327 slords 1.43 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
328     - Add free/busy URL entry to help kronolith contribs [SME: 1806]
329    
330 slords 1.42 * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
331     - Fix insert_mode for elinks on el5 platform [SME: 4127]
332    
333 slords 1.41 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
334     - Set accounts to deleted before template expansion [SME: 4122]
335    
336 slords 1.40 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
337     - Fix gettext strings returned by password checks [SME: 4104]
338    
339     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-1
340     - Roll new stable stream consolidating patches.
341    
342 slords 1.39 * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
343     - Finish removing pleasewait [SME: 126]
344    
345 slords 1.38 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
346 slords 1.39 - Add gettext to console titles. [SME: 4089]
347 slords 1.38
348 slords 1.37 * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
349 burnat 1.35 - Minor translation fixes [SME: 4058] [SME: 4059]
350    
351 slords 1.34 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-101
352     - Remove tests for removed FORM_TITLE's [SME: 4050]
353    
354 slords 1.33 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
355 slords 1.32 - Cleanup SAVE/ADD tag mixup [SME: 4045]
356    
357 slords 1.31 * Sat Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
358     - Fix dyndns custom gettext [SME: 4032]
359    
360 burnat 1.30 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-98
361     - revised gettext messages [SME: 631]
362    
363     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-97
364     - gettext messages [SME: 631]
365    
366     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-96
367     - remove duplicate system password has been changed [SME: 3974]
368    
369     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-95
370     - EthernetAssign shouldn't be translated [SME: 3947]
371    
372 burnat 1.29 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-94
373     - Remove pleasewait function [SME: 126]
374    
375     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-93
376     - fix gettext formatting in three files [SME: 3938]
377    
378 burnat 1.28 * Wed Feb 13 2008 chris burnat <devlist@burnat.com> 4.18-92
379     - Fix creation of usernames and pseudonyms with one character
380     - [SME: 2451]
381    
382     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.18-91
383     - Remove <base> tags now in general [SME: 3911]
384    
385 bytegw 1.27 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
386     - Remove duplicate <base> entries [SME: 3894]
387    
388 bytegw 1.26 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
389     - remove unused ROUTER_DESC token from lexicon [SME: 3879]
390    
391 slords 1.25 * Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88
392     - remove default of 1400 MTU for interfaces [SME: 549]
393    
394 bytegw 1.24 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87
395     - db prop to dissociate admin password from root in useraccounts.pm [SME: 3117]
396    
397     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86
398     - pptp connections setting mtu/mru > 1400 [SME: 549]
399    
400     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85
401     - console to strength validate password choice on first entry [SME: 3131]
402    
403     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84
404     - Auto-mount USB REV-drive as usbdisk [SME: 2972]
405    
406 bytegw 1.23 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
407     - ignore error returns from tar [SME: 3127]
408    
409 bytegw 1.22 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
410     - Use esmith::util::validatePassword on console [SME: 2173]
411    
412 bytegw 1.20 * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
413     - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
414    
415     * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
416     - Add smartd as a disabled service with template [SME: 1445]
417    
418 slords 1.18 * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
419     - Lock user accounts with usermod instead of passwd [SME: 3595]
420    
421 bytegw 1.17 * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
422     - Add symlink to fr-fr locale. [SME: 3648]
423    
424 slords 1.16 * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
425     - Add fix for varying partition sizes in add_raid [SME: 3547]
426    
427     * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
428 bytegw 1.15 - Fix removal of Corporate DNS from console. [SME: 3532]
429    
430 bytegw 1.14 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
431     - Remove previous change, applied to wrong package. [SME: 3512]
432    
433     * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
434     - Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512]
435    
436 slords 1.13 * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
437     - Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214]
438    
439 slords 1.12 * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
440     - Adjust success text when changing admin password. [SME: 2442]
441    
442     * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
443 slords 1.11 - Fix comparison of expected to actual SSL cert data. Also change
444     truncation point for email address from 40 chars to 64. [SME: 1736].
445 slords 1.12 [Note that -70 was inadvertently skipped.]
446 slords 1.11
447 slords 1.10 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
448     - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
449    
450     * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
451     - Rename in logrotate.d directory apache to httpd. [SME: 3380]
452    
453 slords 1.9 * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
454     - Fix pod in groups.pm file. [SME: 3379]
455    
456 slords 1.8 * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
457     - Relax restrictions on restore devices, to allow CDR and DVDR.
458     [SME: 3126]
459    
460     * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
461     - Ensure that depmod is run for all installed kernels. [SME: 3235]
462    
463 slords 1.7 * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
464     - Really really clear devices variable [SME: 3116]
465    
466     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
467 slords 1.6 - Really clear devices variable [SME: 3116]
468    
469     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
470 slords 1.5 - Clean up loop var and mount point for backup/restore [SME: 3116]
471    
472 slords 1.4 * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
473     - Improve usb backup error reporting [SME: 2772]
474    
475 slords 1.3 * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
476     - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
477     [SME: 2762]
478    
479 slords 1.2 * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
480     - Have nonetworkdrivers script exit silently if kmodule bin not found.
481     [SME: 2549]
482    
483 slords 1.1 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
484     - Start messagebus/haldaemon so restore works [SME: 3058]
485    
486     * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
487     - expand /etc/pam.d/login [SME: 2831]
488    
489     * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
490     - Prevent backout from console config during initial setup.
491     [SME: 2540]
492    
493     * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
494     - Clean up some more newlines [SME: 3035]
495     - Make raid failures more verbose [SME: 3032]
496     - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
497    
498     * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
499     - Update noraid text and add newline after text. [SME: 3035]
500    
501     * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
502     - Don't use cracklib in system-auth [SME: 2686]
503    
504     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
505     - Use correct lib for modules
506    
507     * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
508     - Updates to support xenU instance
509    
510     * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
511     - Updates to support SME Server 8
512    
513     * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
514     - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
515    
516     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
517     - Clean up spec so package can be built by koji/plague
518    
519     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
520     - Change to dist for tagging release
521     - Only include apmd for i386 platforms
522    
523     * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
524     - Validate GatewayIP address more carefully. [SME: 2928]
525    
526     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
527     - Field to change ssh port [SME: 2382]
528    
529     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
530     - Change fm to self in remoteaccess.pm [SME: 2382]
531    
532     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
533     - Make configuration dbs config(noreplace) [SME: 2527]
534    
535     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
536     - Adjust perm for dhcpd.conf again [SME: 2715]
537    
538     * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
539     - Put usbback patch back in. [SME: 2483]
540    
541     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
542     - Remove enable slocate patch [SME: 102]
543    
544     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
545     - Change Try Again to gettext(Back) in perform backup [SME: 2483]
546    
547     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
548     - Enable slocate in /etc/updatedb.conf [SME: 102]
549    
550     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
551     - Make console text consistent 'Please stand by' [SME: 2493]
552    
553     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
554     - Fix missing en-au & en-nz language noise. [SME: 2093]
555    
556     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
557     - Fix missing list items for console [SME: 2642]
558    
559     * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
560     - Don't attempt to add_raid_device if no raid [SME: 2484]
561    
562     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
563     - Add fix for perms on dhcpd.conf file [SME: 2715]
564    
565     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
566     - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
567    
568     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
569     - Fix permissions on ftpusers file [SME: 2841]
570     - Fix permissions on pwauth file [SME: 2842]
571    
572     * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
573     - Simplify depmod call in conf-modules [SME: 2554]
574    
575     * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
576     - Fix login pam configuration file. TODO - expand the template
577     during bootstrap-console-save. [SME: 2831]
578    
579     * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
580     - Add rotate_timestamped_logfiles action, split from
581     generic_template_expand. [SME: 2795]
582    
583     * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
584     - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
585    
586     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
587     - Add missing elements in prior pam updates [SME: 2551]
588    
589     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
590     - Update pam_stack to new include for el5 [SME: 2551]
591    
592     * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
593     - Fix missing en-gb language noise. [SME: 2633]
594    
595     * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
596     - Call cropLeft function correctly in crt expansion [SME: 1689]
597    
598     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
599     - Make elinks display correctly with xterm display [SME: 444]
600    
601     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
602     - Add db override for crt common name [SME: 1689]
603    
604     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
605     - Default adding drive to raid to no [SME: 2644]
606    
607     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
608     - Allow nics to swap if different LAN chosen [SME: 2612]
609    
610     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
611     - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
612    
613     * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
614     - Combine two similar loops in selectEthernet and break overly
615     long string constant. [SME: 2612]
616    
617     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
618     - Fix network selection dialog to include all drivers. [SME: 2612]
619    
620     * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
621     - Fix run.static file in wan service directory. [SME: 2580]
622    
623     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
624     - Fix glob for selecting backup devices. [SME: 2521]
625    
626     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
627     - User new console infobox for console backup. [SME: 2533]
628    
629     * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
630     - Use new esmith::console::infobox widget in console. [SME: 2533]
631    
632     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
633     - Change runsvctrl to sv to support runit v1.7.x
634    
635     * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
636     - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
637    
638     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
639     - Set db value for external ip before expanding templates [SME: 1977]
640    
641     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
642     - Do better detection of possible devices for backup/restore [SME: 2317]
643    
644     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
645     - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
646    
647     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
648     - Remove unused remnant dhcpcd templates. [SME: 2445]
649    
650     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
651     - Configure elinks to obey cache control directives. I have
652     no idea why that would not be the default! [SME: 2443]
653    
654     * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
655     - Ensure gateway dev is correct for server-only [SME: 2404]
656    
657     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
658     - Add cancel button to backup/restore panels [SME: 2393]
659    
660     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
661     - Add console backup to USB [SME: 2317]
662    
663     * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
664     - Fix backtitle for saving changes [SME: 2328]
665    
666     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
667     - Roll stable stream. [SME: 2328]
668    
669     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
670     - Remove unused ifcfg-log:0 templates. [SME: 2368]
671    
672     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
673     - Add template fragments to allow forcing of ethernet negotiation
674     parameters [SME: 2362]
675    
676     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
677     - Remove unused pam and abl templates (remnants of some stuff I
678     was prototyping).
679    
680     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
681     - [Forward-ported from 4.17.0]
682     - Refactor console code considerably, and add restore from CDROM/USB
683     backup capability to console.
684     - Remove deprecated %conf use in console. [SME: 1856]
685    
686     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
687     - [Ported from e-smith-base+ldap]
688     - Add support for use of pam_tally and/or pam_abl modules. Both
689     are disabled by default.
690     - Update /etc/pam.d/{ftp,passwd} templates.
691     - Add template for /etc/pam.d/system-auth.
692    
693     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
694     - [Forward-ported from 4.17.0]
695     - Move masq fragments to e-smith-packetfilter rpm.
696    
697     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
698     - [Forward-ported from 4.17.0]
699     - Remove server-manager templates and scripts - move to e-smith-manager.
700     [SME: 2023]
701    
702     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
703     - [Forward-ported from 4.17.0]
704     - Combine dhcp client, pppoe, dialup and static WAN connections into
705     "wan" service. [SME 1795]
706    
707     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
708     - Make new development stream. Based from 4.16.0-39.
709    
710     * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
711     - [Back-port from 4.17.0-23]
712     - Add admin email forwarding to modify user panel [SME: 827]
713    
714     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
715     - [Back-port from 4.17.0-22]
716     - Fix last patch so that data is pulled correctly [SME: 1034]
717    
718     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
719     - [Back-port from 4.17.0-21]
720     - Make purge-old-logs configurable via db [SME: 1034]
721    
722     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
723     - [Back-port from 4.17.0-20]
724     - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
725    
726     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
727     - [Back-port from 4.17.0-19]
728     - And mark admin_raidreport as only available for local mail [SME: 2139]
729    
730     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
731     - [Back-port from 4.17.0-17, 4.17.0-18]
732     - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
733     - And mark admin_raidreport as non-Removable [SME: 2139]
734    
735     * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
736     - Disable raid based on /proc/partitions (which is dynamic) instead
737     of grub/device.map (which is static) [SME: 2131]
738    
739     * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
740     - Check device size after calculating space needed. [SME: 2131]
741    
742     * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
743     - Create partitions in order of size. This makes sure boot is first and
744     / is last. Also last partitions fills all available space making resizing
745     easier. [SME: 2131]
746    
747     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
748     - Update to new release naming. No functional changes.
749     - Make Packager generic
750    
751     * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
752     - Update manage raid console functions to handle all raid types [SME: 2131]
753    
754     * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
755     - Fix warning from dhclient.conf template expansion.
756    
757     * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
758     - Add missing LocalModule for mod_proxy_http to admin apache conf.
759     [SME: 1853]
760    
761     * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
762     - Prevent daily regeneration of SSL cert if City/Company/Department are
763     empty. [SME: 1602]
764    
765     * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
766     - Menu text in console is incorrect for RAID5 installs. [SME: 404]
767    
768     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
769     - Modify user create page to show henry:miller not henry_miller. [SME: 531]
770    
771     * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
772     - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
773    
774     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
775     - Allow for admin account when locking null passwords, and perform
776     check in post-upgrade so that the password screen will be presented
777     after the reboot [SME: 1529]
778    
779     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
780     - Correct argument ordering in last change [SME: 790, SME: 1541]
781    
782     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
783     - Increase cert serial number when new certificate is generated. [SME: 790]
784    
785     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
786     - Change ssl.crt template so that cert is regenerated if issuer information
787     has changed. [SME: 1484]
788    
789     * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
790     - Change default shutdown value from shutdown to reboot. [SME: 1320]
791    
792     * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
793     - Fix syntax error introduced in last change (and reuse $rc and $choice in
794     raidManage.pl). [SME: 1285,1300]
795    
796     * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
797     - Force masq service to enabled for servergateway modes, but
798     leave at current setting for serveronly. Revises -09 change [SME: 1209]
799    
800     * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
801     - Add big warning about wiping disk to raid management screen.
802     [SME: 1285]
803    
804     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
805     - Ensure that rmmod-bonding doesn't return error status if
806     bonding is not enabled (e.g. during upgrade) [SME: 935]
807    
808     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
809     - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
810    
811     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
812     - Always save ssh property changes, even if sshd is disabled [SME: 1210]
813    
814     * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
815     - Don't run kudzu at every bootup. [SME: 727]
816    
817     * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
818     - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
819     [SME: 881]
820    
821     * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
822     - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
823     [SME: 881]
824    
825     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
826     - Enable the masq service to ensure that installs and upgrades
827     are consistent. If someone really wants to disable it, they can
828     add a force fragment [SME: 1209]
829    
830     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
831     - Lock accounts with bad SMB passwords [SME: 1193]
832    
833     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
834     - Revert password length restriction changes [SME: 1193]
835    
836     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
837     - Adjust plural in page title in last patch [SME: 1193]
838    
839     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
840     - Adjust console logic for 14 character password restriction [SME: 1193]
841    
842     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
843     - Only process 'network' entries in route-eth0 template [SME: 1182]
844    
845     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
846     - Restrict passwords to 14 characters [SME: 1193]
847    
848     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
849     - Rename anaconda logs, but leave a symlink. Do nothing if the log
850     is already a symlink or missing [SME: 808]
851    
852     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
853     - Roll stable stream version. [SME: 1016]
854    
855     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
856     - Ensure that each user has a Shell property in post-upgrade.
857     If they didn't have one before, set it to the current value in
858     /etc/passwd. [SME: 859]
859    
860     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
861     - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
862     - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
863    
864     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
865     - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
866    
867     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
868     - And remove now redundant calls to wherenext [SME: 986]
869    
870     * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
871     - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
872    
873     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
874     - Correct typo in -13 change which hid message [SME: 964]
875    
876     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
877     - Display a message for single disk installs which catches that
878     case and tells people that they can add a second disk and produce
879     a mirrored pair [SME: 958]
880    
881     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
882     - Display a nicer message when a spare disk is available to be
883     added to the pair [SME: 964]
884     - Blank line for consistency with other messages [SME: 964]
885    
886     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
887     - Check whether a resync is in progress so we don't state that
888     intervention is required when it is not [SME: 958]
889    
890     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
891     - Check whether destination drive of add_mirror is already part
892     of a RAID device. If so, complain and exit [SME: 870]
893     - Also ensure that /sbin is in the PATH
894    
895     * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
896     - Fixes to dhclient configuration. [SME: 881]
897    
898     * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
899     - Added NIC Bonding options screen in console [SME: 935]
900     - Migrate old NICBondingOptions to new defaults, and added new default
901     options [SME: 935]
902     - rmmod bonding.ko in bootstrap-console-save so new options work
903     without extra reboot [SME: 935]
904    
905     * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
906     - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
907    
908     * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
909     - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
910    
911     * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
912     - Re-do -04 change as a patch so it sticks [SME: 863]
913    
914     * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
915     - Add templates for dhclient configuration file. [SME: 881]
916    
917     * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
918     - Remove default fragment for AdminEmail [SME: 863]
919    
920     * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
921     - Change 'Reconfigure' to lower case in menu [SME: 2]
922    
923     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
924     - Add requires for mdadm. We use it in the console and raid monitor
925     and it won't get installed for 5.x upgrades [SME: 767]
926    
927     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
928     - Roll patches to 4.15.8-60
929     - Trim changelog before 4.15.3-01 [SME: 828]
930    
931     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
932     - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
933    
934     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
935     - Change 'Reconfigure' to lower case in -57 change [SME: 2]
936    
937     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
938     - Add /root/upgrade.log and /root/upgrade.log.syslog to
939     logfiles2timestamp in post-upgrade event so we preserve
940     them across multiple upgrades [SME: 808]
941    
942     * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
943     - Added Reconfigure and Reboot option in console, changed
944     main console menu to reflect Reconfigure option [SME: 2]
945    
946     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
947     - Default EmailForward to 'local' in case that part of the panel
948     is hidden from view [SME: 704]
949    
950     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
951     - Adjust console title bar to 'SME Server' [SME: 726]
952     - Change title on "Choose administrator password" screens
953    
954     * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
955     - Set EthernetDriver2 property when bonding is enabled [SME: 776]
956    
957     * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
958     - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
959    
960     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
961     - Start bootstrap-console earlier - in particular before raidmonitor.
962     Don't try to restart 'random'. [SME: 743]
963    
964     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
965     - Obsolete keytable service. [SME: 746]
966    
967     * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
968     - Run kudzu -q from inittab [SME: 727]
969    
970     * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
971     - Make bootp support optional, defaulting to 'deny'. [SME: 660]
972    
973     * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
974     - Removed the online-manual. [SME: 407]
975    
976     * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
977     - Hide email forwarding options on useraccounts page if there is
978     no 'smtpd' record [SME: 704]
979    
980     * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
981     - Fix conversion of user shell from sshell to rssh. [SME: 699]
982    
983     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
984     - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
985    
986     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
987     - Change logic for determining RAID partitions in use [SME: 516]
988     - Add detailed output of the RAID state to messages log [SME: 516]
989    
990     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
991     - Only say that a RAID device is clean if truly clean [SME: 516]
992     - Adjusted warning to say 'may be required' instead of 'is'
993    
994     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
995     - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
996     default, which is to allow bootp. [SME: 660]
997    
998     * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
999     - Use appropriate esmith::*DB class for 00openRW migrate fragments.
1000     [SME: 659]
1001    
1002     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
1003     - Added EmailForward migrate fragment [SME: 598]
1004    
1005     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
1006     - Added text periods and underscores in useraccounts [SME: 531]
1007    
1008     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
1009     - Updated copyright text in server-manager [SME: 459]
1010    
1011     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
1012     - The menu text incorrect for RAID5 configurations [SME: 404]
1013    
1014     * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
1015     - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
1016    
1017     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
1018     - Fix flip of access settings to default on first post-upgrade (e.g.
1019     sshd from public to private). [SME: 495]
1020    
1021     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
1022     - Remove remnants of statustest. [SME: 450]
1023    
1024     * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
1025     - Add templated elinks config file. [SME: 444]
1026    
1027     * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
1028     - Help raidmonitor report more than just failures [SME: 496]
1029    
1030     * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
1031     - Create ~/.ssh as part of skeleton home directory [SME: 456]
1032    
1033     * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
1034     - Fix reboot problem when switching WAN from dynamic to static
1035     address. [SME: 500]
1036    
1037     * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
1038     - New migrate fragment to clean up NIC bonding property [SME: 449]
1039    
1040     * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
1041     - Fix account regexp for set_password case [SME: 24]
1042    
1043     * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
1044     - New console option for ethernet bonding [SME: 449]
1045    
1046     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
1047     - Allow dot and underscore in account names [SME: 24]
1048     - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
1049    
1050     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
1051     - Avoid generating warning messages during interfaces migration
1052     template fragment. [SME: 354]
1053    
1054     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
1055     - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
1056     remove them if found. [SME: 390]
1057    
1058     * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
1059     - Use regexp as well as cracklib to check admin password in console.
1060     [SME: 335]
1061    
1062     * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
1063     - Change heuristic for finding disks in manageRAID.pl [SME: 342]
1064    
1065     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
1066     - Move testInternet console menu item to smeserver-support [SME: 364]
1067    
1068     * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
1069     - Fix localization bug in add_mirror. [SME: 341]
1070    
1071     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
1072     - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
1073    
1074     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
1075     - Added modSSL{CipherSuite} default [SME: 194]
1076    
1077     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
1078     - Enable microcode_ctl service by default [SME: 74]
1079    
1080     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
1081     - Removed accounts db default for 'common'
1082     - Added accounts db defaults for server-common and server-resources [SME: 77]
1083    
1084     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
1085     - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
1086    
1087     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
1088     - And remove db defaults for sysstat service [SME: 327]
1089    
1090     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
1091     - Remove sysstat startup symlink [SME: 327]
1092    
1093     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
1094     - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
1095    
1096     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
1097     - Remove Requires: sysstat [SME: 327]
1098    
1099     * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
1100     - Move code for testing internet access into menu item file.
1101     [SME: 261]
1102    
1103     * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
1104     - Fix looping in console at swap ethernet choice page. [SME: 68]
1105    
1106     * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
1107     - Fix taint issues with RAID management menu item [SME: 253]
1108    
1109     * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
1110     - console: DHCP range (wrong path chosen for non-English) [SME: 157]
1111    
1112     * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
1113     - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
1114     - Needs to move to /sbin/e-smith/console-menu-items, once I work out
1115     what I believe is a taint issue.
1116    
1117     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
1118     - Change 'standby' to 'stand by' in console [SME: 66]
1119    
1120     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
1121     - Fix routing on eth0 for multiple local networks [SME: 203]
1122    
1123     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
1124     - Bump release number only
1125    
1126     * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
1127     - [4.15.8-02]
1128     - Re-import head to CVS.
1129     - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
1130    
1131     * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
1132     - [4.15.8-01]
1133     - Default cpuspeed to disabled [MN00107779]
1134    
1135     * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
1136     - [4.15.7-01]
1137     - Imported to ClearCase
1138     - Changed console sort order from ASCII to numeric [MN00107120]
1139    
1140     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1141     - [4.15.6-09]
1142     - Add -f option to add_mirror to allow use of disks with existing
1143     partition tables [MN00101667]
1144    
1145     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1146     - [4.15.6-08]
1147     - Add reconfiguration reboot option to reboot panel [SF: 1349946]
1148     - TODO: Cleanup so that the red warning header doesn't display since
1149     the reboot is going to happen anyway
1150    
1151     * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
1152     - [4.15.6-07]
1153     - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
1154    
1155     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
1156     - [4.15.6-06]
1157     - Change DISABLED -> OFF in init script messages, and go back to standard
1158     alignment. [SF: 1264702, 134543]
1159    
1160     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1161     - [4.15.6-05]
1162     - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
1163    
1164     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1165     - [4.15.6-04]
1166     - Replace grub setup commands in add_mirror with an exec of an external
1167     script. This script will be provided by a bootloader specific package,
1168     e.g. e-smith-lilo or e-smith-grub. That package should include a
1169     "Provides: e-smith-bootloader" header, to satisfy a Requires in this
1170     package. [SF: 1335937]
1171    
1172     * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
1173     - [4.15.6-03]
1174     - Unload network drivers immediately after rc.sysinit runs, so that
1175     we can control the order of allocation of eth0 and eth1. [SF: 1332366]
1176    
1177     * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
1178     - [4.15.6-02]
1179     - Disable raid monitor if /boot/grub/device.map suggests that the system
1180     is a single disk system. [SF: 1269091]
1181    
1182     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1183     - [4.15.6-01]
1184     - Remove L10Ns from base packages [SF: 1309520]
1185    
1186     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1187     - [4.15.5-01]
1188     - New dev stream before relocating L10Ns
1189    
1190     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
1191     - [4.15.4-52]
1192     - Add /sbin/e-smith/add_mirror [SF: 1325479]
1193    
1194     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1195     - [4.15.4-51]
1196     - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
1197    
1198     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1199     - [4.15.4-50]
1200     - Move user-create-unix action before template expansions, so
1201     that getpwnam can be used in template fragments. Ditto
1202     for group-create-unix. [SF. 1322231]
1203    
1204     * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
1205     - [4.15.4-49]
1206     - Fix spelling mistake in useraccounts panel. [SF: 1320002]
1207    
1208     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1209     - [4.15.4-48]
1210     - Revised translation of groups panel, reordered to match
1211     the English lexicon - Thanks Didier Rambeau [SF: 1305184]
1212    
1213     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1214     - [4.15.4-47]
1215     - Added foot.tmpl for Italian [SF: 1309266]
1216    
1217     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1218     - [4.15.4-46]
1219     - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
1220    
1221     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1222     - [4.15.4-45]
1223     - Added Italian for Please wait - we should do this through gettext
1224     or similar [SF: 1309288]
1225    
1226     * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
1227     - [4.15.4-44]
1228     - Reword Master DNS Server screen as "Corporated DNS Server", in
1229     line with domains panel [gordonr MN00096914]
1230    
1231     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
1232     - [4.15.4-43]
1233     - German L10Ns for userpassword and console - Thanks Dietmar Berteld
1234     [SF: 1293325]
1235    
1236     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1237     - [4.15.4-42]
1238     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
1239    
1240     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1241     - [4.15.4-41]
1242     - Added "de" to pleasewait ugliness case statement and
1243     sorted the list alphabetically [SF: 1293325]
1244    
1245     * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
1246     - [4.15.4-40]
1247     - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
1248    
1249     * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
1250     - [4.15.4-39]
1251     - Add preliminary support for ethernet bonding on local interface.
1252     - Modify user-modify-unix so that usermod is not called to change
1253     shell or GCOS field unless they need to change.
1254    
1255     * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
1256     - [4.15.4-38]
1257     - Update filelist entries for databases which have moved
1258     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1259    
1260     * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
1261     - [4.15.4-37]
1262     - Create /mnt/floppy symlink if required in post-{install,upgrade}.
1263     [MN00095821]
1264     - Haldaemon race conditions seem quite recalcitrant, so don't try to create
1265     /mnt/cdrom symlink. [SF: 1260322]
1266     - Disable CTRL-C in console [tonyc SF: 1264697]
1267     - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
1268    
1269     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1270     - [4.15.4-36]
1271     - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
1272    
1273     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1274     - [4.15.4-35]
1275     - Also create /mnt/floppy symlink if required. [MN00095821]
1276    
1277     * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
1278     - [4.15.4-34]
1279     - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
1280    
1281     * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
1282     - [4.15.4-33]
1283     - Fix race condition in /mnt/cdrom symlink creation, by creating
1284     symlink from haldaemon action. [SF: 1260322]
1285    
1286     * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
1287     - [4.15.4-32]
1288     - Really create /mnt/cdrom symlink if required. [SF: 1260322]
1289    
1290     * Tue Aug 30 2005 Shad Lords <slords@mail.com>
1291     - [4.15.4-31]
1292     - Update services entries to conform with RHEL4 services [SF: 1276479]
1293    
1294     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
1295     - [4.15.4-30]
1296     - Correctly handle multiple net specification in ValidFrom for httpd-admin.
1297     [SF: 1273756]
1298    
1299     * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
1300     - [4.15.4-29]
1301     - Fix taint problem in license text in option 6 of the console menu.
1302     [SF: 1267284]
1303    
1304     * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
1305     - [4.15.4-28]
1306     - Respect Shell property of user accounts [SF: 1266706]
1307    
1308     * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
1309     - [4.15.4-27]
1310     - Modify /sbin/e-smith/service so that it runs /sbin/service unless
1311     runlevel is 7. [SF: 1237968]
1312     - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
1313    
1314     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1315     - [4.15.4-26]
1316     - Add Requires for bridge-utils and vconfig.
1317    
1318     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1319     - [4.15.4-25]
1320     - Add "Requires: rssh".
1321    
1322     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1323     - [4.15.4-24]
1324     - Update %ghost filelist entries for databases which have moved
1325     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1326    
1327     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1328     - [4.15.4-23]
1329     - Create /mnt/cdrom symlink if required. [SF: 1260322]
1330    
1331     * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
1332     - [4.15.4-22]
1333     - Add Requires: whiptail so that the out fork of whiptail from the
1334     newt package is installed on upgrade.
1335    
1336     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
1337     - [4.15.4-21]
1338     - Add Requires: headers for all the additional standard daemons, to
1339     ensure they are installed on upgrade.
1340    
1341     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
1342     - [4.15.4-20]
1343     - Change httpd-admin access from local to localhost [SF: 1246986]
1344     - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
1345     - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
1346    
1347     * Tue Aug 2 2005 Shad Lords <slords@email.com>
1348     - [4.15.4-19]
1349     - Add TCPPort and access for httpd-admin [SF: 1246986]
1350     - Fix UnsavedChanges in console [SF: 1245238]
1351    
1352     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
1353     - [4.15.4-18]
1354     - Remove all use db_ API except in console (which will come later).
1355    
1356     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1357     - [4.15.4-17]
1358     - Add systemid property to sysconfig db record. [SF: 1246367]
1359    
1360     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1361     - [4.15.4-16]
1362     - Upgrade database APIs to latest standard.
1363     - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
1364    
1365     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1366     - [4.15.4-15]
1367     - Use https to access server-manager from console, to avoid redirect
1368     problems. [SF: 1246182]
1369    
1370     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1371     - [4.15.4-14]
1372     - Remove hwconfig db default entry. [SF: 1246180]
1373    
1374     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1375     - [4.15.4-13]
1376     - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1377     for the main patch. [SF: 1245421]
1378    
1379     * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1380     - [4.15.4-12]
1381     - Patches from Shad Lords.
1382     - Complete fix of user password validation started in 4.15.3-06.
1383     [SF: 1242098]
1384     - Change default password strength to "strong". [SF: 1246178]
1385    
1386     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1387     - [4.15.4-11]
1388     - Patches submitted by Gordon Rowell.
1389     - Change /etc/modules.conf templates to /etc/modprobe.conf
1390     and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1391     - Remove fragments 10appletalk and 95ModulePaths, since they are
1392     for very old migrations of /etc/modules.conf
1393    
1394     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1395     - [4.15.4-10]
1396     - Move quota setup in fstab template into e-smith-quota, where it
1397     belongs.
1398    
1399     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1400     - [4.15.4-09]
1401     - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1402    
1403     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1404     - [4.15.4-08]
1405     - Add messagebus and haldaemon services, so that cdrom mount point
1406     etc is created as required. [SF: 1225899]
1407    
1408     * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1409     - [4.15.4-07]
1410     - Add miscelleous performance related standard RHEL/CentOS services.
1411    
1412     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1413     - [4.15.4-06]
1414     - Add RAID monitoring service. [SF: 1222143]
1415    
1416     * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1417     - [4.15.4-05]
1418     - Fix log noise from DynDNS update script. [SF: 1231871]
1419    
1420     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1421     - [4.15.4-04]
1422     - Change default domain name setting - I'm sure that xxx is deprecated.
1423    
1424     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1425     - [4.15.4-03]
1426     - Deal gracefully with missing /etc/sysconfig/keyboard file.
1427    
1428     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1429     - [4.15.4-02]
1430     - Remove "random" service startup symlink - no longer required, as
1431     prng is seeded by rc.sysinit.
1432    
1433     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1434     - [4.15.4-01]
1435     - Make new development stream - 4.15.4
1436    
1437     * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1438     - [4.15.3-07]
1439     - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1440     - Remove mouseconfig hack. [MN00057145]
1441    
1442     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1443     - [4.15.3-06]
1444     - Fix password strength checking of user passwords. [SF: 1222255]
1445    
1446     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1447     - [4.15.3-05]
1448     - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1449    
1450     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1451     - [4.15.3-04]
1452     - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1453    
1454     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1455     - [4.15.3-03]
1456     - Remove smbpasswd references from chap-secrets file. Don't re-expand
1457     chap-secrets file during various user related events. [SF: 1215401]
1458    
1459     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1460     - [4.15.3-02]
1461     - Break up template for /etc/shells into fragments, and add
1462     /usr/bin/rssh. [SF: 1220145]
1463    
1464     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1465     - [4.15.3-01]
1466     - Roll new development stream - 4.15.3
1467    
1468     %prep
1469     %setup
1470 slords 1.70 %patch1 -p1
1471 dungog 1.71 %patch2 -p1
1472 snetram 1.72 %patch3 -p1
1473 bytegw 1.74 %patch4 -p1
1474 slords 1.75 %patch5 -p1
1475 filippocarletti 1.76 %patch6 -p1
1476 snetram 1.77 %patch7 -p1
1477 snetram 1.78 %patch8 -p1
1478 bytegw 1.79 %patch9 -p1
1479 filippocarletti 1.80 %patch10 -p1
1480 snetram 1.82 %patch11 -p1
1481 dungog 1.83 %patch12 -p1
1482 dungog 1.84 %patch13 -p1
1483 snetram 1.85 %patch14 -p1
1484 snetram 1.86 %patch15 -p1
1485 slords 1.88 %patch16 -p1
1486 mrjhb3 1.90 %patch17 -p1
1487 wellsi 1.91 %patch18 -p1
1488 snetram 1.92 %patch19 -p1
1489 filippocarletti 1.95 %patch20 -p1
1490 charliebrady 1.96 %patch21 -p1
1491 charliebrady 1.97 %patch22 -p1
1492 wellsi 1.98 %patch23 -p1
1493 vip-ire 1.99 %patch24 -p1
1494 slords 1.100 %patch25 -p1
1495 slords 1.101 %patch26 -p1
1496 slords 1.102 %patch27 -p1
1497 slords 1.103 %patch28 -p1
1498 vip-ire 1.104 %patch29 -p1
1499 slords 1.105 %patch30 -p1
1500 slords 1.106 %patch31 -p1
1501 vip-ire 1.107 %patch32 -p1
1502 vip-ire 1.108 %patch33 -p1
1503 slords 1.109 %patch34 -p1
1504     %patch35 -p1
1505     %patch36 -p1
1506 slords 1.110 %patch37 -p1
1507 slords 1.113 %patch38 -p1
1508 slords 1.118 %patch39 -p1
1509 slords 1.1
1510     %pre
1511     if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1512     then
1513     cd /etc/e-smith/locale
1514    
1515     [ -L fr ] && rm fr
1516     mkdir fr
1517     mv fr-ca/* fr
1518     rmdir fr-ca
1519     fi
1520    
1521     [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1522    
1523     /sbin/e-smith/create-system-user smelog 1002 \
1524     'smelog log user' /var/log/smelog /bin/false
1525     /sbin/e-smith/create-system-user smelastsys 2999 \
1526     'sme last system user marker' /tmp /bin/false
1527    
1528     %post
1529    
1530     %build
1531     # Force creation of potentially empty directories
1532     mkdir -p root/etc/e-smith/licenses
1533     mkdir -p root/etc/e-smith/skel/user/.ssh
1534     mkdir -p root/etc/e-smith/skel/user/home
1535     mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1536     mkdir -p root/etc/e-smith/skel/e-smith/files/users
1537     mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1538     mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1539     mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1540     mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1541     mkdir -p root/home/e-smith/files/{users,server-resources}
1542     mkdir -p root/home/e-smith/files/users/admin/home
1543     mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1544     mkdir -p root/root/.ssh
1545     mkdir -p root/var/log/wan
1546    
1547     %if "%_build_arch" == "i386"
1548     echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1549     %else
1550     echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1551     %endif
1552    
1553     LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1554 slords 1.39 -type f | grep -v CVS)
1555 slords 1.1
1556     for lexicon in $LEXICONS
1557     do
1558     /sbin/e-smith/validate-lexicon $lexicon
1559     done
1560    
1561     /sbin/e-smith/generate-lexicons
1562    
1563     perl createlinks
1564     /sbin/e-smith/buildtests 10e-smith-base
1565     ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1566     mkdir -p root/etc/rc6.d
1567     mkdir -p root/etc/rc.d/rc7.d
1568     ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1569     # Improve "telinit 1 behaviour
1570     mkdir -p root/etc/rc.d/rc1.d
1571    
1572     mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1573 slords 1.66 xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1574 slords 1.1
1575     mkdir -p root/etc/e-smith/locale
1576     # Make the fr-ca link in %pre to ease upgrades
1577 bytegw 1.17 # ln -s fr root/etc/e-smith/locale/fr-ca
1578     ln -s fr root/etc/e-smith/locale/fr-fr
1579 slords 1.1 ln -s en-us root/etc/e-smith/locale/en
1580     ln -s en-us root/etc/e-smith/locale/en-au
1581     ln -s en-us root/etc/e-smith/locale/en-gb
1582     ln -s en-us root/etc/e-smith/locale/en-nz
1583    
1584     mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1585     ln -s /etc/e-smith/templates-default/template-begin-shell \
1586     root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1587    
1588 vip-ire 1.99 mkdir -p root/etc/e-smith/templates/etc/ldap.secret/
1589     touch root/etc/e-smith/templates/etc/ldap.secret/template-begin
1590    
1591 slords 1.3 for file in imap login passwd pwauth system-auth
1592 slords 1.1 do
1593     mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1594     ln -s /etc/e-smith/templates-default/template-begin-pam \
1595     root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1596     done
1597    
1598     mkdir -p root/service
1599     mkdir -p root/etc/rc.d/init.d/supervise
1600    
1601     for service in dhcpd wan ippp syslog klogd
1602     do
1603     ln -s /var/service/$service root/service/$service
1604     mkdir -p root/var/service/$service/supervise
1605     touch root/var/service/$service/down
1606     if [ -d root/var/service/$service/log ]
1607     then
1608     mkdir -p root/var/service/$service/log/supervise
1609     mkdir -p root/var/log/$service
1610     fi
1611     ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1612     done
1613    
1614     # Remove (for now) supervised syslog and klogd services
1615     rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1616     rm root/service/{syslog,klogd}
1617    
1618     mkdir -p root/etc/e-smith/events/local
1619     mkdir -p root/etc/e-smith/events/user-modify-admin
1620     mkdir -p root/home/e-smith/db
1621    
1622     mkdir -p root/etc/e-smith/pam
1623     mkdir -p root/home/e-smith/ssl.key
1624     mkdir -p root/home/e-smith/ssl.crt
1625     mkdir -p root/home/e-smith/ssl.pem
1626    
1627     mkdir -p root/var/state/e-smith
1628    
1629     for file in %{dbfiles}
1630     do
1631     mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1632     done
1633    
1634     mkdir -p root/etc/tcprules
1635    
1636     mkdir -p root/service
1637     touch root/var/service/wan/down
1638    
1639     ln -s /var/service/raidmonitor root/service/raidmonitor
1640    
1641     mkdir -p root/var/service/raidmonitor/supervise
1642     touch root/var/service/raidmonitor/down
1643    
1644     mkdir -p root/var/service/raidmonitor/log/supervise
1645    
1646     mkdir -p root/var/log/raidmonitor
1647    
1648     %install
1649     rm -rf $RPM_BUILD_ROOT
1650     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1651     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1652     --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1653     --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1654     --dir /var/service/dhcpd 'attr(01755,root,root)' \
1655     --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1656     --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1657     --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1658     --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1659     --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1660     --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1661     --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1662     --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1663     --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1664     --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1665     --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1666     --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1667     --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1668     --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1669     --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1670     --file /var/service/syslog/run 'attr(0755,root,root)' \
1671     --file /var/service/syslog/down 'attr(0644,root,root)' \
1672     --file /var/service/klogd/run 'attr(0755,root,root)' \
1673     --file /var/service/klogd/down 'attr(0644,root,root)' \
1674     --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1675     --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1676     --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1677     --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1678     --dir /var/service/wan 'attr(1755,root,root)' \
1679     --file /var/service/wan/down 'attr(0644,root,root)' \
1680     --file /var/service/wan/run 'attr(0750,root,root)' \
1681     --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1682     --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1683     --file /var/service/wan/run.static 'attr(0750,root,root)' \
1684     --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1685     --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1686     --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1687     --dir /var/service/wan/log 'attr(1755,root,root)' \
1688     --file /var/service/wan/log/run 'attr(0750,root,root)' \
1689     --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1690     --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1691     --dir /var/service/ippp 'attr(1755,root,root)' \
1692     --file /var/service/ippp/down 'attr(0644,root,root)' \
1693     --file /var/service/ippp/run 'attr(0750,root,root)' \
1694     --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1695     --dir /var/service/ippp/log 'attr(1755,root,root)' \
1696     --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1697     --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1698     --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1699     --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1700     > %{name}-%{version}-%{release}-filelist
1701    
1702     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1703     for file in %{dbfiles}
1704     do
1705     # Create ghost file for rpm
1706     touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1707     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1708     >> %{name}-%{version}-%{release}-filelist
1709     done
1710     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1711    
1712     %clean
1713     rm -rf $RPM_BUILD_ROOT
1714    
1715     %files -f %{name}-%{version}-%{release}-filelist
1716     %defattr(-,root,root)

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