1 |
# $Id: e-smith-radiusd.spec,v 1.2 2016/04/01 16:51:57 unnilennium Exp $ |
# $Id: e-smith-radiusd.spec,v 1.4 2016/04/07 03:14:49 unnilennium 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.6.0 |
%define version 2.6.0 |
7 |
%define release 3 |
%define release 5 |
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 |
Patch0: e-smith-radiusd-2.6.0-freeradius3.patch |
Patch0: e-smith-radiusd-2.6.0-freeradius3.patch |
14 |
|
Patch1: e-smith-radiusd-2.6.0-freeradius3bis.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 |
27 |
e-smith server and gateway - configure radius server |
e-smith server and gateway - configure radius server |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Wed Apr 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
31 |
|
- more adjustements regarding [SME: 9425] |
32 |
|
- e-smith-radiusd-2.6.0-freeradius3bis.patch |
33 |
|
|
34 |
* Fri Apr 01 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Fri Apr 01 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
35 |
- fix directorie rpm ownership [SME: 9425] |
- fix directorie rpm ownership [SME: 9425] |
36 |
|
|
167 |
%prep |
%prep |
168 |
%setup |
%setup |
169 |
%patch0 -p1 |
%patch0 -p1 |
170 |
|
%patch1 -p1 |
171 |
|
|
172 |
%build |
%build |
173 |
perl createlinks |
perl createlinks |