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