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

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

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


Revision 1.15 - (hide annotations) (download)
Mon Mar 11 23:02:54 2013 UTC (11 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-support-2_4_0-13_el6_sme
Changes since 1.14: +7 -2 lines
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-13.sme
- Even more el5 package dependencies removed [SME: 7273]

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

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