/[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.44 - (hide annotations) (download)
Sun Nov 3 17:32:40 2013 UTC (10 years, 7 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-25_el5_sme
Changes since 1.43: +7 -2 lines
* Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.2.0-25.sme
- Update footer copyright [SME: 7970]

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

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