1 |
# $Id: e-smith-manager.spec,v 1.26 2017/01/16 23:48:53 unnilennium Exp $ |
# $Id: e-smith-manager.spec,v 1.27 2017/01/19 23:40:56 unnilennium Exp $ |
2 |
|
|
3 |
Summary: e-smith manager navigation module |
Summary: e-smith manager navigation module |
4 |
%define name e-smith-manager |
%define name e-smith-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 13 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: e-smith-manager-2.2.0.11.tar.gz |
Source: e-smith-manager-2.2.0.11.tar.gz |
13 |
Patch0: e-smith-manager-2.2.0-bz9923-badredirection.patch |
Patch0: e-smith-manager-2.2.0-bz9923-badredirection.patch |
14 |
|
Patch1: e-smith-manager-2.2.0-bz10172-SME8eol.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
BuildRequires: gettext |
BuildRequires: gettext |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-14.sme |
26 |
|
- warn administrator that SME8 is EOL and they should migrate to SME9 [SME: 10172] |
27 |
|
- a message has been added in server-manager in order to alert administrator to migrate to SME9 |
28 |
|
|
29 |
* Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-13.sme |
* Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-13.sme |
30 |
- fix bad redirection parameter that might reveal session information to remote site [SME: 9923] |
- fix bad redirection parameter that might reveal session information to remote site [SME: 9923] |
31 |
|
|
649 |
%prep |
%prep |
650 |
%setup |
%setup |
651 |
%patch0 -p1 |
%patch0 -p1 |
652 |
|
%patch1 -p1 |
653 |
|
|
654 |
%build |
%build |
655 |
perl createlinks |
perl createlinks |