1 |
# $Id$ |
# $Id: e-smith-radiusd.spec,v 1.6 2009/06/02 15:59:38 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 2.2.0 |
%define version 2.2.0 |
7 |
%define release 1 |
%define release 3 |
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-2.2.0-perms.patch |
14 |
|
Patch1: e-smith-radiusd-2.2.0-add_ldap_auth.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
Requires: e-smith-base >= 4.13.16-27 |
Requires: e-smith-base >= 4.13.16-27 |
17 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
25 |
e-smith server and gateway - configure radius server |
e-smith server and gateway - configure radius server |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Tue Oct 27 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme |
29 |
|
- Add ldap as an auth type to radius [SME: 6313] |
30 |
|
|
31 |
|
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
32 |
|
- Fix owner/perms for radius files [SME: 5317] |
33 |
|
|
34 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
35 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
36 |
|
|
116 |
|
|
117 |
%prep |
%prep |
118 |
%setup |
%setup |
119 |
|
%patch0 -p1 |
120 |
|
%patch1 -p1 |
121 |
|
|
122 |
%build |
%build |
123 |
perl createlinks |
perl createlinks |