1 |
# $Id: e-smith-base.spec,v 1.168 2015/01/11 21:46:53 stephdl Exp $ |
# $Id: e-smith-base.spec,v 1.169 2015/01/16 14:02:30 stephdl 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.2.0 |
%define version 5.2.0 |
7 |
%define release 94 |
%define release 95 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
14 |
Patch2: e-smith-base-5.2.0_added_verification_of_pptp_clients_against_dhcp.patch |
Patch2: e-smith-base-5.2.0_added_verification_of_pptp_clients_against_dhcp.patch |
15 |
Patch3: e-smith-base-5.2.0_console_verification_dhcp_vs_pptp.patch |
Patch3: e-smith-base-5.2.0_console_verification_dhcp_vs_pptp.patch |
16 |
Patch4: e-smith-base-5.2.0-default_to_no_on_quit_console_app.patch |
Patch4: e-smith-base-5.2.0-default_to_no_on_quit_console_app.patch |
17 |
|
Patch5: e-smith-base-5.2.0-only_fire_ip_change_on_wan.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
Requires: mod_auth_external |
Requires: mod_auth_external |
20 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
62 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
63 |
|
|
64 |
%changelog |
%changelog |
65 |
|
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-95.sme |
66 |
|
- Only fire the ip-change event when IP is assigned to WAN nic |
67 |
|
(Code by Charlie Brady and John Crisp) [SME: 8891] |
68 |
|
|
69 |
* Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-94.sme |
* Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-94.sme |
70 |
- When quiting the console app with unsaved changes set the default selected |
- When quiting the console app with unsaved changes set the default selected |
71 |
- answer to NO, Hsing-Foo Wang <hsingfoo@gmail.com> [SME: 8794] |
- answer to NO, Hsing-Foo Wang <hsingfoo@gmail.com> [SME: 8794] |
1581 |
%patch2 -p1 |
%patch2 -p1 |
1582 |
%patch3 -p1 |
%patch3 -p1 |
1583 |
%patch4 -p1 |
%patch4 -p1 |
1584 |
|
%patch5 -p1 |
1585 |
|
|
1586 |
%pre |
%pre |
1587 |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |
1588 |
then |
then |