1 |
# $Id: e-smith-base.spec,v 1.166 2014/04/06 15:58:18 stephdl Exp $ |
# $Id: e-smith-base.spec,v 1.167 2014/04/23 20:04:56 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 93 |
%define release 94 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch1: e-smith-base-5.2.0-reset_ibay_default_type.patch |
Patch1: e-smith-base-5.2.0-reset_ibay_default_type.patch |
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 |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: mod_auth_external |
Requires: mod_auth_external |
19 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
61 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
62 |
|
|
63 |
%changelog |
%changelog |
64 |
|
* Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-94.sme |
65 |
|
- When quiting the console app with unsaved changes set the default selected |
66 |
|
- answer to NO [SME: 8794] |
67 |
|
|
68 |
* Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-93.sme |
* Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-93.sme |
69 |
- Add a verification in the console of number of pptp clients against ip allowed in dhcpd |
- Add a verification in the console of number of pptp clients against ip allowed in dhcpd |
70 |
- [SME: 8298] |
- [SME: 8298] |
1575 |
%patch1 -p1 |
%patch1 -p1 |
1576 |
%patch2 -p1 |
%patch2 -p1 |
1577 |
%patch3 -p1 |
%patch3 -p1 |
1578 |
|
%patch4 -p1 |
1579 |
%pre |
%pre |
1580 |
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 ] |
1581 |
then |
then |