/[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.26 - (hide annotations) (download)
Sat Nov 1 12:16:49 2014 UTC (9 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-support-2_6_0-3_el6_sme
Changes since 1.25: +5 -194 lines
* Sat Nov 1 2014 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
- Remove now uneeded obsolete directives [SME: 8400]

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

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