/[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.23 - (hide annotations) (download)
Mon Mar 17 00:46:58 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-support-2_4_0-21_el6_sme
Changes since 1.22: +8 -2 lines
* Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> 2.4.0-21.sme
- Move support.pl from e-smith-base to smeserver-support [SME: 8264]
- This console license page now uses dialog's textbox.

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

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