1 |
# $Id: smeserver-support.spec,v 1.18 2017/09/26 02:20:38 unnilennium Exp $ |
# $Id: smeserver-support.spec,v 1.19 2018/02/11 04:52:58 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 14 |
%define release 15 |
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 |
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,libgsf,samba*,libsmbclient,libwbclient |
%define centos_excludes initscripts,libgsf,samba*,libsmbclient,libwbclient,libtevent,python-tevent |
15 |
%define centos_remove kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,openssl |
%define centos_remove kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,openssl |
16 |
|
|
17 |
Version: %{version} |
Version: %{version} |
104 |
Requires: dmraid |
Requires: dmraid |
105 |
|
|
106 |
%changelog |
%changelog |
107 |
|
* Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme |
108 |
|
- exclude libtevent,python-tevent from base and updates to avoid conflict with localy build version of samba [SME: 10573] |
109 |
|
|
110 |
* Sat Feb 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-14.sme |
* Sat Feb 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-14.sme |
111 |
- add back perl(LWP::Protocol::https) support [SME: 10516] |
- add back perl(LWP::Protocol::https) support [SME: 10516] |
112 |
|
|