/[smeserver]/rpms/e-smith-horde/sme7/e-smith-horde.spec
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme7/e-smith-horde.spec

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


Revision 1.4 - (hide annotations) (download)
Wed Apr 2 02:50:12 2008 UTC (16 years, 2 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-1_13_0-24_el4_sme
Changes since 1.3: +17 -1 lines
Please see changelog

1 slords 1.1 Summary: e-smith specific Horde configuration and templates.
2     %define name e-smith-horde
3     Name: %{name}
4     %define version 1.13.0
5 mrjhb3 1.4 %define release 24
6 slords 1.1 Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Group: Networking/Daemons
10     Source: %{name}-%{version}.tar.gz
11     Patch0: e-smith-horde-1.13.0-02.conf_php.patch
12     Patch1: e-smith-horde-1.13.0-03.mime_drivers_php.patch
13     Patch2: e-smith-horde-1.13.0-04.prefs_php.patch
14     Patch3: e-smith-horde-1.13.0-05.registry_php.patch
15     Patch4: e-smith-horde-1.13.0-06.mysql_init.patch
16     Patch5: e-smith-horde-1.13.0-07.createlinks_metadata.patch
17     Patch6: e-smith-horde-1.13.0-08.30horde_mysql_create_tables.patch
18     Patch8: e-smith-horde-1.13.0-09.horde_menu_array.patch
19     Patch9: e-smith-horde-1.13.0-10.mimp.patch
20     Patch10: e-smith-horde-1.13.0-11.40horde_mysql_create_indexes.patch
21     Patch11: e-smith-horde-1.13.0-12.horde_registry_php_modification.patch
22     Patch12: e-smith-horde-1.13.0-13.mysql_update_privs.patch
23     Patch13: e-smith-horde-1.13.0-14.inline_path_change.patch
24     Patch14: e-smith-horde-1.13.0-15.horde_db.patch
25     Patch15: e-smith-horde-1.13.0-16.horde_upgrade.patch
26     Patch16: e-smith-horde-1.13.0-17.horde_create_indexes_2.patch
27     Patch17: e-smith-horde-1.13.0-18.horde_administration.patch
28     Patch18: e-smith-horde-1.13.0-19.horde_mysql_init_rename.patch
29     Patch19: e-smith-horde-1.13.0-20.horde_314.patch
30 bytegw 1.2 Patch20: e-smith-horde-1.13.0-21.horde_315.patch
31 mrjhb3 1.4 Patch21: e-smith-horde-1.13.0-23.upgrade_to_horde317.patch
32     Patch22: e-smith-horde-1.13.0-24.webmail_name.patch
33 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
34     BuildArchitectures: noarch
35     Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql
36     Requires: e-smith-lib >= 1.15.1-16
37     Requires: enscript
38     Requires: php-domxml
39     Requires: php-gd
40     Requires: php-mbstring
41     Requires: wv
42     Requires: xlhtml
43     Requires: horde >= 3.1
44     Requires: php-pear
45     %if "%{?rhel}" == "5"
46     Obsoletes: pear-date
47     Obsoletes: pear-db
48     Obsoletes: pear-file
49     Obsoletes: pear-log
50     Obsoletes: pear-mail
51     Obsoletes: pear-mail_mime
52     Requires: php-pear(Date)
53     Requires: php-pear(File)
54     Requires: php-pear(HTTP)
55     Requires: php-pear(Log)
56     Requires: php-pear(Services_Weather)
57     Requires: php-pecl(Fileinfo)
58     %else
59     Requires: pear-date
60     Requires: pear-db
61     Requires: pear-file
62     Requires: pear-log
63     Requires: pear-mail
64     Requires: pear-mail_mime
65     %endif
66     BuildRequires: e-smith-devtools >= 1.13.1-03
67     AutoReqProv: no
68     Obsoletes: dcb-e-smith-horde
69     Obsoletes: smeserver-horde-menuarray
70    
71     %changelog
72 mrjhb3 1.4 * Tue Apr 1 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-24
73     - Patch to allow users to add a different name to their webmail installation other
74     than horde. To use - config setprop horde Name xxxx ; signal-event email-update.
75     Change will be seen in /home/httpd/html/horde/config/registry.php/110AppRegistryHorde
76     [SME: 3707]
77    
78     * Tue Apr 1 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-23
79     - Updated horde registry.php template, per horde 3.1.6 and 3.1.7
80     Webroot detection was changed so if users upgrade and webmail no longer works
81     reference bug http://bugs.contribs.org/show_bug.cgi?id=3181. For a permanent
82     fix reference bug http://bugs.contribs.org/show_bug.cgi?id=3707 [SME: 4094]
83    
84 slords 1.3 * Thu Nov 15 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-22
85 bytegw 1.2 - Updated horde registry.php template, per horde 3.1.5 [SME: 3572]
86    
87 slords 1.1 * Wed May 9 2007 Shad L. Lords <slords@mail.com> 1.13.0-21
88     - Updates to support SME Server 8
89     - Include pear modules from e-smith-imp and e-smith-info
90    
91     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
92     - Clean up spec so package can be built by koji/plague
93    
94     * Sun Mar 25 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-20
95     - Updated horde conf.php, prefs.php, and registry.php, per horde 3.1.4 [SME: 2783]
96    
97     * Tue Jan 23 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-19
98     - This patch renames the last remaining mysql.init event tied to horde so that now
99     all of the events pertaining to horde are clearly identified. [SME: 1363]
100    
101     * Wed Dec 27 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-18
102     - Patch to add a DB entry that will enable the Horde Administration menu to be visible
103     for the Admin user. To use (config setprop horde Administration enabled followed by
104     signal-event email-update or expand-template /home/httpd/html/horde/config/conf.php). [SME: 2191]
105    
106     * Wed Dec 27 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-17
107     - Patch that corrects the duplicate index errors seen when installing or upgrading
108     to SME 7.1. [SME: 2194]
109    
110     * Sun Dec 24 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-16
111     - Patch that corrects the duplicate column errors on new 7.1 installs and
112     upgrades from SME 7.0 to 7.1. [SME: 2190]
113    
114     * Sat Dec 09 2006 Shad L. Lords <slords@mail.com>
115     - Update to new release naming. No functional changes.
116     - Make Packager generic
117    
118     * Tue Dec 5 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-15
119     - Added additional directive to 85HordeAccess to fix a security issue. [SME: 2136]
120    
121     * Fri Nov 25 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-14
122     - Patch that changes the inline viewer path for excel and powerpoint. Inline viewers
123     are still defaulted to false.
124    
125     * Thu Nov 09 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-13
126     - Patch that moves the mysql.init call for 77mysql_update_privs from smeserver-kronolith
127     to e-smith-horde
128    
129     * Thu Oct 5 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-12
130     - Removed imp, ingo, and turba specific horde/config/registry.php settings and moved
131     them to their own specific e-smith RPMs.
132    
133    
134     * Mon Oct 2 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-11
135     - Patch to 40horde_mysql_create_indexes which will now create the indexes for the
136     horde_prefs table.
137    
138     * Thu Sep 28 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-10
139     - Added code to the horde/conf.php/125Authentication template that will use the
140     horde composite driver if mimp is installed and status set to enabled. The
141     Composite driver is needed so horde can login to either imp or mimp.
142     - Added 999mimp template to horde/config/conf.php that will check if mimp is
143     configured as a service and enabled. If so, then the composite authentication
144     driver will be used so that mimp and imp can coexist. Otherwise imp will be
145     used for authentication. The composite driver information appears below the
146     footer like the example from http://wiki.horde.org/MIMPHowTo?referrer=AuthCompositeHowTo
147     To activate - config set mimp service status enabled|disabled. Disabled by default.
148     signal-event email-update
149    
150     * Wed Sep 27 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-09
151     - Added code so that what I am calling the horde menuarray can be enabled or
152     disabled globally for all potential horde add-on modules via a db property.
153     config setprop horde MenuArray disabled|enabled. Enabled by default.
154     If enabled, all horde add-on module icons will be visible in the webmail view.
155     Each individual horde module can also be set to display or not to display in the
156     array as well. See specific add-on module RPM for more information.
157    
158     * Wed Sep 27 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-08
159     - Patch to update the horde mysql creation of tables and indexes for horde 3.1.x
160    
161     * Mon Sep 11 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-07
162     - Patch to createlinks and templates.metadata files to reflect updated names from
163     patch 6
164    
165     * Mon Sep 11 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-06
166     - Patch to update and rename mysql.init calls so they can be identified with horde
167    
168     * Mon Sep 11 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-05
169     - Patch to update horde templates in registry.php for horde 3.1.x
170    
171     * Mon Sep 11 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-04
172     - Patch to update horde templates in prefs.php for horde 3.1.x
173    
174     * Mon Sep 11 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-03
175     - Patch to update horde templates in mime_drivers.php for horde 3.1.x
176    
177     * Mon Sep 11 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-02
178     - Patch to update horde templates in conf.php for horde 3.1.x
179     - Added an 120AdminAuthentication section which adds admin@primary_domain as a horde
180     administrator which now needs to be used to grant various permissions in horde 3.1.x
181    
182     * Mon Sep 11 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-01
183     - Roll development stream for horde 3.1.x
184    
185     * Thu Jul 20 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.12.0-04
186     - Removed Nag, Mnemo, Kronolith, Mimp, Gollem, and Trean template fragments from
187     registry.php so they can be included with their own specific smeserver- RPM's. [SME: 1742]
188    
189     * Thu Jul 06 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.12.0-03
190     - Template patch to 00header that incorporates the updates for horde 3.0.11 [SME: 1710]
191    
192     * Wed Apr 05 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.12.0-02
193     - Patch that incorporates the updates for horde 3.0.10 [SME: 1157]
194    
195     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
196     - Roll stable stream version. [SME: 1016]
197    
198     * Sat Mar 4 2006 John H. Bennett III <bennettj@thebennetthome.com> 1.11.1-28
199     - Removed config.jhb directory from /etc/e-smith/templates/home/httpd/html/horde/ [SME: 893]
200    
201     * Thu Feb 23 2006 John H. Bennett III <bennettj@thebennetthome.com> 1.11.1-27
202     - Bumped revision number so changes can be tracked via bug tracker [SME: 893]
203    
204     * Thu Feb 23 2006 John H. Bennett III <bennettj@thebennetthome.com> 1.11.1-26
205     - Added email-update event to createlinks so that horde conf.php, prefs.php,
206     registry.php, and mime_drivers.php templates will be expanded. If not a
207     post-upgrade, reboot has to be run for this to happen or a manual expansion
208     of the templates, in order for new settings to be put in place.
209    
210     * Sun Feb 19 2006 John H. Bennett III <bennettj@thebennetthome.com> 1.11.1-25
211     - Updated conf.php, prefs.php, registry.php, and mime_drivers.php templates
212     to match the contents of horde 3.0.9. Some templates were renumbered so
213     that when they are expanded they match what are in the *.dist file.
214     This should make it easier to find changes going forward [SME: 840]
215    
216     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.1-24
217     - Force horde password to >= 57 characters [SME: 201]
218    
219     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.1-23
220     - Bump release number only
221    
222     * Thu Nov 24 2005 Gordon Rowell <gordonr@e-smith.com>
223     - [1.11.1-22]
224     - Remove Requires: gd [SF: 1365954]
225     - Add Requires: php-mbstring [SF: 1283048]
226    
227     * Thu Nov 24 2005 Charlie Brady <charlieb@e-smith.com>
228     - [1.11.1-21]
229     - Force Horde password to length > 8 chars. [SF: 1365309]
230    
231     * Thu Nov 24 2005 Charlie Brady <charlieb@e-smith.com>
232     - [1.11.1-20]
233     - Update config so it's not reported as out of date. [SF: 1312522]
234    
235     * Thu Nov 17 2005 Gordon Rowell <gordonr@e-smith.com>
236     - [1.11.1-19]
237     - And Require for gd [SF: 1283048, 1356104] [RH: 173095]
238    
239     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
240     - [1.11.1-18]
241     - Add Requires for php-domxml and php-gd [SF: 1283048, 1356104]
242    
243     * Mon Sep 19 2005 Charlie Brady <charlieb@e-smith.com>
244     - [1.11.1-17]
245     - Add Requires header for enscript. [SF: 1274096]
246    
247     * Fri Aug 26 2005 Charlie Brady <charlieb@e-smith.com>
248     - [1.11.1-16]
249     - Fix path to xlhtml binary in mime_drivers template (allows browser
250     based viewing of Excel And Powerpoint files). [SF: 1274096]
251    
252     * Fri Aug 26 2005 Shad Lords <slords@mail.com>
253     - [1.11.1-15]
254     - Add wv and xlhtml to requires [SF: 1274096]
255    
256     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
257     - [1.11.1-14]
258     - Put template-{begin,end} fragments in the right place! [SF: 1220733,1222197]
259    
260     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
261     - [1.11.1-13]
262     - Add missing template-begin and template-end fragments for new templated php
263     files. [SF: 1220733,1222197]
264    
265     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
266     - [1.11.1-12]
267     - Add templates (courtesy Greg Swallow) for {prefs,registry,mime_drivers}.php.
268     [SF: 1220733]
269    
270     * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
271     - [1.11.1-11]
272     - Add /usr/share/pear-addons to php search path.
273    
274     * Wed Apr 20 2005 Charlie Brady <charlieb@e-smith.com>
275     - [1.11.1-10]
276     - Hide horde Administration interface.
277    
278     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
279     - [1.11.1-09]
280     - Fix typo in mysql socket path.
281    
282     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
283     - [1.11.1-08]
284     - HordePassword migrate fragment fix.
285    
286     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
287     - [1.11.1-07]
288     - Add mysql socket path to conf.php.
289    
290     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
291     - [1.11.1-06]
292     - Fix newline in horde password.
293    
294     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
295     - [1.11.1-05]
296     - Fix perms on conf.php.
297     - Prefix conf.php template with template-begin-php
298     - Remove templates.metadata for untemplated mime_drivers.php
299     and registry.php files and obsolete horde.php file.
300    
301     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
302     - [1.11.1-04]
303     - Add missing horde/config/conf.php template fragments.
304     - Fix a couple of problems with horde db update scripts.
305    
306     * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
307     - [1.11.1-03]
308     - Fix error in horde db password migrate fragment.
309    
310     * Mon Apr 18 2005 Charlie Brady <charlieb@e-smith.com>
311     - [1.11.1-02]
312     - Apply Greg Swallow's configuration patches and add horde db
313     migration script.
314    
315     * Mon Apr 18 2005 Charlie Brady <charlieb@e-smith.com>
316     - [1.11.1-01]
317     - Roll to new development stream for horde 3 update - 1.11.1
318    
319     * Mon Apr 18 2005 Charlie Brady <charlieb@e-smith.com>
320     - [1.11.0-04]
321     - Rename mysql.init shell scripts so that they don't end in .sql.
322     - Add missing template expansions for mysql.init scripts.
323    
324     * Mon Apr 18 2005 Charlie Brady <charlieb@e-smith.com>
325     - [1.11.0-03]
326     - Obsolete conf-horde-startup script, and add templated shell
327     scripts in its place.
328     - Add templates.metadata files for templated php config files
329     so that permissions and ownerships are correct.
330    
331     * Thu Jan 20 2005 Charlie Brady <charlieb@e-smith.com>
332     - [1.11.0-02]
333     - Restrict access to test.php [MN00064810]
334     - Use generic_template_expand action in place of conf-horde.
335     Add BuildRequires of e-smith-devtools. [MN00064130]
336    
337     * Tue Jan 20 2004 Mark Knox <markk@e-smith.com>
338     - [1.11.0-01]
339     - Rolling to devel. Bug 10917. - 1.11.0
340    
341     * Tue Jan 20 2004 Mark Knox <markk@e-smith.com>
342     - [1.10.0-01]
343     - Rolling to stable. Bug 10917. - 1.10.0
344    
345     * Tue Jan 6 2004 Michael Soulier <msoulier@e-smith.com>
346     - [1.9.0-17]
347     - Fixed bad variable reference in conf-horde-startup. [msoulier 10855]
348    
349     * Tue Jan 6 2004 Michael Soulier <msoulier@e-smith.com>
350     - [1.9.0-16]
351     - Fixed ordering of template expansion to symlink creation. [msoulier 10855]
352    
353     * Tue Dec 23 2003 Michael Soulier <msoulier@e-smith.com>
354     - [1.9.0-15]
355     - Fixed ordering of password set and template expansion. Removed password set
356     from update privs script. One place to set the password is enough.
357     [msoulier 10855]
358    
359     * Mon Dec 22 2003 Michael Soulier <msoulier@e-smith.com>
360     - [1.9.0-14]
361     - Fixed typo in conf-horde. [msoulier 7112]
362    
363     * Fri Dec 19 2003 Michael Soulier <msoulier@e-smith.com>
364     - [1.9.0-13]
365     - Moved code to set the random horde password into conf-horde.
366     [msoulier 7112]
367    
368     * Thu Dec 18 2003 Michael Soulier <msoulier@e-smith.com>
369     - [1.9.0-12]
370     - Make sure that the horde password is alphabetical. [msoulier 7112]
371    
372     * Tue Nov 25 2003 Michael Soulier <msoulier@e-smith.com>
373     - [1.9.0-11]
374     - Added migration of the user table. [msoulier 7112]
375    
376     * Tue Nov 25 2003 Michael Soulier <msoulier@e-smith.com>
377     - [1.9.0-10]
378     - Moved the migration code to an sql script. [msoulier 7112]
379    
380     * Sun Nov 23 2003 Michael Soulier <msoulier@e-smith.com>
381     - [1.9.0-09]
382     - Added a migrate fragment to remove an existing horde@% user. [msoulier 7112]
383    
384     * Sun Nov 23 2003 Michael Soulier <msoulier@e-smith.com>
385     - [1.9.0-08]
386     - Changed the grant on the horde user to horde@localhost. [msoulier 7112]
387    
388     * Thu Nov 20 2003 Michael Soulier <msoulier@e-smith.com>
389     - [1.9.0-07]
390     - Added default type and status fragments. [msoulier 10671]
391    
392     * Fri Nov 14 2003 Mark Knox <markk@e-smith.com>
393     - [1.9.0-06]
394     - Force perms of root:root 0640 on the mysql_set_password fragment [markk 4796]
395    
396     * Fri Nov 14 2003 Mark Knox <markk@e-smith.com>
397     - [1.9.0-05]
398     - Fixed bad return value from template fragment [markk 4796]
399    
400     * Fri Nov 14 2003 Mark Knox <markk@e-smith.com>
401     - [1.9.0-04]
402     - Fixed char range in random passwd generator [markk 4796]
403    
404     * Fri Nov 14 2003 Mark Knox <markk@e-smith.com>
405     - [1.9.0-03]
406     - s/template/templates/ in 'use' line [markk 4796]
407    
408     * Fri Nov 14 2003 Mark Knox <markk@e-smith.com>
409     - [1.9.0-02]
410     - Added code to randomise horde password in conf-horde-startup [markk 4796]
411    
412     * Fri Nov 14 2003 Mark Knox <markk@e-smith.com>
413     - [1.9.0-01]
414     - Rolling to devel stream
415    
416     * Thu Nov 13 2003 Michael Soulier <msoulier@e-smith.com>
417     - [1.8.0-05]
418     - Added code to conf-horde-startup to remove dangling symlinks at
419     /etc/e-smith/sql/init. [msoulier 9476]
420    
421     * Wed Jul 16 2003 Charlie Brady <charlieb@e-smith.com>
422     - [1.8.0-04]
423     - Unlink sql/init symlinks before creating new ones, in case
424     symlink exists and points to the wrong place. [charlieb 9476]
425     - Replace Copyright header with License header.
426    
427     * Fri Jul 11 2003 Mark Knox <markk@e-smith.com>
428     - [1.8.0-03]
429     - Also allow index and references privs [markk 9359]
430    
431     * Fri Jul 11 2003 Mark Knox <markk@e-smith.com>
432     - [1.8.0-02]
433     - Patch to allow alter_priv on horde db [markk 9359]
434    
435     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
436     - [1.8.0-01]
437     - Changing version to stable stream number - 1.8.0
438    
439     * Thu Jun 19 2003 Gordon Rowell <gordonr@e-smith.com>
440     - [1.7.1-05]
441     - Last changelog was for e-smith-imp - no changes from 1.7.1-03
442     [gordonr 9041]
443    
444     * Thu Jun 19 2003 Gordon Rowell <gordonr@e-smith.com>
445     - [1.7.1-04]
446     - Add imp|installed property so Mail button shows in the
447     address book [gordonr 9041]
448    
449     * Mon Apr 28 2003 Michael Soulier <msoulier@e-smith.com>
450     - [1.7.1-03]
451     - Restricted access to horde admin directory. [msoulier 8160]
452    
453     * Thu Apr 24 2003 Gordon Rowell <gordonr@e-smith.com>
454     - [1.7.1-02]
455     - Changed IMP's displayed name to "webmail" from "Mail" [gordonr 7694]
456    
457     * Wed Apr 23 2003 Gordon Rowell <gordonr@e-smith.com>
458     - [1.7.1-01]
459     - Included changes from Dan Brown's 1.7.0-04db [gordonr 7694]
460     * Sun Apr 6 2003 Dan Brown <dan@familybrown.org>
461     - [1.7.0-04db]
462     - Changed mailer to use sendmail due to "relaying denied"
463     errors
464     * Sun Apr 6 2003 Dan Brown <dan@familybrown.org>
465     - [1.7.0-03db]
466     - Created new horde-update action, and added conf-horde to it.
467     * Sat Apr 5 2003 Dan Brown <dan@familybrown.org>
468     - [1.7.0-02db]
469     - Added conf-horde and conf-horde-startup to email-update action
470     * Tue Mar 11 2003 Dan Brown <dan@familybrown.org>
471     - [1.7.0-01db]
472     - Updated horde.php and registry.php config files to agree with horde 2.2
473    
474     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
475     - [1.7.0-04]
476     - Deleted ./config/{horde, mime_drivers, registry}.php/template-begin
477     and modified %build [lijied 3295]
478    
479     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
480     - [1.7.0-03]
481     - Deleted ./config/{horde, mime_drivers, registry}.php/template-end
482     modified %build [lijied 3295]
483    
484     * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
485     - [1.7.0-02]
486     - Log horde details to syslog, not /tmp/horde.log [gordonr 3706]
487    
488     * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
489     - [1.7.0-01]
490     - dev stream to 1.7.0
491     - Roll to development stream [gordonr 3706]
492    
493     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
494     - [1.6.0-01]
495     - Roll to maintained version number to 1.6.0
496    
497     * Thu Oct 3 2002 Mark Knox <markk@e-smith.com>
498     - [1.5.2-08]
499     - Make sure we connect to the horde db in sql fragments [markk 4958]
500     - Clarify ordering of sql fragments [markk 4958]
501    
502     * Thu Oct 3 2002 Mark Knox <markk@e-smith.com>
503     - [1.5.2-07]
504     - Split horde mysql setup into three parts [markk 4958]
505    
506     * Wed Oct 2 2002 Mark Knox <markk@e-smith.com>
507     - [1.5.2-06]
508     - Split horde mysql setup script into two parts [markk 4958]
509    
510     * Wed Sep 25 2002 Charlie Brady <charlieb@e-smith.com>
511     - [1.5.2-05]
512     - Fix missing quotes around directory name in last change [charlieb 4958]
513    
514     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
515     - [1.5.2-04]
516     - Only add mysql.create.horde.sql symlink to /etc/e-smith/sql/init if
517     horde db doesn't already exist. [charlieb 4958]
518    
519     * Mon Sep 9 2002 Charlie Brady <charlieb@e-smith.com>
520     - [1.5.2-03]
521     - Remove conf-horde from all but post-install/post-upgrade events -
522     the configuration isn't a function of any config variables [charlieb 4782]
523    
524     * Fri Sep 6 2002 Charlie Brady <charlieb@e-smith.com>
525     - [1.5.2-02]
526     - Split conf-horde into conf-horde and conf-horde-startup - conf-horde-start
527     runs post-install and post-upgrade. [charlieb 4782]
528     - Expand horde templates and create horde database unconditionally.
529     [charlieb 4782]
530    
531     * Mon Jul 22 2002 Charlie Brady <charlieb@e-smith.com>
532     - [1.5.2-01]
533     - Add conf-horde link to bootstrap-console-save event [charlieb 1939]
534    
535     * Tue Jun 18 2002 Mark Knox <markk@e-smith.com>
536     - [1.5.1-01]
537     - Use SMTP instead of sendmail [markk 3920]
538    
539     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
540     - [1.5.0-01]
541     - Changing version to development stream number to 1.5.0
542    
543     * Thu May 30 2002 Tony Clayton <apc@e-smith.com>
544     - [1.4.12-01]
545     - start mysql.init with BACKGROUND=>'false' in conf-horde [tonyc 3751]
546    
547     * Thu May 30 2002 Mark Knox <markk@e-smith.com>
548     - [1.4.11-01]
549     - Added a missing menu settings fragment for horde.php [markk 3740]
550    
551     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
552     - [1.4.10-01]
553     - RPM rebuild forced by cvsroot2rpm
554    
555     * Tue May 7 2002 Mark Knox <markk@e-smith.com>
556     - [1.4.9-01]
557     - Always install mysql tables (fixes upgrade issues) [markk 2825]
558    
559     * Thu Apr 25 2002 Mark Knox <markk@e-smith.com>
560     - [1.4.8-01]
561     - Fixed check on returned record conf-horde that was causing script failures
562     on a clean install [markk]
563    
564     * Thu Apr 25 2002 Mark Knox <markk@e-smith.com>
565     - [1.4.7-01]
566     - Added missing files in mime_drivers template dir. [markk 3249]
567    
568     * Tue Apr 23 2002 Mark Knox <markk@e-smith.com>
569     - [1.4.6-01]
570     - Templates mime_drivers.php with Rich's changes [markk 3230]
571    
572     * Thu Apr 18 2002 Adrian Chung <adrianc@e-smith.com>
573     - [1.4.5-01]
574     - Remove trailing blank line from registry.php template.
575    
576     * Wed Apr 17 2002 Adrian Chung <adrianc@e-smith.com>
577     - [1.4.4-01]
578     - Update location of MySQL DB import script.
579    
580     * Tue Apr 9 2002 Mark Knox <markk@e-smith.com>
581     - [1.4.3-01]
582     - Added <?php ... ?> tags in template begin and end. [markk]
583    
584     * Tue Apr 9 2002 Mark Knox <markk@e-smith.com>
585     - [1.4.2-01]
586     - Merged in Dan Brown's contrib updates for Horde 2.0 [markk 2825]
587     - Updated conf-horde to handle new config templates, and converted to new DB
588     APIs [markk 2825]
589     - Converted 85HordeAccess fragment to new DB API [markk 2825]
590    
591     * Tue Apr 9 2002 Mark Knox <markk@e-smith.com>
592     - [1.4.1-01]
593     - rollRPM: Rolled version number to 1.4.1-01. Includes patches up to 1.4.0-03.
594    
595     * Thu Jan 3 2002 Adrian Chung <adrianc@e-smith.com>
596     - [1.4.0-03]
597     - Cleanup fragment code in 85HordeAccess.
598    
599     * Fri Aug 17 2001 gordonr
600     - [1.4.0-02]
601     - Autorebuild by rebuildRPM
602    
603     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
604     - [1.4.0-01]
605     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-02.
606    
607     * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
608     - [1.3.0-02]
609     - untie/retie %conf hash in conf-horde when calling serviceControl
610    
611     * Wed Mar 28 2001 Adrian Chung <adrianc@e-smith.com>
612     - [1.3.0-01]
613     - branching to development stream
614     - includes patches upto 1.2.0-11
615    
616     * Fri Mar 23 2001 Tony Clayton <tonyc@e-smith.com>
617     - [1.2.0-11]
618     - changed destructive 'local %conf' to 'my %conf' in httpd.conf fragment
619    
620     * Wed Mar 21 2001 Adrian Chung <adrianc@e-smith.com>
621     - [1.2.0-10]
622     - modified conf-horde again, to fix typo:
623     e-smith-sql => e-smith/sql
624     - run mysql.init after creating symlink
625     - make sure to only create symlink if databases aren't
626     already there.
627    
628     * Wed Mar 21 2001 Adrian Chung <adrianc@e-smith.com>
629     - [1.2.0-09]
630     - modified conf-horde to use new mysql.init queue
631     mechanism.
632    
633     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
634     - Rolling release number for GPG signing.
635    
636     * Mon Jan 29 2001 Adrian Chung <adrianc@e-smith.com>
637     - [1.2.0-07]
638     - chown()'s an processTemplate should only be done if horde is
639     enabled, (inside if enabled block), but outside of
640     /var/lib/mysql/horde directory existence check.
641    
642     * Mon Jan 29 2001 Adrian Chung <adrianc@e-smith.com>
643     - [1.2.0-06]
644     - added Includes line to Directory access block for horde
645     so that SSI's can be used in the imp/SSLonly directory.
646    
647     * Mon Jan 29 2001 Adrian Chung <adrianc@e-smith.com>
648     - [1.2.0-05]
649     - correct logic in conf-horde script.
650     - always do chown()'s and processTemplate call
651     - outside of if block
652    
653     * Sat Jan 27 2001 Charlie Brady <charlieb@e-smith.com>
654     - [1.2.0-04]
655     - Correct missing # in the "PHP not enabled" warning in the httpd config.
656     - Change if-return to if-elsif-else construct in template fragment code.
657     - Remove %post and %postun scripts
658    
659     * Fri Jan 26 2001 Adrian Chung <adrianc@e-smith.com>
660     - [1.2.0-03]
661     - move dependency checks to after the database entry has been
662     initialized.
663    
664     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
665     - [1.2.0-02]
666     - add dependency checks in template fragments as well
667     - they won't expand if PHP isn't enabled.
668    
669     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
670     - [1.2.0-01]
671     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-15.
672    
673     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
674     - [1.1.0-15]
675     - added dependency check for PHP in conf-horde script
676    
677     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
678     - [1.1.0-14]
679     - fix missing comma in conf-horde
680    
681     * Wed Jan 24 2001 Adrian Chung <adrianc@e-smith.com>
682     - [1.1.0-13]
683     - added background => false so that mysql service
684     control calls are not backgrounded.
685    
686     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
687     - [1.1.0-12]
688     - move mysql related chowns into block protected by check
689     for mysql data directory.
690    
691     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
692     - [1.1.0-11]
693     - check for defined $runlevel in conf-horde.
694    
695     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
696     - [1.1.0-10]
697     - Use serviceControl()
698    
699     * Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com>
700     - [1.1.0-9]
701     - added email-update event link
702    
703     * Mon Jan 8 2001 Adrian Chung <adrianc@e-smith.com>
704     - [1.1.0-8]
705     - got rid of initialized variable. check for existence
706     of /var/lib/mysql/horde/* instead.
707     - if runlevel 7, shutdown mysqld, do stuff, then restart it
708     - set ownership of /var/lib/mysql/horde/* after creation.
709    
710     * Mon Jan 8 2001 Adrian Chung <adrianc@e-smith.com>
711     - [1.1.0-7]
712     - fixed typo: added space back in to 85HordeAccess template.
713    
714     * Mon Jan 8 2001 Charlie Brady <charlieb@e-smith.com>
715     - [1.1.0-6]
716     - Fix some pathnames
717     - Change dependency MySQL => mysql
718    
719     * Mon Jan 8 2001 Charlie Brady <charlieb@e-smith.com>
720     - [1.1.0-5]
721     - Only do %post and %postun actions in runlevel 7
722     - Just call action script in %post anyway, don't repeat the code here.
723     - Remove backticks from action script, avoid backgrounded actions in
724     script - use perl methods instead to do chown/chgrp.
725     - Always default to disabled.
726     - Make 85HordeAccess depend on horde service - enforce horde/imp
727     dependency in the UI.
728    
729     * Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com>
730     - [1.1.0-4]
731     - wrap 85HordeAccess fragment in httpd.conf so that it
732     only expands if IMP is on -- since IMP is the only service
733     that uses horde right now.
734    
735     * Wed Nov 22 2000 Adrian Chung <adrianc@e-smith.com>
736     - Delayed chown by 5 seconds instead of immediate.
737    
738     * Wed Nov 22 2000 Adrian Chung <adrianc@e-smith.com>
739     - Changed basedir in conf-horde event to /usr for mysql import
740    
741     * Wed Nov 22 2000 Adrian Chung <adrianc@e-smith.com>
742     - Rolled to 1.1.0, this stream for 4.1/7.0.
743    
744     * Tue Nov 14 2000 Adrian Chung <adrianc@e-smith.com>
745     - initial release
746    
747     %description
748     This package adds necessary e-smith template fragments to enable
749     horde specific configuration items.
750    
751     %prep
752     %setup
753     %patch0 -p1
754     %patch1 -p1
755     %patch2 -p1
756     %patch3 -p1
757     %patch4 -p1
758     %patch5 -p1
759     %patch6 -p1
760     %patch8 -p1
761     %patch9 -p1
762     %patch10 -p1
763     %patch11 -p1
764     %patch12 -p1
765     %patch13 -p1
766     %patch14 -p1
767     %patch15 -p1
768     %patch16 -p1
769     %patch17 -p1
770     %patch18 -p1
771     %patch19 -p1
772 bytegw 1.2 %patch20 -p1
773 mrjhb3 1.4 %patch21 -p1
774     %patch22 -p1
775 slords 1.1
776     %build
777     for i in post-install post-upgrade
778     do
779     mkdir -p root/etc/e-smith/events/$i
780     done
781     perl createlinks
782    
783     %install
784     rm -rf $RPM_BUILD_ROOT
785     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
786     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
787     echo "%doc COPYING" >> %{name}-%{version}-filelist
788    
789     %clean
790     rm -rf $RPM_BUILD_ROOT
791    
792     %pre
793     %preun
794     %post
795     %postun
796    
797     %files -f %{name}-%{version}-filelist
798     %defattr(-,root,root)

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