1 |
# $Id: smeserver-support.spec,v 1.17 2017/03/21 03:47:39 unnilennium Exp $ |
# $Id: smeserver-support.spec,v 1.18 2017/09/26 02:20:38 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 13 |
%define release 14 |
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 |
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 |
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 |
104 |
Requires: dmraid |
Requires: dmraid |
105 |
|
|
106 |
%changelog |
%changelog |
107 |
|
* Sat Feb 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-14.sme |
108 |
|
- add back perl(LWP::Protocol::https) support [SME: 10516] |
109 |
|
|
110 |
* Mon Sep 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme |
* Mon Sep 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme |
111 |
- upstream samba packages were not all excluded [SME: 10428] |
- upstream samba packages were not all excluded [SME: 10428] |
112 |
|
|
925 |
%patch3 -p1 |
%patch3 -p1 |
926 |
%patch4 -p1 |
%patch4 -p1 |
927 |
%patch5 -p1 |
%patch5 -p1 |
928 |
|
%patch6 -p1 |
929 |
|
|
930 |
%build |
%build |
931 |
perl createlinks |
perl createlinks |