1 |
# $Id: e-smith-base.spec,v 1.86 2015/03/31 15:25:08 vip-ire Exp $ |
# $Id: e-smith-base.spec,v 1.87 2015/03/31 15:35:59 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.6.0 |
%define version 5.6.0 |
7 |
%define release 18 |
%define release 19 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
23 |
Patch11: e-smith-base-5.6.0-specify_dhcpd_configuration_file.patch |
Patch11: e-smith-base-5.6.0-specify_dhcpd_configuration_file.patch |
24 |
Patch12: e-smith-base-5.6.0-default_to_no_on_quit_console_app.patch |
Patch12: e-smith-base-5.6.0-default_to_no_on_quit_console_app.patch |
25 |
Patch13: e-smith-base-5.6.0-only_reset_access_for_private_server.patch |
Patch13: e-smith-base-5.6.0-only_reset_access_for_private_server.patch |
26 |
|
Patch14: e-smith-base-5.6.0-only_fire_ip_change_on_wan.patch |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArch: noarch |
BuildArch: noarch |
29 |
Requires: pwauth |
Requires: pwauth |
71 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
72 |
|
|
73 |
%changelog |
%changelog |
74 |
|
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-19.sme |
75 |
|
- Only fire the ip-change event when IP is assigned to WAN nic |
76 |
|
(Code by Charlie Brady and John Crisp) [SME: 8896] |
77 |
|
|
78 |
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-18.sme |
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-18.sme |
79 |
- Only reset service access when swicthing to or from private server mode |
- Only reset service access when swicthing to or from private server mode |
80 |
(Code by Charlie Brady) [SME: 8879] |
(Code by Charlie Brady) [SME: 8879] |
1767 |
%patch11 -p1 |
%patch11 -p1 |
1768 |
%patch12 -p1 |
%patch12 -p1 |
1769 |
%patch13 -p1 |
%patch13 -p1 |
1770 |
|
%patch14 -p1 |
1771 |
|
|
1772 |
%pre |
%pre |
1773 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |