/[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.1 - (hide annotations) (download)
Tue Jun 12 15:33:12 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-horde-1_13_0-21_el4_sme
Import on branch sme7 of package e-smith-horde-1.13.0-21.el4.sme.src.rpm

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

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