1 |
# $Id: e-smith-proxy.spec,v 1.5 2015/04/14 09:01:10 vip-ire Exp $ |
# $Id: e-smith-proxy.spec,v 1.4 2017/01/05 16:35:01 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 1 |
%define release 5 |
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 |
14 |
|
Patch1: e-smith-proxy-5.6.0-set_file_desc_limit.patch |
15 |
|
Patch2: e-smith-proxy-5.6.0.bz79.redirect.squid.related.syslog.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base |
Requires: e-smith-base |
29 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Mon Apr 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-5.sme |
33 |
|
- redirect squid syslog messages to /var/log/squid/squid.log [SME: 79] |
34 |
|
|
35 |
|
* Thu Jan 5 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme |
36 |
|
- Allow custom file descriptor limit, and set default to 4096 [SME: 9912] |
37 |
|
|
38 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme |
39 |
|
- Rebuild for [SME: 9393] |
40 |
|
|
41 |
|
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-2.sme |
42 |
|
- remove deprecated acl manager proto cache_object [SME: 9410] |
43 |
|
|
44 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme |
45 |
- Initial release to sme10 |
- Initial release to sme10 |
46 |
|
|
708 |
|
|
709 |
%prep |
%prep |
710 |
%setup |
%setup |
711 |
|
%patch0 -p1 |
712 |
|
%patch1 -p1 |
713 |
|
%patch2 -p1 |
714 |
|
|
715 |
%build |
%build |
716 |
perl createlinks |
perl createlinks |