/[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.27 - (hide annotations) (download)
Mon Oct 26 18:41:25 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-8_el5_sme
Changes since 1.26: +6 -2 lines
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
- add VFlib2 to obsoletes list so upgrades work [SME: 5532]

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

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