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

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

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


Revision 1.8 - (hide annotations) (download)
Wed Feb 13 22:51:46 2008 UTC (16 years, 3 months ago) by bytegw
Branch: MAIN
CVS Tags: smeserver-support-1_6_0-45_el4_sme
Changes since 1.7: +7 -1 lines
Updates

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

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