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

Diff of /rpms/smeserver-support/sme8/smeserver-support.spec

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

Revision 1.29 by slords, Tue Oct 27 18:14:57 2009 UTC Revision 1.50 by stephdl, Fri Sep 25 16:49:41 2015 UTC
# Line 1  Line 1 
1  # $Id: smeserver-support.spec,v 1.28 2009/10/26 22:22:07 slords Exp $  # $Id: smeserver-support.spec,v 1.49 2015/09/04 20:03:34 stephdl Exp $
2    
3  Summary: SME Server module to display support and licensing information  Summary: SME Server module to display support and licensing information
4  %define name smeserver-support  %define name smeserver-support
5  Name: %{name}  Name: %{name}
6  %define version 2.2.0  %define version 2.2.0
7  %define release 10  %define release 30
8    
9  # These packages come from CentOS, but wee need to use care when  # These packages come from CentOS, but wee need to use care when
10  # updating them - either we've patched them, or we need to do something  # updating them - either we've patched them, or we need to do something
11  # prior to taking the update  # prior to taking the update
12    
13  # TODO: check mkinitrd,mdadm to see if needed  # TODO: check mkinitrd,mdadm to see if needed
14  %define centos_excludes initscripts  %define centos_excludes initscripts,libgsf
15    %define centos_remove   kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,openssl
16    
17  Version: %{version}  Version: %{version}
18  Release: %{release}%{?dist}  Release: %{release}%{?dist}
19  License: GPL  License: GPL
20  Group: Networking/Daemons  Group: Networking/Daemons
21  Source: %{name}-%{version}.tar.gz  Source: smeserver-support-2.2.0.26.tar.gz
 Source1: smeserver_logo.jpg  
 Source2: smeserver_logo.gif  
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
24  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 28  Conflicts: ServiceLink-support Line 27  Conflicts: ServiceLink-support
27  Obsoletes: e-smith-blades  Obsoletes: e-smith-blades
28  Obsoletes: e-smith-keys  Obsoletes: e-smith-keys
29  Obsoletes: e-smith-support  Obsoletes: e-smith-support
30    Patch0: smeserver-support-2.2.0.bz8972.motd_donation_message.patch
31    Patch1: smeserver-support-2.2.0.bz8972.redhat-release-template.patch
32  AutoReqProv: no  AutoReqProv: no
33    
34  # remove old kernels that prevent upgrades  # remove old kernels that prevent upgrades
# Line 112  Requires: smeserver-locale-el Line 113  Requires: smeserver-locale-el
113  Requires: smeserver-locale-es  Requires: smeserver-locale-es
114  Requires: smeserver-locale-et  Requires: smeserver-locale-et
115  Requires: smeserver-locale-fr  Requires: smeserver-locale-fr
116    Requires: smeserver-locale-he
117  Requires: smeserver-locale-hu  Requires: smeserver-locale-hu
118  Requires: smeserver-locale-id  Requires: smeserver-locale-id
119  Requires: smeserver-locale-it  Requires: smeserver-locale-it
# Line 128  Requires: smeserver-locale-sv Line 130  Requires: smeserver-locale-sv
130  Requires: smeserver-locale-th  Requires: smeserver-locale-th
131  Requires: smeserver-locale-tr  Requires: smeserver-locale-tr
132  Requires: smeserver-locale-zh_CN  Requires: smeserver-locale-zh_CN
133    Requires: smeserver-locale-zh_TW
134    
135  # These should be re-pulled by other e-smith packages.  # These should be re-pulled by other e-smith packages.
136  Obsoletes: perl-File-MMagic = 1.22-1  Obsoletes: perl-File-MMagic = 1.22-1
# Line 185  Conflicts: e-smith-userpanel Line 188  Conflicts: e-smith-userpanel
188  Obsoletes: dmc-mitel-mailrules  Obsoletes: dmc-mitel-mailrules
189  Conflicts: dmc-mitel-mailrules  Conflicts: dmc-mitel-mailrules
190    
191    Obsoletes: php5-cgi
192    Conflicts: php5-cgi
193    Obsoletes: php5-cgi-imap
194    Conflicts: php5-cgi-imap
195    Obsoletes: php5-cgi-ldap
196    Conflicts: php5-cgi-ldap
197    Obsoletes: php5-cgi-mysql
198    Conflicts: php5-cgi-mysql
199    Obsoletes: php5-cgi-pear
200    Conflicts: php5-cgi-pear
201    Obsoletes: php5-cgi-xmlrpc
202    Conflicts: php5-cgi-xmlrpc
203    Obsoletes: smeserver-php5-cgi
204    
205    Obsoletes: php-mcrypt
206    
207  # This block used to be in the SMEServer RPM. Many are probably  # This block used to be in the SMEServer RPM. Many are probably
208  # redundant or should be elsewhere or removed  # redundant or should be elsewhere or removed
209  # [SF: 1356225]  # [SF: 1356225]
# Line 250  Conflicts: dungog-mailblocking Line 269  Conflicts: dungog-mailblocking
269  Obsoletes: rkhunter <= 1.3.4-7.el5.sme  Obsoletes: rkhunter <= 1.3.4-7.el5.sme
270    
271  %changelog  %changelog
272    * Fri Sep 25 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.2.0-30.sme
273    - created a template for /etc/redhat-release [SME: 8972]
274    - added smeserver-support-2.2.0.bz8972.redhat-release-template.patch
275    
276    * Fri Jul 3 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.2.0-29.sme
277    - enabled the motd message [SME: 8972]
278    - Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and
279    - Stefano Zamboni <zamboni@mind-at-work.it>
280    
281    * Fri May 15 2015 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-28.sme
282    - Switch back to upstream openssl build [SME: 8925]
283    
284    * Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-27.sme
285    - Exclude openssl from upstream updates [SME: 8208]
286    
287    * Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-26.sme
288    - Remove old images and roll new tarball [SME: 8213]
289    
290    * Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.2.0-25.sme
291    - Update footer copyright [SME: 7970]
292    
293    * Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.2.0-24.sme
294    - Renew full copyright text, by Greg Zartman [SME: 7941]
295    
296    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-23.sme
297    - Renew donation text, by John Crisp [SME: 7880]
298    
299    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-22.sme
300    - Add donation graphic, by John Crisp [SME: 7879]
301    
302    * Tue Jan 24 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-21.sme
303    - Obsolete smeserver-php5-cgi [SME: 6652]
304    
305    * Thu Jan 19 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-20.sme
306    - Obsolete php-mcrypt [SME: 6814]
307    
308    * Wed Sep 28 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-19.sme
309    - Remove php5 property for ibays [SME: 6652]
310    
311    * Tue Jul 13 2010 Shad L. Lords <slords@mail.com> - 2.2.0-18.sme
312    - Add support for Chinese (Taiwan) (zh_TW). [SME: 6106]
313    
314    * Tue Jun 29 2010 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-17.sme
315    - Add Obsoletes for php5-cgi-{imap,ldap,mysql,pear,xmlrpc}. [SME: 6089]
316    
317    * Mon Jun 28 2010 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-16.sme
318    - Add Obsoletes for php5-cgi. [SME: 6089]
319    
320    * Tue May 25 2010 Shad L. Lords <slords@mail.com> - 2.2.0-15.sme
321    - Add support for Hebrew (he). [SME: 5971]
322    
323    * Mon May 17 2010 Shad L. Lords <slords@mail.com> 2.2.0-14.sme
324    - Add migrate fragment for centos excludes [SME: 5960]
325    
326    * Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme
327    - Reverting previous change [SME: 5962]
328    
329    * Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-12.sme
330    - Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962]
331    
332    * Wed Dec  9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-11.sme
333    - Fix css validation errors. [SME: 5656]
334    
335  * Tue Oct 27 2009 Shad L. Lords <slords@mail.com> 2.2.0-10.sme  * Tue Oct 27 2009 Shad L. Lords <slords@mail.com> 2.2.0-10.sme
336  - Add support for Polish (pl). [SME: 5434]  - Add support for Polish (pl). [SME: 5434]
337  - Add support for Thai (th). [SME: 5466]  - Add support for Thai (th). [SME: 5466]
# Line 884  SME Server module to display support and Line 966  SME Server module to display support and
966    
967  %prep  %prep
968  %setup  %setup
969  cp %{SOURCE1} root/etc/e-smith/web/common  %patch0 -p1
970  cp %{SOURCE2} root/etc/e-smith/web/common  %patch1 -p1
971    
972  %build  %build
973  perl createlinks  perl createlinks
# Line 898  do Line 980  do
980      mkdir -p $YUM_REPOS/defaults/$dir      mkdir -p $YUM_REPOS/defaults/$dir
981      echo %{centos_excludes} > $YUM_REPOS/defaults/$dir/Exclude      echo %{centos_excludes} > $YUM_REPOS/defaults/$dir/Exclude
982  done  done
983    sed -i 's/CENTOS_EXCLUDES/%{centos_excludes}/' $YUM_REPOS/migrate/25CentOSExcludes
984    sed -i 's/CENTOS_REMOVE/%{centos_remove}/' $YUM_REPOS/migrate/25CentOSExcludes
985    
986  %install  %install
987  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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