1 |
# $Id: e-smith-manager.spec,v 1.24 2013/10/12 14:21:31 wellsi Exp $ |
# $Id: e-smith-manager.spec,v 1.25 2014/02/18 17:29:26 wellsi 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 11 |
%define release 12 |
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 |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildRequires: gettext |
BuildRequires: gettext |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-12.sme |
25 |
|
- fix bad redirection parameter that might reveal session information to remote site [SME: 9923] |
26 |
|
|
27 |
* Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme |
* Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme |
28 |
- Remove old images and roll new tarball [SME: 8213] |
- Remove old images and roll new tarball [SME: 8213] |
29 |
|
|
643 |
|
|
644 |
%prep |
%prep |
645 |
%setup |
%setup |
646 |
|
%patch0 -p1 |
647 |
|
|
648 |
%build |
%build |
649 |
perl createlinks |
perl createlinks |