1 |
# $Id: e-smith-manager.spec,v 1.10 2013/10/12 03:25:04 wellsi Exp $ |
# $Id: e-smith-manager.spec,v 1.14 2016/01/31 21:54:06 vip-ire 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.4.0 |
%define version 2.6.0 |
7 |
%define release 9 |
%define release 4 |
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: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: e-smith-manager-2.4.0-Back.patch |
Patch0: e-smith-manager-2.4.0-access_sm_from_console_over_plain.patch |
14 |
Patch2: e-smith-manager-2.4.0-pwauth.patch |
Patch1: e-smith-manager-2.4.0-dont_rewrite_to_https_from_localhost.patch |
|
Patch3: e-smith-manager-2.4.0-remove_mod_ssl.patch |
|
|
Patch4: e-smith-manager-2.4.0-login-donate.patch |
|
|
Patch5: e-smith-manager-2.4.0-removed-obsolete-images.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 |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
29 |
|
- Really don't redirect to http when login in/out of the server-manager |
30 |
|
[SME: 9163] |
31 |
|
|
32 |
|
* Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
33 |
|
- Don't redirect to http when login in/out of the server-manager from |
34 |
|
localhost [SME: 9163] |
35 |
|
|
36 |
|
* Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
37 |
|
- Allow access to the server-manager without SSL from the loopback |
38 |
|
[SME: 9163] |
39 |
|
|
40 |
|
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.6.0-1.sme |
41 |
|
- Roll new stream to remove obsolete images [SME: 7962] |
42 |
|
|
43 |
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme |
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme |
44 |
- Remove references to obsolete images, by Stephane de Labrusse [SME: 7962] |
- Remove references to obsolete images, by Stephane de Labrusse [SME: 7962] |
45 |
|
|
671 |
|
|
672 |
%prep |
%prep |
673 |
%setup |
%setup |
674 |
|
%patch0 -p1 |
675 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
676 |
|
|
677 |
%build |
%build |
678 |
perl createlinks |
perl createlinks |