/[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.16 by unnilennium, Fri Mar 3 20:37:34 2017 UTC Revision 1.23 by jpp, Fri Jan 8 18:58:31 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-support.spec,v 1.15 2016/07/19 14:30:09 unnilennium Exp $  # $Id: smeserver-support.spec,v 1.22 2020/11/26 19:04:14 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 11  %define release 18
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}
# Line 25  Patch2: smeserver-support-2.8.0.os-relea Line 25  Patch2: smeserver-support-2.8.0.os-relea
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  Patch4: smeserver-support-2.8.0-koozali_manager.patch
27  Patch5: smeserver-support-2.8.0-bz9676hover.patch  Patch5: smeserver-support-2.8.0-bz9676hover.patch
28    Patch6: smeserver-support-2.8.0-bz10516.patch
29    Patch7: smeserver-support-2.8.0-bz11167-update.patch
30    
31  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
32  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
33  BuildArchitectures: noarch  BuildArchitectures: noarch
34  Provides: server-manager-images  Provides: server-manager-images
35  AutoReqProv: no  AutoReqProv: no
36    
37    # SME 10 requires these explicitly
38    Requires: perl(LWP::Protocol::https)
39    
40  # New features that we want to pull in on upgrades  # New features that we want to pull in on upgrades
41  Requires: screen  Requires: screen
42  Requires: smeserver-yum  Requires: smeserver-yum
# Line 44  Requires: e-smith-domains Line 50  Requires: e-smith-domains
50  Requires: e-smith-ibays  Requires: e-smith-ibays
51  Requires: e-smith-nutUPS  Requires: e-smith-nutUPS
52  Requires: e-smith-portforwarding  Requires: e-smith-portforwarding
53  Requires: e-smith-starterwebsite  Obsoletes: e-smith-starterwebsite
54    
55  # 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
56  Requires: e-smith-dnscache  Requires: e-smith-dnscache
# Line 100  Requires: psacct Line 106  Requires: psacct
106  Requires: dmraid  Requires: dmraid
107    
108  %changelog  %changelog
109    * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
110    - add update event [SME: 11167]
111    
112    * Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-17.sme
113    - revert update of samba using upstream CentOS repo [SME: 11196]
114    
115    * Thu May 21 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-16.sme
116    - obsoletes e-smith-starterwebsite [SME: 8903]
117    
118    * Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme
119    - exclude libtevent,python-tevent from base and updates to avoid conflict with localy build version of samba [SME: 10573]
120    
121    * Sat Feb 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-14.sme
122    - add back perl(LWP::Protocol::https) support  [SME: 10516]
123    
124    * Mon Sep 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
125    - upstream samba packages were not all excluded [SME: 10428]
126    
127    * Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-12.sme
128    - exclude samba from centos repo as we have our own with DC support [SME: 10155]
129    
130  * Fri Mar 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-11.sme  * Fri Mar 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-11.sme
131  - improving link to donation [SME: 9598]  - improving link to donation [SME: 9598]
132    
# Line 912  SME Server module to display support and Line 939  SME Server module to display support and
939  %patch3 -p1  %patch3 -p1
940  %patch4 -p1  %patch4 -p1
941  %patch5 -p1  %patch5 -p1
942    %patch6 -p1
943    %patch7 -p1
944    
945  %build  %build
946  perl createlinks  perl createlinks


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