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

Contents of /rpms/smeserver-support/sme10/smeserver-support.spec

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


Revision 1.13 - (show annotations) (download)
Tue Jul 19 09:06:37 2016 UTC (7 years, 10 months ago) by unnilennium
Branch: MAIN
Changes since 1.12: +7 -8 lines
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-9.sme
- Koozali branding of manager [SME: 9676]
- new image in archive; removed old images from cvs
-

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

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