1 |
# $Id: e-smith-radiusd.spec,v 1.3 2013/02/14 20:38:09 slords 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 3 |
%define release 6 |
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: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: e-smith-radiusd-2.4.0-ng.patch |
Patch1: e-smith-radiusd-2.4.0-ng.patch |
14 |
|
Patch2: e-smith-radiusd-2.4.0-log_stdout.patch |
15 |
|
Patch3: e-smith-radiusd-2.4.0-listen.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: e-smith-base >= 4.13.16-27 |
Requires: e-smith-base >= 4.13.16-27 |
18 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
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 |
35 |
|
- Use the new listen directive instead of bind_address which is deprecated [SME: 7377] |
36 |
|
|
37 |
|
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
38 |
|
- Send log to stdout [SME: 7251] |
39 |
|
|
40 |
* Thu Feb 14 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
* Thu Feb 14 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
41 |
- Add requires for freeradius-ldap module [SME: 7252] |
- Add requires for freeradius-ldap module [SME: 7252] |
42 |
|
|
141 |
%prep |
%prep |
142 |
%setup |
%setup |
143 |
%patch1 -p1 |
%patch1 -p1 |
144 |
|
%patch2 -p1 |
145 |
|
%patch3 -p1 |
146 |
|
|
147 |
%build |
%build |
148 |
perl createlinks |
perl createlinks |