/[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.42 - (hide annotations) (download)
Sat Oct 12 02:24:51 2013 UTC (10 years, 8 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-23_el5_sme
Changes since 1.41: +7 -2 lines
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-23.sme
- Renew donation text, by John Crisp [SME: 7880]

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

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