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