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