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

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

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


Revision 1.17 - (show annotations) (download)
Tue Oct 7 14:06:43 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-support-1_6_0-53_el4_sme
Changes since 1.16: +10 -2 lines
Update excludes for sme8

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

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