/[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.5 by vip-ire, Mon Apr 11 19:04:55 2016 UTC Revision 1.22 by jpp, Thu Nov 26 19:04:14 2020 UTC
# Line 1  Line 1 
1  # $Id: smeserver-support.spec,v 1.4 2016/03/14 08:37:13 vip-ire Exp $  # $Id: smeserver-support.spec,v 1.21 2020/05/22 03:52:54 jpp 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 4  %define release 17
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 12  Name: %{name} Line 12  Name: %{name}
12    
13  # TODO: check mkinitrd,mdadm to see if needed  # TODO: check mkinitrd,mdadm to see if needed
14  %define centos_excludes initscripts,libgsf  %define centos_excludes initscripts,libgsf
15  %define centos_remove   kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,openssl  %define centos_remove   kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,openssl,samba,samba-client,samba-client-libs,samba-common,samba-common-libs,samba-common-tools,samba-libs,samba*,libsmbclient,libwbclient,libtevent,python-tevent
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.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
25    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    Patch6: smeserver-support-2.8.0-bz10516.patch
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
31  BuildArchitectures: noarch  BuildArchitectures: noarch
32  Provides: server-manager-images  Provides: server-manager-images
33  AutoReqProv: no  AutoReqProv: no
34    
35    # SME 10 requires these explicitly
36    Requires: perl(LWP::Protocol::https)
37    
38  # New features that we want to pull in on upgrades  # New features that we want to pull in on upgrades
39  Requires: screen  Requires: screen
40  Requires: smeserver-yum  Requires: smeserver-yum
# Line 43  Requires: e-smith-domains Line 48  Requires: e-smith-domains
48  Requires: e-smith-ibays  Requires: e-smith-ibays
49  Requires: e-smith-nutUPS  Requires: e-smith-nutUPS
50  Requires: e-smith-portforwarding  Requires: e-smith-portforwarding
51  Requires: e-smith-starterwebsite  Obsoletes: e-smith-starterwebsite
52    
53  # 5.x used bind for name resolution - we need to pull in djbdns  # 5.x used bind for name resolution - we need to pull in djbdns
54  Requires: e-smith-dnscache  Requires: e-smith-dnscache
# Line 99  Requires: psacct Line 104  Requires: psacct
104  Requires: dmraid  Requires: dmraid
105    
106  %changelog  %changelog
107    * Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-17.sme
108    - revert update of samba using upstream CentOS repo [SME: 11196]
109    
110    * Thu May 21 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-16.sme
111    - obsoletes e-smith-starterwebsite [SME: 8903]
112    
113    * Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme
114    - exclude libtevent,python-tevent from base and updates to avoid conflict with localy build version of samba [SME: 10573]
115    
116    * Sat Feb 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-14.sme
117    - add back perl(LWP::Protocol::https) support  [SME: 10516]
118    
119    * Mon Sep 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
120    - upstream samba packages were not all excluded [SME: 10428]
121    
122    * Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-12.sme
123    - exclude samba from centos repo as we have our own with DC support [SME: 10155]
124    
125    * Fri Mar 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-11.sme
126    - improving link to donation [SME: 9598]
127    
128    * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-10.sme
129    - fix hover color [SME: 9676]
130    
131    * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-9.sme
132    - Koozali branding of manager [SME: 9676]
133    - new images in archive; removed old images from cvs
134    - updated some css smeserver-support-2.8.0-koozali_manager.patch
135    
136    * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme
137    - reverting partly the changes in last patch [SME: 9598]
138    - wrong catch of proxy related url with the http to https changes
139    - thank to Charlie Brady for reporting
140    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
141      by assuming the date is correct and changing the weekday.
142      Fri Oct 24 2005 --> Fri Oct 21 2005 or Mon Oct 24 2005 or Fri Oct 28 2005 or ....
143      Sat Oct 25 2005 --> Sat Oct 22 2005 or Tue Oct 25 2005 or Sat Oct 29 2005 or ....
144      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
145      Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
146      Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
147      Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
148    
149    * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-7.sme
150    - update links to koozali.org [SME: 9598]
151    
152    * Tue Jun 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-6.sme
153    - Template of os-release [SME: 9580]
154    
155    * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-5.sme
156    - Rebuild for [SME: 9393]
157    
158  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-4.sme  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-4.sme
159  - Remove smolt service link and service entry [SME: 9420]  - Remove smolt service link and service entry [SME: 9420]
160    
# Line 187  Requires: dmraid Line 243  Requires: dmraid
243  * 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
244  - Obsolete only older php-mcrypt versions <= 5.3 [SME: 7320]  - Obsolete only older php-mcrypt versions <= 5.3 [SME: 7320]
245    
246  * 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
247      Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
248  - Obsolete python-ctypes so upgrades will work [SME: 7273]  - Obsolete python-ctypes so upgrades will work [SME: 7273]
249    
250  * 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
251      Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
252  - Obsolete kudzu so upgrades will work [SME: 7273]  - Obsolete kudzu so upgrades will work [SME: 7273]
253    
254  * 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 283  Requires: dmraid Line 341  Requires: dmraid
341  * 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
342  - Add support for Hungarian (hu) [SME: 4025]  - Add support for Hungarian (hu) [SME: 4025]
343    
344  * 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
345      Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
346  - gettext Internet connection failed [SME: 631]  - gettext Internet connection failed [SME: 631]
347    
348  * 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 416  Requires: dmraid Line 475  Requires: dmraid
475  * 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
476  - Add Obsoletes for perl-File-MMagic. [SME: 1436]  - Add Obsoletes for perl-File-MMagic. [SME: 1436]
477    
478  * 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
479      Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
480  - Don't bother printing LWP error [SME: 1314]  - Don't bother printing LWP error [SME: 1314]
481    
482  * 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
483      Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
484  - Add weekly status report.  - Add weekly status report.
485  - Only the following information is passed in the status report:  - Only the following information is passed in the status report:
486    - ReleaseVersion (e.g. 7.0rc2)    - ReleaseVersion (e.g. 7.0rc2)
# Line 537  Requires: dmraid Line 598  Requires: dmraid
598    - sysconfig{ReleaseVersion}    - sysconfig{ReleaseVersion}
599    - An SHA1 hash of sysconfig{SystemID} [SME: 402]    - An SHA1 hash of sysconfig{SystemID} [SME: 402]
600    
601  * 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
602      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
603  - Add esmith::console object for standalone menu item [SME: 364]  - Add esmith::console object for standalone menu item [SME: 364]
604    
605  * 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
606      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
607  - Move testInternet console menu item to smeserver-support [SME: 364]  - Move testInternet console menu item to smeserver-support [SME: 364]
608    
609  * 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 582  Requires: dmraid Line 645  Requires: dmraid
645  * 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
646  - Obsolete e-smith-reinstall-floppy [SF: 1342860]  - Obsolete e-smith-reinstall-floppy [SF: 1342860]
647    
648  * 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
649      Sat Oct 25 2005 --> Sat Oct 22 2005 or Tue Oct 25 2005 or Sat Oct 29 2005 or ....
650  - Add dependency on audit-libs  - Add dependency on audit-libs
651    
652  * 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
653      Fri Oct 24 2005 --> Fri Oct 21 2005 or Mon Oct 24 2005 or Fri Oct 28 2005 or ....
654  - Remove kenel-module-st - patch is in the CentOS 4.2 kernel  - Remove kenel-module-st - patch is in the CentOS 4.2 kernel
655    
656  * 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 865  SME Server module to display support and Line 930  SME Server module to display support and
930  %setup  %setup
931  %patch0 -p1  %patch0 -p1
932  %patch1 -p1  %patch1 -p1
933  cp %{SOURCE1} root/etc/e-smith/web/common  %patch2 -p1
934  cp %{SOURCE2} root/etc/e-smith/web/common  %patch3 -p1
935  cp %{SOURCE3} root/etc/e-smith/web/common  %patch4 -p1
936    %patch5 -p1
937    %patch6 -p1
938    
939  %build  %build
940  perl createlinks  perl createlinks
# Line 894  rm -f %{name}-%{version}-%{release}-file Line 961  rm -f %{name}-%{version}-%{release}-file
961  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
962    
963  %post  %post
 [ -f /boot/grub/splash.xpm.gz ] || ln -s tux.xpm.gz /boot/grub/splash.xpm.gz  
 /bin/true  
964    
965  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
966  %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