1 |
|
# $Id: e-smith-pptpd.spec,v 1.5 2008/10/07 19:12:54 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-pptpd |
%define name e-smith-pptpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.12.0 |
%define version 2.0.0 |
7 |
%define release 12 |
%define release 1 |
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 |
|
Patch0: e-smith-pptpd-1.12.0-misc.patch |
|
|
Patch1: e-smith-pptpd-1.12.0-debug.patch |
|
|
Patch2: e-smith-pptpd-1.12.0-emptyinter.patch |
|
|
Patch3: e-smith-pptpd-1.12.0-dhcpd.conf_perms.patch |
|
|
Patch4: e-smith-pptpd-1.12.0-pptpd_perms.patch |
|
|
Patch5: e-smith-pptpd-1.12.0-dhcpd_perms.patch |
|
|
Patch6: e-smith-pptpd-1.12.0-fix_vpn_timeouts.patch |
|
|
Patch7: e-smith-pptpd-1.12.0-mtumru.patch |
|
|
Patch8: e-smith-pptpd-1.12.0-mtumru_db.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: e-smith-base >= 4.13.16-27 |
Requires: e-smith-base >= 4.13.16-27 |
15 |
Requires: pptpd |
Requires: pptpd |
|
%if "%{?rhel}" == "5" |
|
|
# Kernel modules now included in kernel |
|
|
Obsoletes: kmod-ppp |
|
|
Obsoletes: kmod-ppp-smp |
|
|
Obsoletes: kmod-ppp-xenU |
|
|
%else |
|
16 |
Requires: ppp-kmod |
Requires: ppp-kmod |
|
%endif |
|
17 |
Obsoletes: kernel-module-ppp |
Obsoletes: kernel-module-ppp |
18 |
Obsoletes: kernel-smp-module-ppp |
Obsoletes: kernel-smp-module-ppp |
|
Requires: kernel => 2.4 |
|
19 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
20 |
Requires: e-smith-packetfilter >= 1.13.0-22 |
Requires: e-smith-packetfilter >= 1.13.0-22 |
21 |
Requires: e-smith-radiusd |
Requires: e-smith-radiusd |
26 |
e-smith server and gateway - configure inbound PPTP VPN access |
e-smith server and gateway - configure inbound PPTP VPN access |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
* Wed May 21 2008 Shad L. Lords <slords@lordsfam.net> 1.12.0-12 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
30 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
31 |
|
|
32 |
|
* Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.12.0-13 |
33 |
|
- Remove the Requires kernel =>2.4 line. [SME: 4483] |
34 |
|
|
35 |
|
* Wed May 21 2008 Shad L. Lords <slords@mail.com> 1.12.0-12 |
36 |
- Move mtu/mru settings to database [SME: 549] |
- Move mtu/mru settings to database [SME: 549] |
37 |
|
|
38 |
* Sat Jan 12 2008 Shad L. Lords <slords@lordsfam.net> 1.12.0-11 |
* Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 1.12.0-11 |
39 |
- pptp connections setting mtu/mru > 1400 [SME: 549] |
- pptp connections setting mtu/mru > 1400 [SME: 549] |
40 |
|
|
41 |
* Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.12.0-10 |
* Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.12.0-10 |
601 |
|
|
602 |
%prep |
%prep |
603 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
604 |
|
|
605 |
%build |
%build |
606 |
for i in console-save \ |
for i in console-save \ |