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