/[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.48 - (hide annotations) (download)
Fri Jul 3 20:31:16 2015 UTC (8 years, 11 months ago) by stephdl
Branch: MAIN
Changes since 1.47: +8 -1 lines
* Fri Jul 3 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.2.0-28.sme
- enabled the motd message [SME: 8972]
- Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and
- Stefano Zamboni <zamboni@mind-at-work.it>

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

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