/[smeserver]/rpms/smeserver-support/sme7/smeserver-support.spec
ViewVC logotype

Annotation of /rpms/smeserver-support/sme7/smeserver-support.spec

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


Revision 1.26 - (hide annotations) (download)
Tue May 25 15:31:38 2010 UTC (14 years ago) by slords
Branch: MAIN
Changes since 1.25: +6 -2 lines
Add Hebrew

1 slords 1.26 # $Id: smeserver-support.spec,v 1.25 2009/10/27 18:14:57 slords Exp $
2 slords 1.14
3 slords 1.1 Summary: SME Server module to display support and licensing information
4     %define name smeserver-support
5     Name: %{name}
6 slords 1.18 %define version 2.0.0
7 slords 1.26 %define release 8
8 slords 1.1
9     # These packages come from CentOS, but wee need to use care when
10     # updating them - either we've patched them, or we need to do something
11     # prior to taking the update
12     %define centos_excludes kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,initscripts
13    
14     Version: %{version}
15     Release: %{release}%{?dist}
16     License: GPL
17     Group: Networking/Daemons
18     Source: %{name}-%{version}.tar.gz
19     Source1: smeserver_logo.jpg
20     Source2: smeserver_logo.gif
21     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22     BuildRequires: e-smith-devtools >= 1.7.5
23     BuildArchitectures: noarch
24     Provides: server-manager-images
25     Conflicts: ServiceLink-support
26     Obsoletes: e-smith-blades
27     Obsoletes: e-smith-keys
28     Obsoletes: e-smith-support
29     AutoReqProv: no
30    
31     Requires: slip-kmod
32    
33     # More packages which might have been installed via jhb's horde 3 script
34     Obsoletes: perl-Unicode-IMAPUtf7 = 1.02-1
35     Obsoletes: perl-Unicode-String = 2.06-1
36     Obsoletes: file = 4.12-3db_rh73
37     Obsoletes: libmcrypt = 2.5.7-1.dag.rh73
38     Obsoletes: libmhash = 0.9.1-1.rh73.dag
39     Obsoletes: php = 4.3.10-3eo
40     Obsoletes: php-curl = 4.3.10-3eo
41     Obsoletes: php-devel = 4.3.10-3eo
42     Obsoletes: php-domxml = 4.3.10-3eo
43     Obsoletes: php-imap = 4.3.10-3eo
44     Obsoletes: php-ldap = 4.3.10-3eo
45     Obsoletes: php-mcrypt = 4.3.10-3eo
46     Obsoletes: php-mhash = 4.3.10-3eo
47     Obsoletes: php-mysql = 4.3.10-3eo
48     Obsoletes: php-odbc = 4.3.10-3eo
49     Obsoletes: php-snmp = 4.3.10-3eo
50     Obsoletes: php-xmlrpc = 4.3.10-3eo
51     Obsoletes: unixODBC = 2.2.0-5
52     Obsoletes: php-eaccelerator = 4.3.10_0.9.2a-1eo
53    
54     # SF: 1357548
55     Conflicts: selinux-policy-targeted
56    
57     # XXX - FIXME - pam should require this, shouldn't it?
58     Requires: audit-libs
59    
60     # New features that we want to pull in on upgrades
61     Requires: smolt
62     Requires: screen
63     Requires: smeserver-yum
64     Obsoletes: yum = 1.0.3-6.0.7.x.esmith
65     Requires: smeserver-clamav
66     Requires: e-smith-spamassassin
67     Requires: smeserver-audittools
68 bytegw 1.8 Requires: e-smith-formmagick >= 1.4.0-9
69 slords 1.1
70     # These packages weren't in 5.x, or were split from e-smith-base since then
71     Requires: e-smith-domains
72     Requires: e-smith-ibays
73     Requires: e-smith-nutUPS
74     Requires: e-smith-portforwarding
75     Requires: e-smith-starterwebsite
76    
77     # 5.x used bind for name resolution - we need to pull in djbdns
78     Requires: e-smith-dnscache
79     Requires: e-smith-tinydns
80    
81     # This one should probably be in e-smith-base
82     Obsoletes: kernel-module-slip
83     Obsoletes: kernel-smp-module-slip
84     Obsoletes: kernel-module-st
85    
86     # Specific package versions we dont want.
87     # These aren't being pulled by anything else.
88     Obsoletes: e-smith-loginscript = 0.2-2
89     Obsoletes: e-smith-samba = 2.1.0-10gjz
90     Requires: e-smith-samba
91    
92     # Pull in locales so we have a smooth language upgrade [SF: 1309520]
93 slords 1.15 Requires: smeserver-locale-bg
94 bytegw 1.9 Requires: smeserver-locale-da
95 slords 1.1 Requires: smeserver-locale-de
96 bytegw 1.9 Requires: smeserver-locale-el
97 slords 1.1 Requires: smeserver-locale-es
98 bytegw 1.22 Requires: smeserver-locale-et
99 slords 1.1 Requires: smeserver-locale-fr
100 slords 1.26 Requires: smeserver-locale-he
101 slords 1.11 Requires: smeserver-locale-hu
102 bytegw 1.9 Requires: smeserver-locale-id
103 slords 1.1 Requires: smeserver-locale-it
104 slords 1.19 Requires: smeserver-locale-ja
105 slords 1.20 Requires: smeserver-locale-nb
106 bytegw 1.9 Requires: smeserver-locale-nl
107 slords 1.25 Requires: smeserver-locale-pl
108 slords 1.15 Requires: smeserver-locale-pt
109 slords 1.12 Requires: smeserver-locale-pt_BR
110 slords 1.24 Requires: smeserver-locale-ro
111 slords 1.20 Requires: smeserver-locale-ru
112 bytegw 1.9 Requires: smeserver-locale-sl
113 slords 1.1 Requires: smeserver-locale-sv
114 slords 1.25 Requires: smeserver-locale-th
115 slords 1.15 Requires: smeserver-locale-tr
116 slords 1.20 Requires: smeserver-locale-zh_CN
117 slords 1.1
118     # These should be re-pulled by other e-smith packages.
119     Obsoletes: perl-File-MMagic = 1.22-1
120     Obsoletes: perl-gettext = 1.01-10
121     Obsoletes: perl-perl-ldap = 0.22-10
122     Obsoletes: perl-perl-ldap = 0.31-1
123     Obsoletes: php = 4.3.10-01es01
124     Obsoletes: php-imap = 4.3.10-01es01
125     Obsoletes: php-ldap = 4.3.10-01es01
126     Obsoletes: php-mysql = 4.3.10-01es01
127     Obsoletes: proftpd = 4:1.2.5-fr1
128     Obsoletes: proftpd = 5:1.2.8p-es1
129     Obsoletes: proftpd = 5:1.2.9-es1
130     Obsoletes: proftpd = 5:1.2.9-es3
131     Obsoletes: proftpd = 5:1.2.9-es3sme1
132     Obsoletes: proftpd = 5:1.2.9-es4
133     Obsoletes: squid = 9:2.5.STABLE3-6.3E.2es01
134    
135     # Specific package versions we dont want.
136     # These were installed with older version but aren't needed.
137     Obsoletes: authconfig = 4.2.8-4
138     Obsoletes: bind-utils = 9.2.1-1.7x.2
139     Obsoletes: cvs = 1.11.1p1-7es02
140     Obsoletes: cvs = 1.11.1p1-16.legacy.2
141     Obsoletes: cvs = 1.11.1p1-17.legacy.2
142     Obsoletes: dietlibc = 0.15-2
143     Obsoletes: e-smith-telnet = 1.6.0-02
144     Obsoletes: e-smith-reinstall-floppy <= 1.12.0-01
145     Obsoletes: gd = 1.8.4-4
146     Obsoletes: gd = 1.8.4-4.1.legacy
147     Obsoletes: logwatch = 5.2.2-1sme01
148     Obsoletes: mysqlclient9 = 3.23.22-8
149     Obsoletes: mysql-devel = 3.23.56-1.73
150     Obsoletes: mysql-devel = 3.23.58-1.73
151     Obsoletes: openldap-clients = 2.0.27-2.7.3es
152     Obsoletes: perl-Crypt-SSLeay = 0.35-15
153     Obsoletes: perl-Digest-Nilsimsa = 0.06-1
154     Obsoletes: perl-Filter-Handle = 0.03-10
155     Obsoletes: perl-I18N-LangTags = 0.27-1es3
156     Obsoletes: perl-NDBM_File = 1:1.75-34.99.6
157     Obsoletes: perl-Net-Ping = 2.28-1
158     Obsoletes: perl-Proc-PID_File = 0.05-1
159     Obsoletes: perl-Test-Harness-Straps = 0.10-1
160     Obsoletes: perl-Test-Simple = 0.42-1
161     Obsoletes: perl-Text-Wrapper = 1.000-10
162     Obsoletes: ppp-modules
163     Obsoletes: rpm-build = 4.0.4-7x.18
164     Obsoletes: sortspam = 1.0.0-01
165     Obsoletes: sortspam = 1.1.0-05
166     Obsoletes: sortspam = 1.1.0-05sme01
167     Obsoletes: sortspam = 1.1.0-05sme02
168     Obsoletes: telnet-server = 0.17-20
169     Obsoletes: e-smith-userpanel
170     Conflicts: e-smith-userpanel
171     Obsoletes: dmc-mitel-mailrules
172     Conflicts: dmc-mitel-mailrules
173    
174     # This block used to be in the SMEServer RPM. Many are probably
175     # redundant or should be elsewhere or removed
176     # [SF: 1356225]
177     Conflicts: amavis-ng
178     Conflicts: clamav-es
179     Obsoletes: obtuse-smtpd obtuse-smtpd-qmail
180     Obsoletes: ip_masq_h323 ip_masq_icq ip_masq_rtsp isapnptools
181     Obsoletes: pidentd
182     Obsoletes: tftp-conntrack-nat
183     Obsoletes: e-smith-named
184     Obsoletes: e-smith-locale-fr_CA
185     Obsoletes: pptp-conntrack-nat
186     Obsoletes: amavis-ng
187     Obsoletes: clamav-es
188     Requires: attr
189     Requires: audit
190     Requires: dos2unix
191     Requires: unix2dos
192     Requires: dstat
193     Requires: dvd+rw-tools
194     Requires: elinks
195     Requires: htop
196     Requires: mkisofs
197     Requires: mtr
198     Requires: nano
199     Requires: nc
200     Requires: mc
201     Requires: prelink
202     Requires: psacct
203     Requires: dmraid
204    
205     # Dungog contribs which Stephen Noble reports as incompatible with
206     # SME 7.x [SME 1283] [SME 1295] [SME 2427]
207     Obsoletes: dungog-vdomain
208     Obsoletes: smeserver-vdomain
209     Conflicts: dungog-vdomain
210     Conflicts: smeserver-vdomain
211     Obsoletes: smeserver-userpanel <= 0.9-9
212     Obsoletes: dungog-autofs
213     Obsoletes: dungog-nis
214     Obsoletes: dungog-cgiinhtml
215     Obsoletes: dungog-ispconnection
216     Obsoletes: dungog-dialup
217     Obsoletes: dungog-masq
218     Obsoletes: dungog-sshd
219     Obsoletes: dungog-tmda
220     Obsoletes: dungog-ssl
221     Obsoletes: dungog-deletedoublebounce
222     Obsoletes: dungog-mailblocking
223     Conflicts: dungog-autofs
224     Conflicts: dungog-nis
225     Conflicts: dungog-cgiinhtml
226     Conflicts: dungog-ispconnection
227     Conflicts: dungog-dialup
228     Conflicts: dungog-masq
229     Conflicts: dungog-sshd
230     Conflicts: dungog-tmda
231     Conflicts: dungog-ssl
232     Conflicts: dungog-deletedoublebounce
233     Conflicts: dungog-mailblocking
234    
235 slords 1.24 # Remove rkhunter
236     Obsoletes: rkhunter <= 1.3.4-7.el4.sme
237    
238 slords 1.1 %changelog
239 slords 1.26 * Tue May 25 2010 Shad L. Lords <slords@mail.com> - 2.0.0-8.sme
240     - Add support for Hebrew (he). [SME: 5970]
241    
242 slords 1.25 * Tue Oct 27 2009 Shad L. Lords <slords@mail.com> 2.0.0-7.sme
243     - Add support for Polish (pl). [SME: 5433]
244     - Add support for Thai (th). [SME: 5466]
245    
246 slords 1.24 * Wed May 27 2009 Shad L. Lords <slords@mail.com> 2.0.0-6.sme
247     - Add support for Romanian (ro). [SME: 5268]
248    
249     * Wed May 27 2009 Shad L. Lords <slords@mail.com> 2.0.0-5.sme
250     - Obsoletes: rkhunter to remove from default install [SME: 5172]
251 wellsi 1.23
252 bytegw 1.22 * Wed Apr 29 2009 Gavin Weight <gweight@gmail.com> 2.0.0-4.sme
253     - Add support for Estonian (et). [SME: 5203]
254    
255 slords 1.21 * Tue Mar 3 2009 Shad L. Lords <slords@mail.com> 2.0.0-3.sme
256 slords 1.20 - Add support for Norwegian Bokmal (nb) [SME: 5002 ]
257     - Add support for Russian (ru) [SME: 5002]
258     - Add support for Chinese China (zh_CN) [SME: 5002]
259    
260 slords 1.19 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.0.0-2.sme
261     - Add support for Japanese (ja) [SME: 4637]
262    
263 slords 1.18 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
264     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
265    
266 slords 1.17 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.6.0-53
267     - Update excludes for sme8 [SME: 4507]
268    
269 slords 1.16 * Thu Aug 7 2008 Charlie Brady <charlieb@e-smith.com> 1.6.0-52
270     - Remove incorrect 'Obsoletes: yum-metadata-parser'. [SME: 4466]
271    
272 slords 1.15 * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.6.0-51
273     - Add support for Bulgarian (bg) [SME: 4337]
274     - Re-add support for Portuguese (pt) [SME: 4006]
275     - Add support for Turkish (tr) [SME: 4443]
276    
277 slords 1.13 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-50
278     - Add gettext to console titles.
279    
280 slords 1.12 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-49
281     - Fix support for Portuguese (pt_BR) [SME: 4006]
282    
283 slords 1.11 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48
284     - Add support for Hungarian (hu) [SME: 4025]
285    
286 burnat 1.10 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47
287     - gettext Internet connection failed [SME: 631]
288    
289 bytegw 1.9 * Sat Mar 1 2008 Shad L. Lords <slords@mail.com> 1.6.0-46
290     - Add support for Danish (da) [SME: 4006]
291     - Add support for Dutch (nl) [SME: 4006]
292     - Add support for Greek (el) [SME: 4006]
293     - Add support for Indonesian (id) [SME: 4006]
294     - Add support for Portuguese (pt) [SME: 4006]
295     - Add support for Slovenian (sl) [SME: 4006]
296    
297 bytegw 1.8 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.6.0-45
298     - Remove <base> tags now in general [SME: 3928]
299    
300 bytegw 1.7 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.6.0-44
301     - move support lexicon [SME: 3878]
302    
303 bytegw 1.6 * Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.6.0-43
304     - Revert obsoletes check4updates, should be in smeserver-yum [SME: 3250]
305    
306     * Fri Jan 11 2008 Stephen Noble <support@dungog.net> 1.6.0-42
307     - Add Obsolete check4updates [SME: 3250]
308    
309 bytegw 1.5 * Mon Jan 7 2008 Gavin Weight <gweight@gmail.com> 1.6.0-41
310     - Remove check4updates requires line. [SME: 3250]
311    
312 slords 1.3 * Fri Sep 7 2007 Shad L. Lords <slords@mail.com> 1.6.0-40
313 slords 1.4 - Update obsoletes for sme8 [SME: 2437]
314 slords 1.3
315 slords 1.2 * Tue Jul 3 2007 Shad L. Lords <slords@mail.com> 1.6.0-39
316     - Remove yum-metadata-parser under sme8.
317    
318 slords 1.1 * Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.6.0-38
319     - Add smolt service for hardware profiling.
320    
321     * Wed May 9 2007 Shad L. Lords <slords@mail.com> 1.6.0-37
322     - Updates to support SME Server 8
323    
324     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
325     - Clean up spec so package can be built by koji/plague
326    
327     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 1.6.0-36
328     - Change to dist for tagging release
329     - Remove ipp2p support. [SME: 38]
330    
331     * Mon Apr 09 2007 Stephen Noble <support@dungog.net> 1.6.0-35
332     - Add Obsoletes and Conflicts for old dungog contribs [SME: 1295]
333    
334     * Sun Feb 18 2007 Shad L. Lords <slords@mail.com> 1.6.0-34
335     - Add sv locale so language files get pulled in [SME: 911]
336    
337     * Sun Feb 18 2007 Shad L. Lords <slords@mail.com> 1.6.0-33
338     - Add ipp2p package (disabled) to block p2p traffic [SME: 38]
339    
340     * Mon Feb 12 2007 Stephen Noble <support@dungog.net> 1.6.0-32
341     - Add Obsoletes header to remove smeserver-userpanel <=0.9-9 [SME: 2427]
342    
343     * Sat Jan 27 2007 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-31
344     - Change base and updates Exclude definitions to defaults files [SME: 2384]
345    
346     * Sat Jan 27 2007 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-30
347     - Fix generation of base and updates Exclude definitions [SME: 2384]
348    
349     * Fri Jan 05 2007 Shad L. Lords <slords@mail.com> 1.6.0-29
350     - Add requires for check4updates. It was split from atrpms.
351    
352     * Tue Dec 12 2006 Shad L. Lords <slords@mail.com> 1.6.0-28
353     - Undo ntp obsoletes. Breaks yum upgrades.
354    
355     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
356     - Update to new release naming. No functional changes.
357     - Make Packager generic
358    
359     * Sat Dec 02 2006 Shad L. Lords <slords@mail.com> 1.6.0-27
360     - Obsolete our version of ntp so we pull correct upstream version
361    
362     * Sat Dec 02 2006 Shad L. Lords <slords@mail.com> 1.6.0-26
363     - Update requires to reflect new kernel module format
364    
365     * Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-25
366     - Remove requires for smeserver-qpsmtpds-tnef2mime after merge [SME: 2087]
367    
368     * Sat Nov 18 2006 Shad L. Lords <slords@mail.com> 1.6.0-24
369     - Remove CentOS markings from motd, redhat-release to fix
370     branding of kernels in grub.conf and startup screens [SME: 1996]
371    
372     * Tue Nov 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-23
373     - Revert last change - the packages can be removed manually [SME: 2062]
374    
375     * Tue Nov 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-22
376     - Obsolete samba-3.0.23c-1 and friends [SME: 2062]
377    
378     * Fri Sep 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-21
379     - Add centos_exclude define and use it to auto-generate Exclude
380     property for CentOS yum repositories [SME: 1849]
381    
382     * Sun Jul 16 2006 Gavin Weight <gweight@gmail.com> 1.6.0-20
383     - Changed css style to match logo background. [SME: 1558]
384    
385     * Fri Jun 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-19
386     - Change donate link to www.smeserver.org/donate/ [SME: 1668]
387    
388     * Fri Jun 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-18
389     - Change new window target to _blank rather than "new" [SME: 1613]
390    
391     * Thu Jun 29 2006 Gavin Weight <gweight@gmail.com> 1.6.0-17
392     - Modified text on server-manager front screen. [SME: 1613]
393    
394     * Wed Jun 28 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-16
395     - Expand text on server-manager front screen [SME: 1613]
396     - Add Copyright 2006 SME Server, Inc to footer
397    
398     * Fri Jun 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-15
399     - Add GIF format logo [SME: 1558]
400    
401     * Thu Jun 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-14
402     - Update server-manager logo [SME: 1558]
403    
404     * Wed May 31 2006 Charlie Brady <charlie_brady@mitel.com> 1.6.0-13
405     - Escape percent char in crontab template. [SME: 1497]
406    
407     * Wed May 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-12
408     - Obsolete yum-1.0.3-6.0.7.x.esmith [SME: 1418]
409    
410     * Wed May 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-11
411     - Updated SME Server logo [SME: 1512]
412    
413     * Fri May 26 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-10
414     - Sleep 0..59 seconds when calling statusreport from cron [SME: 1497]
415    
416     * Tue May 23 2006 Gavin Weight <gweight@gmail.com> 1.6.0-09
417     - Add Obsoletes for perl-File-MMagic. [SME: 1436]
418    
419     * Thu May 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-08
420     - Don't bother printing LWP error [SME: 1314]
421    
422     * Thu May 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-07
423     - Add weekly status report.
424     - Only the following information is passed in the status report:
425     - ReleaseVersion (e.g. 7.0rc2)
426     - SystemMode (e.g. servergateway)
427     - SystemIDHash (Unique id - SHA1 hash of the SystemID)
428     - InstallEpoch (time of system install)
429     - CurrentEpoch (time of this test)
430     - Refactor testInternet to use new script
431     - [SME: 1314]
432    
433     * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 1.6.0-06
434     - Add Obsoletes and Conflicts headers for dungog vdomain contribs.
435     [SME: 1283]
436    
437     * Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.6.0-05
438     - Changed links to online-manual now at contribs.org . [SME: 1079]
439    
440     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-04
441     - Add dependency on smeserver-audittools [SME: 762]
442    
443     * Tue Mar 28 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-03
444     - Bump CentOS release to 4.3 [SME: 1151]
445    
446     * Tue Mar 28 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-02
447     - Add Obsoletes for e-smith-loginscript-0.2-2 [SME: 1087]
448    
449     * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-01
450     - Roll stable stream version. [SME: 1016]
451    
452     * Wed Feb 22 2006 Gavin Weight <gweight@gmail.com> 1.4.8-22
453     - Add obsoletes on amavis-ng and clamav-es, Added conflicts too [SME: 775]
454    
455     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-21
456     - And e-smith-portforwarding [SME: 767]
457    
458     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-20
459     - Add dependencies on e-smith-domains, e-smith-nutUPS and
460     e-smith-starterwebsite to simplify 5.x upgrades [SME: 767]
461     - Obsolete a few more old versions of proftpd with big Epoch tags [SME: 767]
462    
463     * Wed Feb 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-19
464     - Add Obsoletes and Conflicts headers to cause removal of and
465     prevent re-installation of the incompatible contrib
466     dmc-mitel-mailrules. [SME: 800]
467    
468     * Tue Feb 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-18
469     - Add Conflicts header to prevent reinstallation of e-smith-userpanel.
470     [SME: 598,770]
471    
472     * Mon Feb 13 2006 Charlie Brady <charlieb@e-smith.com> 1.4.8-17
473     - Add more Obsoletes headers, to assist with upgrade of customised
474     servers. [SME: 775]
475    
476     * Mon Feb 13 2006 Charlie Brady <charlieb@e-smith.com> 1.4.8-16
477     - Adding dependencies on e-smith-dnscache and e-smith-tinydns, so
478     that DNS works after 5.x -> 7 upgrade. [SME: 767]
479    
480     * Sun Feb 12 2006 Charlie Brady <charlieb@e-smith.com> 1.4.8-15
481     - Adding dependency on e-smith-ibays, to ensure it is installed
482     during 5.x -> 7 upgrade. [SME: 747]
483    
484     * Fri Feb 10 2006 Gavin Weight <gweight@gmail.com> 1.4.8-14
485     - Updated online-manual to include links to Sourceforge
486     Manual/FAQs/KnownIssues. [SME: 490]
487    
488     * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 1.4.8-13
489     - Added online-manual. [SME: 407]
490    
491     * Wed Feb 8 2006 Gavin Weight <gweight@gmail.com> 1.4.8-12
492     - Additional cleanup of sme_header.css [SME: 408]
493    
494     * Wed Feb 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-11
495     - Additional cleanup of contribs.org styling by Gavin [SME: 408]
496    
497     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-10
498     - Add comment to each of the contribs.org styling fragments
499     so it is easier to find the overrides [SME: 408]
500    
501     * Tue Feb 7 2006 Gavin Weight <gweight@gmail.com> 1.4.8-09
502     - Adding contribs css style fragments and removing hack in
503     contribs.org styling [SME: 408]
504    
505     * Sun Feb 05 2006 Gavin Weight <gweight@gmail.com> 1.4.8-08
506     - Add header to obsolete kernel-module-st. [SME: 647]
507    
508     * Sat Feb 4 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-07
509     - Hack in contribs.org styling for CSS files prior to parameterizing
510     the templates. Kids: Don't do this at home. RPMs should NOT install
511     fragments into templates-custom. [SME: 408]
512    
513     * Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-06
514     - Add header to obsolete e-smith-userpanel. [SME: 598]
515    
516     * Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-05
517     - Add dependencies for spamassassin and clamav frameworks (moved
518     from smeserver-qpsmtpd). [SME: 606]
519    
520     * Thu Jan 12 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-04
521     - Add screen package [SME: 445]
522    
523     * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-03
524     - Adjust initial.cgi to "SME Server" product name [SME: 402]
525    
526     * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-02
527     - Add contribs.org logo and change product name to "SME Server" [SME: 402]
528     - Put $SystemName.$DomainName in manager titlebar
529    
530     * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-01
531     - Roll patches to 1.4.7-24 and convert some stray DOS format text files
532     to Unix format
533    
534     * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-24
535     - Modify "Test Internet Access" so that it accesses contribs.org
536     and only passes two pieces of information:
537     - sysconfig{ReleaseVersion}
538     - An SHA1 hash of sysconfig{SystemID} [SME: 402]
539    
540     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-23
541     - Add esmith::console object for standalone menu item [SME: 364]
542    
543     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-22
544     - Move testInternet console menu item to smeserver-support [SME: 364]
545    
546     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-21
547     - Revert last change [SME: 327]
548    
549     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-20
550     - Add Requires: smeserver-sysstat [SME: 327]
551    
552     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-19
553     - Relocate Obsoletes: SMEServer to smeserver-release package [SME: 72]
554    
555     * Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-18
556     - Expand /etc/motd and friends in post-{install,upgrade} so that
557     they are correct for the first boot [SF: 1295403, 1261360]
558    
559     * Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-17
560     - Obsolete the SMEServer marker package [SF: 1356225]
561    
562     * Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-16
563     - /etc/issue and /etc/issue.net should be empty by default. We don't
564     want to announce version numbers to casual observers [SF: 1261360]
565    
566     * Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-15
567     - Use the /etc/motd template for /etc/redhat-release [SF: 1295403]
568    
569     * Wed Nov 16 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-14
570     - Add templates for /etc/{issue,issue.net,motd}, all generated from
571     the /etc/motd template [SF: 1261360]
572    
573     * Wed Nov 16 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-13
574     - Add Conflicts: selinux-policy-targeted [SF: 1357548]
575    
576     * Mon Nov 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-12
577     - Add requires for kernel-smp-module-slip [SF: 1356104]
578    
579     * Mon Nov 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-11
580     - Removed Requires for php-domxml - now in e-smith-horde [SF: 1313299]
581    
582     * Mon Oct 31 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-10
583     - Obsolete e-smith-reinstall-floppy [SF: 1342860]
584    
585     * Sat Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-09
586     - Add dependency on audit-libs
587    
588     * Fri Oct 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-08
589     - Remove kenel-module-st - patch is in the CentOS 4.2 kernel
590    
591     * Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-07
592     - Make symlink to tux in post scriptlet [SF: 1295038]
593    
594     * Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-06
595     - Add symlink to tux for splash.xpm.gz [SF: 1295038]
596     - Remove unused language macro definition from SPEC file
597    
598     * Sat Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-05
599     - And add dependencies for smeserver-locale-{de,es,fr,it} [SF: 1309520]
600    
601     * Fri Oct 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-04
602     - Move all L10Ns to smeserver-locale [SF: 1309520]
603    
604     * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-03
605     - Bump version to force update
606    
607     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-02
608     - Pull in kernel-module-st so flexbackup works [SF: 1254300]
609     - Pull in kernel-module-slip for dialup support [SF: 1293606]
610    
611     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-01
612     - Roll tarball, patches to 1.4.6-02
613    
614     * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.6-02
615     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
616    
617     * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au>
618     - [1.4.6-01]
619     - Roll patches up to 1.4.5-07
620     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
621    
622     * Thu Aug 18 2005 Shad L. Lords <slords@mail.com>
623     - [1.4.5-07]
624     - More Obsoletes/Requires updates
625    
626     * Thu Aug 18 2005 Shad L. Lords <slords@mail.com>
627     - [1.4.5-06]
628     - Obsoletes/Requires updates for beta1.
629     Still lots of work to be done.
630    
631     * Sat Aug 13 2005 Shad L. Lords <slords@mail.com>
632     - [1.4.5-05]
633     - Lots up Obsoletes updates
634    
635     * Fri Aug 12 2005 Shad L. Lords <slords@mail.com>
636     - [1.4.5-04]
637     - Add authconfig, mysql-devel, openldap-clients,
638     perl-Crypt-SSLeay, perl-NDBM_File specific and
639     ppp-modules generic obsoletes so they are removed
640     on upgrade.
641    
642     * Fri Aug 12 2005 Shad L. Lords <slords@mail.com>
643     - [1.4.5-03]
644     - Add obsoletes for specific php versions
645    
646     * Tue Aug 09 2005 Shad L. Lords <slords@mail.com>
647     - [1.4.5-02]
648     - Remove Requires and Obsoletes. Start moving to correct places.
649    
650     * Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
651     - [1.4.5-01]
652     - Package renamed to smeserver-support, obsoleting e-smith-support
653    
654     * Fri Jul 15 2005 Shad L. Lords <slords@mail.com>
655     - [1.4.4-07sme02]
656     - Various additional fixes for upgrades
657    
658     * Thu Jul 14 2005 Shad L. Lords <slords@mail.com>
659     - [1.4.4-07sme01]
660     - Various fixes for 6.5RC1 upgrades
661    
662     * Fri Jul 1 2005 Gordon Rowell <gordonr@gormand.com.au>
663     * Thu Jul 14 2005 Charlie Brady <charlieb@e-smith.com>
664     - [1.4.4-07]
665     - Various updates provided by Shad Lords.
666    
667     * Fri Jul 1 2005 Gordon Rowell <gordonr@gormand.com.au>
668     - [1.4.4-06]
669     - Updated Requires lists for CentOS 4.1 version [SF: 1217914]
670    
671     * Wed Jun 15 2005 Charlie Brady <charlieb@e-smith.com>
672     - [1.4.4-05]
673     - Add full set of Requires: headers, to ensure that an upgrade installs
674     a full package set. [SF: 1217914]
675    
676     * Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com>
677     - [1.4.4-04]
678     - Rationalise manager URLs below server-manager. [SF: 1172203, 1210715]
679    
680     * Mon May 30 2005 Charlie Brady <charlieb@e-smith.com>
681     - [1.4.4-03]
682     - Add "Requires: e-smith-lib" to ensure correct installation ordering.
683     [SF: 1210723]
684    
685     * Thu Feb 24 2005 Charlie Brady <charlieb@e-smith.com>
686     - [1.4.4-02]
687     - Updated copyright date on the license text file.
688    
689     * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
690     - [1.4.4-01]
691     - Updated product_logo.jpg [gordonr 8507]
692    
693     * Mon May 12 2003 Gordon Rowell <gordonr@e-smith.com>
694     - [1.4.3-01]
695     - Handle "es" language (treat as English) [gordonr 3793]
696    
697     * Mon Mar 31 2003 Gordon Rowell <gordonr@e-smith.com>
698     - [1.4.2-08]
699     - Updated fr lexicon for initial.cgi [gordonr 7728]
700    
701     * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
702     - [1.4.2-07]
703     - Moved lexica for {index,initial}.cgi here [gordonr 7728]
704    
705     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
706     - [1.4.2-06]
707     - Modified French lexicon to use lang="fr", rename the lexicon
708     directory to fr [lijied 6787]
709    
710     * Tue Mar 25 2003 Mark Knox <markk@e-smith.com>
711     - [1.4.2-05]
712     - Renamed 20FooterText to 20ProductName, factored out common text [markk 7715]
713    
714     * Mon Mar 17 2003 Mark Knox <markk@e-smith.com>
715     - [1.4.2-04]
716     - Added header template [markk 4722]
717     - Added footer template [markk 7714]
718    
719     * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
720     - [1.4.2-03]
721     - Corrected header image size in 40LogoRow [markk 4722]
722    
723     * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
724     - [1.4.2-02]
725     - Added 40LogoRow header fragment with correct ALT text and image [markk 4722]
726    
727     * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
728     - [1.4.2-01]
729     - Added new product_logo.jpg [markk 4722]
730    
731     * Fri Jan 10 2003 Gordon Rowell <gordonr@e-smith.com>
732     - [1.4.1-04]
733     - New URL for www.e-smith.com [gordonr 6227]
734    
735     * Fri Jan 10 2003 Gordon Rowell <gordonr@e-smith.com>
736     - [1.4.1-03]
737     - Adjusted header on license text
738     Create fr_CA license on the fly [gordonr 6227]
739    
740     * Mon Dec 30 2002 Charlie Brady <charlieb@e-smith.com>
741     - [1.4.1-02]
742     - Add Obsoletes header to force removal of e-smith-keys. [charlieb 6369]
743    
744     * Fri Dec 27 2002 Gordon Rowell <gordonr@e-smith.com>
745     - [1.4.1-01]
746     - Updated banner image [gordonr 6227]
747    
748     * Tue Dec 24 2002 Charlie Brady <charlieb@e-smith.com>
749     - [1.4.0-01]
750     - Roll stable version to 1.4.0
751    
752     * Tue Dec 24 2002 Charlie Brady <charlieb@e-smith.com>
753     - [1.4.0-01-01]
754     - Roll stable version to 1.4.0-01
755    
756     * Tue Dec 24 2002 Charlie Brady <charlieb@e-smith.com>
757     - [1.3.12-02]
758     - Add Obsoletes head to force removal of e-smith-blades. [charlieb 5416]
759    
760     * Fri May 24 2002 Gordon Rowell <gordonr@e-smith.com>
761     - [1.3.12-01]
762     - Place lexicon in target directory. Re-add original support CGI script
763     [gordonr 3641]
764    
765     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
766     - [1.3.11-01]
767     - RPM rebuild forced by cvsroot2rpm
768    
769     * Tue May 21 2002 Gordon Rowell <gordonr@e-smith.com>
770     - [1.3.10-01]
771     - Move French localisation for support panel here [gordonr 3582]
772    
773     * Thu May 16 2002 Gordon Rowell <gordonr@e-smith.com>
774     - [1.3.9-01]
775     - Relocated license text for locale awareness [gordonr 3413]
776    
777     * Wed May 15 2002 Gordon Rowell <gordonr@e-smith.com>
778     - [1.3.8-01]
779     - Missing U.S. English nav bar entry [gordonr 3421]
780    
781     * Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
782     - [1.3.7-01]
783     - Added footer [gordonr 3223]
784    
785     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
786     - [1.3.6-01]
787     - Quickly i18n'd into FormMagick panel. [markk 3309]
788    
789     * Fri Apr 19 2002 Mark Knox <markk@e-smith.com>
790     - [1.3.5-01]
791     - Updated server-manager image [markk 3188]
792    
793     * Thu Apr 18 2002 Gordon Rowell <gordonr@e-smith.com>
794     - [1.3.4-01]
795     - Removed copy of %Source1 - now in correct place/name
796    
797     * Thu Apr 18 2002 Gordon Rowell <gordonr@e-smith.com>
798     - [1.3.3-01]
799     - Removed airiness from licence [gordonr 3119]
800    
801     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
802     - [1.3.2-01]
803     - Re-did createlinks
804    
805     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
806     - [1.3.1-01]
807     - Initial build from CVS
808    
809     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
810     - [1.3.0-01]
811     - rollRPM: Rolled version number to 1.3.0-01. Includes patches up to 1.2.0-02.
812    
813     * Mon Jan 07 2002 Charlie Brady <charlieb@e-smith.com>
814     - [1.2.0-02]
815     - Add conflicts header to prevent ServiceLink-support and e-smith-support from
816     being installed simultaneously.
817    
818     * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
819     - [1.2.0-01]
820     - rollRPM: Rolled version number to 1.2.0-01. Includes patches up to 1.1.0-06.
821    
822     * Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
823     - [1.1.0-06]
824     - Remove e-smith-lib dependency as well - e-smith-lib requires e-smith-support,
825     but not vice-versa.
826    
827     * Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
828     - [1.1.0-05]
829     - Remove troublesome e-smith-base dependency, which isn't real anyway.
830     - While we are at it, remove the e-smith => 4 dependency - not really relevant
831     and forces us to retain the empty e-smith RPM.
832    
833     * Wed Nov 14 2001 Tony Clayton <tonyc@e-smith.com>
834     - [1.1.0-04]
835     - s/March/Mitel/ in license text
836    
837     * Thu Nov 08 2001 Charlie Brady <charlieb@e-smith.com>
838     - [1.1.0-03]
839     - Updated with (YA) new banner image
840    
841     * Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com>
842     - [1.1.0-02]
843     - Updated with new banner image
844    
845     * Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com>
846     - [1.1.0-01]
847     - Rolled version number to 1.1.0-01. Includes patches upto 1.0.0-03.
848    
849     * Tue Aug 21 2001 Charlie Brady <charlieb@e-smith.com>
850     - [1.0.0-03]
851     - Removed pre-1.0.0 changelog entries.
852    
853     * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
854     - [1.0.0-02]
855     - Changed Copyright to GPL and added Vendor tag
856    
857     * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
858     - [1.0.0-01]
859     - Rolled version number to 1.0.0-01. Includes patches upto 0.1.1-24.
860    
861     %description
862     SME Server module to display support and licensing information
863    
864     %prep
865     %setup
866     cp %{SOURCE1} root/etc/e-smith/web/common
867     cp %{SOURCE2} root/etc/e-smith/web/common
868    
869     %build
870     perl createlinks
871    
872     ln -s initial.cgi root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/index.cgi
873    
874     YUM_REPOS=root/etc/e-smith/db/yum_repositories/
875     for dir in base updates
876     do
877     mkdir -p $YUM_REPOS/defaults/$dir
878     echo %{centos_excludes} > $YUM_REPOS/defaults/$dir/Exclude
879     done
880    
881     %install
882     rm -rf $RPM_BUILD_ROOT
883     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
884     rm -f %{name}-%{version}-%{release}-filelist
885     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
886     > %{name}-%{version}-%{release}-filelist
887    
888     %clean
889     rm -rf $RPM_BUILD_ROOT
890    
891     %post
892     [ -f /boot/grub/splash.xpm.gz ] || ln -s tux.xpm.gz /boot/grub/splash.xpm.gz
893     /bin/true
894    
895     %files -f %{name}-%{version}-%{release}-filelist
896     %defattr(-,root,root)

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