/[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.32 - (hide annotations) (download)
Mon May 17 19:15:50 2010 UTC (14 years, 1 month ago) by snetram
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-13_el5_sme
Changes since 1.31: +19 -2 lines
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme
- Revert previous change [SME: 5962]

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

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