/[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.37 - (hide annotations) (download)
Tue Jul 13 18:09:10 2010 UTC (13 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-18_el5_sme
Changes since 1.36: +6 -2 lines
Add Chinese (Taiwan)

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

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