1 |
# $Id: e-smith-base.spec,v 1.165 2014/03/15 21:35:09 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.166 2014/04/06 15:58:18 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 92 |
%define release 93 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: e-smith-base-5.2.0.90.tar.gz |
Source: e-smith-base-5.2.0.90.tar.gz |
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 |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: mod_auth_external |
Requires: mod_auth_external |
18 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
60 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
61 |
|
|
62 |
%changelog |
%changelog |
63 |
|
* Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-93.sme |
64 |
|
- Add a verification in the console of number of pptp clients against ip allowed in dhcpd |
65 |
|
- [SME: 8298] |
66 |
|
|
67 |
* Sun Apr 6 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-92.sme |
* Sun Apr 6 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-92.sme |
68 |
- Add a verification in remoteaccess panel of number of pptp clients against ip allowed in dhcpd |
- Add a verification in remoteaccess panel of number of pptp clients against ip allowed in dhcpd |
69 |
- [SME: 8298] |
- [SME: 8298] |
1569 |
%setup |
%setup |
1570 |
%patch1 -p1 |
%patch1 -p1 |
1571 |
%patch2 -p1 |
%patch2 -p1 |
1572 |
|
%patch3 -p1 |
1573 |
%pre |
%pre |
1574 |
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 ] |
1575 |
then |
then |