1 |
# $Id: e-smith-proxy.spec,v 1.8 2020/12/11 20:35:23 michel Exp $ |
# $Id: e-smith-proxy.spec,v 1.11 2022/04/17 18:59:18 jpp 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 9 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
Patch4: e-smith-proxy-5.6.0-bz11116_systemd.patch |
Patch4: e-smith-proxy-5.6.0-bz11116_systemd.patch |
18 |
Patch5: e-smith-proxy-5.6.0-events_update-bz9419.patch |
Patch5: e-smith-proxy-5.6.0-events_update-bz9419.patch |
19 |
Patch6: e-smith-proxy-5.6.0-bz9692-cleanup.patch |
Patch6: e-smith-proxy-5.6.0-bz9692-cleanup.patch |
20 |
|
Patch7: e-smith-proxy-5.6.0-bz11713-networksystemd.patch |
21 |
|
Patch8: e-smith-proxy-5.6.0-bz11944.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
28 |
Requires: iptables |
Requires: iptables |
29 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-9 |
30 |
|
Requires: e-smith-apache >= 2.6.0-19 |
31 |
Requires: e-smith-email >= 5.2.0-5 |
Requires: e-smith-email >= 5.2.0-5 |
32 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
33 |
Obsoletes: e-smith-transproxy |
Obsoletes: e-smith-transproxy |
37 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme |
41 |
|
- use httpd 2.4 access control syntax [SME: 11944] |
42 |
|
|
43 |
|
* Thu Oct 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme |
44 |
|
- fix squid starting before network [SME: 11713] |
45 |
|
also dropin file not expanded on install fixed |
46 |
|
|
47 |
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-9.sme |
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-9.sme |
48 |
- cleanup in /etc/rc.d and /var/service/squid [SME: 9692] |
- cleanup in /etc/rc.d and /var/service/squid [SME: 9692] |
49 |
|
|
745 |
%patch4 -p1 |
%patch4 -p1 |
746 |
%patch5 -p1 |
%patch5 -p1 |
747 |
%patch6 -p1 |
%patch6 -p1 |
748 |
|
%patch7 -p1 |
749 |
|
%patch8 -p1 |
750 |
|
|
751 |
rm -rf root/var/service/squid/ |
rm -rf root/var/service/squid/ |
752 |
mkdir -p root/usr/lib/systemd/system/squid.service.d |
mkdir -p root/usr/lib/systemd/system/squid.service.d |
753 |
|
rm -rf root/var/log/squid.run |
754 |
|
|
755 |
%build |
%build |
756 |
perl createlinks |
perl createlinks |