/[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.23 - (show annotations) (download)
Fri Jan 8 18:58:31 2021 UTC (3 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-support-2_8_0-18_el7_sme
Changes since 1.22: +8 -2 lines
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
- add update event [SME: 11167]

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

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