1 |
# $Id: e-smith-base.spec,v 1.169 2015/01/16 14:02:30 stephdl Exp $ |
# $Id: e-smith-base.spec,v 1.172 2015/10/16 14:52:45 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 95 |
%define release 97 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
|
Patch7: e-smith-backup-5.2.0.bz9097.Test_Backup_MountPoint.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: mod_auth_external |
Requires: mod_auth_external |
22 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
64 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
65 |
|
|
66 |
%changelog |
%changelog |
67 |
|
* Fri Oct 16 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-97.sme |
68 |
|
- Verify the mountpoint during the console backup [SME: 9097] |
69 |
|
- Added e-smith-backup-5.2.0.bz9097.Test_Backup_MountPoint.patch |
70 |
|
|
71 |
|
* Mon Aug 24 2015 Charlie Brady <charlie_brady@mitel.com> 5.2.0-96.sme |
72 |
|
* Use sha256 algorithm for signature of SSL cert. [SME: 8607] |
73 |
|
|
74 |
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-95.sme |
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-95.sme |
75 |
- Only fire the ip-change event when IP is assigned to WAN nic |
- Only fire the ip-change event when IP is assigned to WAN nic |
76 |
(Code by Charlie Brady and John Crisp) [SME: 8891] |
(Code by Charlie Brady and John Crisp) [SME: 8891] |
1591 |
%patch3 -p1 |
%patch3 -p1 |
1592 |
%patch4 -p1 |
%patch4 -p1 |
1593 |
%patch5 -p1 |
%patch5 -p1 |
1594 |
|
%patch6 -p1 |
1595 |
|
%patch7 -p1 |
1596 |
|
|
1597 |
%pre |
%pre |
1598 |
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 ] |