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

Contents of /rpms/e-smith-horde/sme8/e-smith-horde.spec

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


Revision 1.3 - (show annotations) (download)
Tue Feb 5 16:32:03 2008 UTC (16 years, 4 months ago) by slords
Branch: MAIN
Changes since 1.2: +1 -1 lines
Fix specs

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

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