1 |
# $Id: e-smith-base.spec,v 1.162 2014/02/16 17:11:45 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.170 2015/03/31 15:48:18 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.2.0 |
%define version 5.2.0 |
7 |
%define release 90 |
%define release 96 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
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 |
14 |
|
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 |
|
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 |
|
Patch6: e-smith-base-5.2.0_sha256_cert.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: mod_auth_external |
Requires: mod_auth_external |
21 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
63 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
64 |
|
|
65 |
%changelog |
%changelog |
66 |
|
* Mon Aug 24 2015 Charlie Brady <charlie_brady@mitel.com> 5.2.0-96.sme |
67 |
|
* Use sha256 algorithm for signature of SSL cert. [SME: 8607] |
68 |
|
|
69 |
|
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-95.sme |
70 |
|
- Only fire the ip-change event when IP is assigned to WAN nic |
71 |
|
(Code by Charlie Brady and John Crisp) [SME: 8891] |
72 |
|
|
73 |
|
* Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-94.sme |
74 |
|
- When quiting the console app with unsaved changes set the default selected |
75 |
|
- answer to NO, Hsing-Foo Wang <hsingfoo@gmail.com> [SME: 8794] |
76 |
|
|
77 |
|
* Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-93.sme |
78 |
|
- Add a verification in the console of number of pptp clients against ip allowed in dhcpd |
79 |
|
- [SME: 8298] |
80 |
|
|
81 |
|
* Sun Apr 6 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-92.sme |
82 |
|
- Add a verification in remoteaccess panel of number of pptp clients against ip allowed in dhcpd |
83 |
|
- [SME: 8298] |
84 |
|
|
85 |
|
* Mon Mar 10 2014 Chris Burnat <devlist@burnat.com> 5.2.0-91.sme |
86 |
|
- Reset primary ibay default type [SME: 8267] |
87 |
|
|
88 |
* Mon Feb 17 2014 Ian Wells <esmith@wellsi.com> 5.2.0-90.sme |
* Mon Feb 17 2014 Ian Wells <esmith@wellsi.com> 5.2.0-90.sme |
89 |
- Remove old images and roll new tarball [SME: 8213] |
- Remove old images and roll new tarball [SME: 8213] |
90 |
|
|
1581 |
|
|
1582 |
%prep |
%prep |
1583 |
%setup |
%setup |
1584 |
|
%patch1 -p1 |
1585 |
|
%patch2 -p1 |
1586 |
|
%patch3 -p1 |
1587 |
|
%patch4 -p1 |
1588 |
|
%patch5 -p1 |
1589 |
|
%patch6 -p1 |
1590 |
|
|
1591 |
%pre |
%pre |
1592 |
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 ] |