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

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

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


Revision 1.50 - (show annotations) (download)
Fri Sep 25 16:49:41 2015 UTC (8 years, 7 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-support-2_2_0-30_el5_sme, HEAD
Changes since 1.49: +8 -2 lines
* Fri Sep 25 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.2.0-30.sme
- created a template for /etc/redhat-release [SME: 8972]
- added smeserver-support-2.2.0.bz8972.redhat-release-template.patch

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

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