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

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

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


Revision 1.24 - (hide annotations) (download)
Wed May 13 14:53:52 2009 UTC (15 years, 1 month ago) by filippocarletti
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-5_el5_sme
Changes since 1.23: +8 -3 lines
See changelog

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

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