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

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

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


Revision 1.27 - (hide annotations) (download)
Fri Jul 3 19:47:06 2015 UTC (8 years, 11 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-support-2_6_0-4_el6_sme
Changes since 1.26: +10 -2 lines
* Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme
- added a motd message to increase involvements or donations [SME: 8939]
- Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and
- Stefano Zamboni <zamboni@mind-at-work.it>

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

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