/[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.7 - (hide annotations) (download)
Tue Apr 22 20:57:01 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: e-smith-base+ldap-4_19_1-10_el4_sme
Changes since 1.6: +11 -1 lines
* Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-10
- Updated samba.schema (necessary for substr search on sambaSID)
- configured salpd to use md5crypt as hash
- configure ldap.conf to use exop as hash (negociated with ldap server => md5crypt)
- ACL for sambaLMPassword and sambaNTPassword
- Allow unix account lookup in ou=Computers (for machine accounts)
- Remove warnings in ldap.conf template

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

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