/[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.18 - (show annotations) (download)
Tue Sep 26 02:20:38 2017 UTC (6 years, 8 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-support-2_8_0-13_el7_sme
Changes since 1.17: +6 -3 lines
* Mon Sep 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
- upstream samba packages were not all excluded [SME: 10428]

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

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