/[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.40 - (hide annotations) (download)
Tue Jan 24 12:02:37 2012 UTC (12 years, 4 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-21_el5_sme
Changes since 1.39: +6 -2 lines
* Tue Jan 24 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-21.sme
- Obsolete smeserver-php5-cgi [SME: 6652]

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

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