/[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.45 - (hide annotations) (download)
Tue Feb 18 17:39:43 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-26_el5_sme
Changes since 1.44: +6 -21 lines
* Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-26.sme
- Remove old images and roll new tarball [SME: 8213]

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

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