/[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.25 - (hide annotations) (download)
Tue Apr 20 02:56:24 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-support-2_8_0-20_el7_sme, HEAD
Changes since 1.24: +9 -4 lines
* Mon Apr 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-20.sme
- fix copyright date and make it easier to update from spec file [SME: 11568]

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

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