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

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

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

Revision 1.10 by unnilennium, Thu Jun 16 03:04:53 2016 UTC Revision 1.15 by unnilennium, Tue Jul 19 14:30:09 2016 UTC
# Line 1  Line 1 
1  # $Id: smeserver-support.spec,v 1.9 2016/06/15 17:36:12 unnilennium Exp $  # $Id: smeserver-support.spec,v 1.14 2016/07/19 09:30:28 unnilennium 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.8.0  %define version 2.8.0
7  %define release 8  %define release 10
8    
9  # These packages come from CentOS, but we need to use care when  # 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  # updating them - either we've patched them, or we need to do something
# Line 19  Release: %{release}%{?dist} Line 19  Release: %{release}%{?dist}
19  License: GPL  License: GPL
20  Group: Networking/Daemons  Group: Networking/Daemons
21  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
 Source1: smeserver_logo.jpg  
 Source2: smeserver_logo.gif  
 Source3: btn_donateCC_LG.gif  
22  Patch0: smeserver-support-2.8.0-update_copyright_2016.patch  Patch0: smeserver-support-2.8.0-update_copyright_2016.patch
23  Patch1: smeserver-support-2.8.0-remove_smolt_service.patch  Patch1: smeserver-support-2.8.0-remove_smolt_service.patch
24  Patch2: smeserver-support-2.8.0.os-release.patch  Patch2: smeserver-support-2.8.0.os-release.patch
25  Patch3: smeserver-support-2.8.0-koozali.patch  Patch3: smeserver-support-2.8.0-koozali.patch
26    Patch4: smeserver-support-2.8.0-koozali_manager.patch
27    Patch5: smeserver-support-2.8.0-bz9676hover.patch
28  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
29  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
30  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 101  Requires: psacct Line 100  Requires: psacct
100  Requires: dmraid  Requires: dmraid
101    
102  %changelog  %changelog
103    * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-10.sme
104    - fix hover color [SME: 9676]
105    
106    * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-9.sme
107    - Koozali branding of manager [SME: 9676]
108    - new images in archive; removed old images from cvs
109    - updated some css smeserver-support-2.8.0-koozali_manager.patch
110    
111  * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme  * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme
112  - reverting partly the changes in last patch [SME: 9598]  - reverting partly the changes in last patch [SME: 9598]
113  - wrong catch of proxy related url with the http to https changes  - wrong catch of proxy related url with the http to https changes
114  - thank to Charlie Brady for reporting  - thank to Charlie Brady for reporting
115    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
116      by assuming the date is correct and changing the weekday.
117      Fri Oct 24 2005 --> Fri Oct 21 2005 or Mon Oct 24 2005 or Fri Oct 28 2005 or ....
118      Sat Oct 25 2005 --> Sat Oct 22 2005 or Tue Oct 25 2005 or Sat Oct 29 2005 or ....
119      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
120      Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
121      Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
122      Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
123    
124  * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-7.sme  * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-7.sme
125  - update links to koozali.org [SME: 9598]  - update links to koozali.org [SME: 9598]
# Line 203  Requires: dmraid Line 218  Requires: dmraid
218  * Thu Feb 7 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme  * Thu Feb 7 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
219  - Obsolete only older php-mcrypt versions <= 5.3 [SME: 7320]  - Obsolete only older php-mcrypt versions <= 5.3 [SME: 7320]
220    
221  * Sat Feb 3 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme  * Sun Feb 03 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
222      Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
223  - Obsolete python-ctypes so upgrades will work [SME: 7273]  - Obsolete python-ctypes so upgrades will work [SME: 7273]
224    
225  * Sat Feb 3 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme  * Sun Feb 03 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
226      Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
227  - Obsolete kudzu so upgrades will work [SME: 7273]  - Obsolete kudzu so upgrades will work [SME: 7273]
228    
229  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
# Line 299  Requires: dmraid Line 316  Requires: dmraid
316  * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48  * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48
317  - Add support for Hungarian (hu) [SME: 4025]  - Add support for Hungarian (hu) [SME: 4025]
318    
319  * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47  * Fri Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47
320      Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
321  - gettext Internet connection failed [SME: 631]  - gettext Internet connection failed [SME: 631]
322    
323  * Sat Mar 1 2008 Shad L. Lords <slords@mail.com> 1.6.0-46  * Sat Mar 1 2008 Shad L. Lords <slords@mail.com> 1.6.0-46
# Line 432  Requires: dmraid Line 450  Requires: dmraid
450  * Tue May 23 2006 Gavin Weight <gweight@gmail.com> 1.6.0-09  * Tue May 23 2006 Gavin Weight <gweight@gmail.com> 1.6.0-09
451  - Add Obsoletes for perl-File-MMagic. [SME: 1436]  - Add Obsoletes for perl-File-MMagic. [SME: 1436]
452    
453  * Thu May 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-08  * Tue May 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-08
454      Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
455  - Don't bother printing LWP error [SME: 1314]  - Don't bother printing LWP error [SME: 1314]
456    
457  * Thu May 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-07  * Tue May 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-07
458      Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
459  - Add weekly status report.  - Add weekly status report.
460  - Only the following information is passed in the status report:  - Only the following information is passed in the status report:
461    - ReleaseVersion (e.g. 7.0rc2)    - ReleaseVersion (e.g. 7.0rc2)
# Line 553  Requires: dmraid Line 573  Requires: dmraid
573    - sysconfig{ReleaseVersion}    - sysconfig{ReleaseVersion}
574    - An SHA1 hash of sysconfig{SystemID} [SME: 402]    - An SHA1 hash of sysconfig{SystemID} [SME: 402]
575    
576  * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-23  * Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-23
577      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
578  - Add esmith::console object for standalone menu item [SME: 364]  - Add esmith::console object for standalone menu item [SME: 364]
579    
580  * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-22  * Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-22
581      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
582  - Move testInternet console menu item to smeserver-support [SME: 364]  - Move testInternet console menu item to smeserver-support [SME: 364]
583    
584  * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-21  * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-21
# Line 598  Requires: dmraid Line 620  Requires: dmraid
620  * Mon Oct 31 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-10  * Mon Oct 31 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-10
621  - Obsolete e-smith-reinstall-floppy [SF: 1342860]  - Obsolete e-smith-reinstall-floppy [SF: 1342860]
622    
623  * Sat Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-09  * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-09
624      Sat Oct 25 2005 --> Sat Oct 22 2005 or Tue Oct 25 2005 or Sat Oct 29 2005 or ....
625  - Add dependency on audit-libs  - Add dependency on audit-libs
626    
627  * Fri Oct 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-08  * Mon Oct 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-08
628      Fri Oct 24 2005 --> Fri Oct 21 2005 or Mon Oct 24 2005 or Fri Oct 28 2005 or ....
629  - Remove kenel-module-st - patch is in the CentOS 4.2 kernel  - Remove kenel-module-st - patch is in the CentOS 4.2 kernel
630    
631  * Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-07  * Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-07
# Line 883  SME Server module to display support and Line 907  SME Server module to display support and
907  %patch1 -p1  %patch1 -p1
908  %patch2 -p1  %patch2 -p1
909  %patch3 -p1  %patch3 -p1
910  cp %{SOURCE1} root/etc/e-smith/web/common  %patch4 -p1
911  cp %{SOURCE2} root/etc/e-smith/web/common  %patch5 -p1
 cp %{SOURCE3} root/etc/e-smith/web/common  
912    
913  %build  %build
914  perl createlinks  perl createlinks
# Line 912  rm -f %{name}-%{version}-%{release}-file Line 935  rm -f %{name}-%{version}-%{release}-file
935  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
936    
937  %post  %post
 [ -f /boot/grub/splash.xpm.gz ] || ln -s tux.xpm.gz /boot/grub/splash.xpm.gz  
 /bin/true  
938    
939  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
940  %defattr(-,root,root)  %defattr(-,root,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