1 |
|
# $Id: e-smith-pptpd.spec,v 1.5 2008/10/07 19:12:55 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.2.0 |
7 |
%define release 13 |
%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 |
|
16 |
Obsoletes: kmod-ppp |
Obsoletes: kmod-ppp |
17 |
Obsoletes: kmod-ppp-smp |
Obsoletes: kmod-ppp-smp |
18 |
Obsoletes: kmod-ppp-xenU |
Obsoletes: kmod-ppp-xenU |
|
%else |
|
|
Requires: ppp-kmod |
|
|
%endif |
|
19 |
Obsoletes: kernel-module-ppp |
Obsoletes: kernel-module-ppp |
20 |
Obsoletes: kernel-smp-module-ppp |
Obsoletes: kernel-smp-module-ppp |
21 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
28 |
e-smith server and gateway - configure inbound PPTP VPN access |
e-smith server and gateway - configure inbound PPTP VPN access |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
32 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
33 |
|
|
34 |
* Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.12.0-13 |
* Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.12.0-13 |
35 |
- Remove the Requires kernel =>2.4 line. [SME: 4483] |
- Remove the Requires kernel =>2.4 line. [SME: 4483] |
36 |
|
|
37 |
* Wed May 21 2008 Shad L. Lords <slords@lordsfam.net> 1.12.0-12 |
* Wed May 21 2008 Shad L. Lords <slords@mail.com> 1.12.0-12 |
38 |
- Move mtu/mru settings to database [SME: 549] |
- Move mtu/mru settings to database [SME: 549] |
39 |
|
|
40 |
* 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 |
41 |
- pptp connections setting mtu/mru > 1400 [SME: 549] |
- pptp connections setting mtu/mru > 1400 [SME: 549] |
42 |
|
|
43 |
* 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 |
603 |
|
|
604 |
%prep |
%prep |
605 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
606 |
|
|
607 |
%build |
%build |
608 |
for i in console-save \ |
for i in console-save \ |