1 |
# $Id: smeserver-support.spec,v 1.15 2016/07/19 14:30:09 unnilennium Exp $ |
# $Id: smeserver-support.spec,v 1.16 2017/03/03 20:37:34 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 11 |
%define release 12 |
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 |
%define centos_excludes initscripts,libgsf,samba,samba-client,samba-client-libs,samba-common,samba-common-libs,samba-common-tools,samba-libs |
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} |
100 |
Requires: dmraid |
Requires: dmraid |
101 |
|
|
102 |
%changelog |
%changelog |
103 |
|
* Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-12.sme |
104 |
|
- exclude samba from centos repo as we have our own with DC support [SME: 10155] |
105 |
|
|
106 |
* 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 |
107 |
- improving link to donation [SME: 9598] |
- improving link to donation [SME: 9598] |
108 |
|
|