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

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

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


Revision 1.10 - (show annotations) (download)
Thu Jun 16 03:04:53 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
Changes since 1.9: +7 -2 lines
* Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme
- reverting partly the changes in last patch [SME: 9598]
- wrong catch of proxy related url with the http to https changes
- thank to Charlie Brady for reporting

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

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