1 |
|
# $Id: e-smith-radiusd.spec,v 1.5 2008/10/07 19:18:14 slords 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 1.0.0 |
%define version 2.2.0 |
7 |
%define release 16 |
%define release 2 |
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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-radiusd-1.0.0-2.mitel_patch |
Patch0: e-smith-radiusd-2.2.0-perms.patch |
|
Patch1: e-smith-radiusd-1.0.0-3.mitel_patch |
|
|
Patch2: e-smith-radiusd-1.0.0-4.mitel_patch |
|
|
Patch3: e-smith-radiusd-1.0.0-5.mitel_patch |
|
|
Patch4: e-smith-radiusd-1.0.0-6.mitel_patch |
|
|
Patch5: e-smith-radiusd-1.0.0-7.mitel_patch |
|
|
Patch6: e-smith-radiusd-1.0.0-9.mitel_patch |
|
|
Patch7: e-smith-radiusd-1.0.0-11.mitel_patch |
|
|
Patch8: e-smith-radiusd-1.0.0-TemplateSplit.patch |
|
|
Patch9: e-smith-radiusd-1.0.0-clients.conf_perms.patch |
|
|
Patch10: e-smith-radiusd-1.0.0-servers_perm.patch |
|
|
Patch11: e-smith-radiusd-1.0.0-FixedIp.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: e-smith-base >= 4.13.16-27 |
Requires: e-smith-base >= 4.13.16-27 |
|
Requires: kernel => 2.4 |
|
16 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
17 |
Requires: freeradius >= 1.0.1 |
Requires: freeradius >= 1.0.1 |
18 |
Requires: radiusclient >= 0.3.2 |
Requires: radiusclient >= 0.3.2 |
24 |
e-smith server and gateway - configure radius server |
e-smith server and gateway - configure radius server |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
* Fri May 18 2007 Federico Simoncelli <federico.simoncelli@gmail.com> |
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
28 |
|
- Fix owner/perms for radius files [SME: 5317] |
29 |
|
|
30 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
31 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
32 |
|
|
33 |
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-18 |
34 |
|
- Allow for multiple auth modules in radiusd.conf [SME: 4166] |
35 |
|
|
36 |
|
* Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.0.0-17 |
37 |
|
- Remove the Requires kernel =>2.4 line. [SME: 4483] |
38 |
|
|
39 |
|
* Fri May 18 2007 Federico Simoncelli <federico.simoncelli@gmail.com> 1.0.0-16 |
40 |
- Added support for fixed ip addresses in the pptp vpn [SME: 1230] |
- Added support for fixed ip addresses in the pptp vpn [SME: 1230] |
41 |
|
|
42 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
113 |
%prep |
%prep |
114 |
%setup |
%setup |
115 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
116 |
|
|
117 |
%build |
%build |
118 |
perl createlinks |
perl createlinks |