1 |
# $Id: e-smith-proxy.spec,v 1.6 2017/04/12 21:24:57 unnilennium Exp $ |
# $Id: e-smith-proxy.spec,v 1.7 2020/12/01 16:03:46 michel 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 7 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: e-smith-proxy-5.6.0.bz79.redirect.squid.related.syslog.patch |
Patch2: e-smith-proxy-5.6.0.bz79.redirect.squid.related.syslog.patch |
16 |
Patch3: e-smith-proxy-5.6.0.bz9639.disablingSMTPproxyFromManager.patch |
Patch3: e-smith-proxy-5.6.0.bz9639.disablingSMTPproxyFromManager.patch |
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 |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-base |
Requires: e-smith-base |
32 |
e-smith server and gateway software - proxy module. |
e-smith server and gateway software - proxy module. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-8.sme |
36 |
|
- fix actions for e-smith-proxy-update event [SME: 11116] |
37 |
|
- add intercept for squid [SME: 9419] |
38 |
|
|
39 |
* Mon Nov 30 2020 Michel Begue <mab974@gmail.com> 2.6.0-7.sme |
* Mon Nov 30 2020 Michel Begue <mab974@gmail.com> 2.6.0-7.sme |
40 |
- move squid service to systemd [SME: 11116] |
- move squid service to systemd [SME: 11116] |
41 |
- add e-smith-proxy-update event [SME: 11151] |
- add e-smith-proxy-update event [SME: 11151] |
728 |
%patch2 -p1 |
%patch2 -p1 |
729 |
%patch3 -p1 |
%patch3 -p1 |
730 |
%patch4 -p1 |
%patch4 -p1 |
731 |
|
%patch5 -p1 |
732 |
|
|
733 |
|
rm -rf root/var/service/squid/ |
734 |
mkdir -p root/usr/lib/systemd/system/squid.service.d |
mkdir -p root/usr/lib/systemd/system/squid.service.d |
735 |
|
|
736 |
%build |
%build |