1 |
# $Id: e-smith-proxy.spec,v 1.1 2016/02/05 21:48:49 stephdl Exp $ |
# $Id: e-smith-proxy.spec,v 1.3 2016/05/12 21:12:35 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - proxy module |
Summary: e-smith server and gateway - proxy module |
4 |
%define name e-smith-proxy |
%define name e-smith-proxy |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.6.0 |
%define version 5.6.0 |
7 |
%define release 2 |
%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 |
Patch0: e-smith-proxy-5.6.0-MANAGER.patch |
Patch0: e-smith-proxy-5.6.0-MANAGER.patch |
14 |
|
Patch1: e-smith-proxy-5.6.0-set_file_desc_limit.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-base |
Requires: e-smith-base |
28 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Thu Jan 5 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme |
32 |
|
- Allow custom file descriptor limit, and set default to 4096 [SME: 9912] |
33 |
|
|
34 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme |
35 |
|
- Rebuild for [SME: 9393] |
36 |
|
|
37 |
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-2.sme |
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-2.sme |
38 |
- remove deprecated acl manager proto cache_object [SME: 9410] |
- remove deprecated acl manager proto cache_object [SME: 9410] |
39 |
|
|
705 |
%prep |
%prep |
706 |
%setup |
%setup |
707 |
%patch0 -p1 |
%patch0 -p1 |
708 |
|
%patch1 -p1 |
709 |
|
|
710 |
|
|
711 |
%build |
%build |