2 |
%define name e-smith-base |
%define name e-smith-base |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.18.1 |
%define version 4.18.1 |
5 |
%define release 20 |
%define release 21 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
24 |
Patch14: e-smith-base-4.18.1-removeInvalidEntryTag.patch |
Patch14: e-smith-base-4.18.1-removeInvalidEntryTag.patch |
25 |
Patch15: e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch |
Patch15: e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch |
26 |
Patch16: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch |
Patch16: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch |
27 |
|
Patch17: e-smith-base-4.18.1-ip-down.race.patch |
28 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
Requires: mod_auth_external |
Requires: mod_auth_external |
30 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
71 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
72 |
|
|
73 |
%changelog |
%changelog |
74 |
|
* Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21 |
75 |
|
- Fix race condition in VPN ip-down handling which could cause loss of |
76 |
|
LAN connectivity. [SME: 4405] |
77 |
|
|
78 |
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20 |
* Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20 |
79 |
- Remove requires for whiptail. No longer needed [SME: 4491] |
- Remove requires for whiptail. No longer needed [SME: 4491] |
80 |
|
|
1287 |
%patch14 -p1 |
%patch14 -p1 |
1288 |
%patch15 -p1 |
%patch15 -p1 |
1289 |
%patch16 -p1 |
%patch16 -p1 |
1290 |
|
%patch17 -p1 |
1291 |
|
|
1292 |
%pre |
%pre |
1293 |
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 ] |