/[smeserver]/rpms/smeserver-support/sme10/smeserver-support.spec
ViewVC logotype

Annotation of /rpms/smeserver-support/sme10/smeserver-support.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.20 - (hide annotations) (download)
Wed May 2 17:58:16 2018 UTC (6 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-support-2_8_0-15_el7_sme
Changes since 1.19: +6 -3 lines
* Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme
- exclude libtevent,python-tevent from base and updates to avoid conflict with localy build version of samba [SME: 10573]

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

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