/[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.24 - (show annotations) (download)
Thu Apr 8 01:50:58 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-support-2_8_0-19_el7_sme
Changes since 1.23: +7 -2 lines
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-19.sme
- fix typo and wording [SME: 11535]

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

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