1 |
# $Id: e-smith-radiusd.spec,v 1.5 2013/02/18 20:23:33 vip-ire Exp $ |
# $Id: e-smith-radiusd.spec,v 1.6 2013/02/21 20:30:59 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
4 |
%define name e-smith-radiusd |
%define name e-smith-radiusd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 5 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Requires: freeradius >= 2.1.12 |
Requires: freeradius >= 2.1.12 |
20 |
Requires: freeradius-ldap >= 2.1.12 |
Requires: freeradius-ldap >= 2.1.12 |
21 |
Requires: radiusclient-ng >= 0.5.6 |
Requires: radiusclient-ng >= 0.5.6 |
22 |
|
Obsoletes: radiusclient <= 0.3.2 |
23 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
%define stunnelid 451 |
%define stunnelid 451 |
28 |
e-smith server and gateway - configure radius server |
e-smith server and gateway - configure radius server |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme |
32 |
|
- Obsolete el5 version of radiusclient [SME: 7273] |
33 |
|
|
34 |
* Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
* Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
35 |
- Use the new listen directive instead of bind_address which is deprecated [SME: 7377] |
- Use the new listen directive instead of bind_address which is deprecated [SME: 7377] |
36 |
|
|