2 |
%define name e-smith-pptpd |
%define name e-smith-pptpd |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.12.0 |
%define version 1.12.0 |
5 |
%define release 11 |
%define release 13 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
16 |
Patch5: e-smith-pptpd-1.12.0-dhcpd_perms.patch |
Patch5: e-smith-pptpd-1.12.0-dhcpd_perms.patch |
17 |
Patch6: e-smith-pptpd-1.12.0-fix_vpn_timeouts.patch |
Patch6: e-smith-pptpd-1.12.0-fix_vpn_timeouts.patch |
18 |
Patch7: e-smith-pptpd-1.12.0-mtumru.patch |
Patch7: e-smith-pptpd-1.12.0-mtumru.patch |
19 |
|
Patch8: e-smith-pptpd-1.12.0-mtumru_db.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: e-smith-base >= 4.13.16-27 |
Requires: e-smith-base >= 4.13.16-27 |
22 |
Requires: pptpd |
Requires: pptpd |
30 |
%endif |
%endif |
31 |
Obsoletes: kernel-module-ppp |
Obsoletes: kernel-module-ppp |
32 |
Obsoletes: kernel-smp-module-ppp |
Obsoletes: kernel-smp-module-ppp |
|
Requires: kernel => 2.4 |
|
33 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
34 |
Requires: e-smith-packetfilter >= 1.13.0-22 |
Requires: e-smith-packetfilter >= 1.13.0-22 |
35 |
Requires: e-smith-radiusd |
Requires: e-smith-radiusd |
40 |
e-smith server and gateway - configure inbound PPTP VPN access |
e-smith server and gateway - configure inbound PPTP VPN access |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.12.0-13 |
44 |
|
- Remove the Requires kernel =>2.4 line. [SME: 4483] |
45 |
|
|
46 |
|
* Wed May 21 2008 Shad L. Lords <slords@lordsfam.net> 1.12.0-12 |
47 |
|
- Move mtu/mru settings to database [SME: 549] |
48 |
|
|
49 |
* Sat Jan 12 2008 Shad L. Lords <slords@lordsfam.net> 1.12.0-11 |
* Sat Jan 12 2008 Shad L. Lords <slords@lordsfam.net> 1.12.0-11 |
50 |
- pptp connections setting mtu/mru > 1400 [SME: 549] |
- pptp connections setting mtu/mru > 1400 [SME: 549] |
51 |
|
|
620 |
%patch5 -p1 |
%patch5 -p1 |
621 |
%patch6 -p1 |
%patch6 -p1 |
622 |
%patch7 -p1 |
%patch7 -p1 |
623 |
|
%patch8 -p1 |
624 |
|
|
625 |
%build |
%build |
626 |
for i in console-save \ |
for i in console-save \ |