/[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.27 - (hide annotations) (download)
Tue Jul 13 18:09:09 2010 UTC (13 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-support-2_0_0-9_el4_sme, HEAD
Changes since 1.26: +6 -2 lines
Add Chinese (Taiwan)

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

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