--- ppp-2.4.1-3.spec Thu May 9 23:16:07 2002 +++ ppp-2.4.1-3.Bieringer.1.spec Thu May 9 23:07:41 2002 @@ -1,7 +1,7 @@ Summary: The PPP (Point-to-Point Protocol) daemon. Name: ppp Version: 2.4.1 -Release: 3 +Release: 3.Bieringer.1 License: distributable Group: System Environment/Daemons Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz @@ -12,8 +12,11 @@ Patch3: ppp-2.4.0-reap.patch Patch4: ppp-2.3.11-pam_session.patch Patch5: ppp-2.4.1-warnings.patch +Patch100: ppp-2.4.1-enable-ipv6.patch +Patch101: ppp-2.4.1-enable-filter.patch + BuildRoot: %{_tmppath}/%{name}-root -BuildPrereq: pam-devel +BuildPrereq: pam-devel libpcap Requires: glibc >= 2.0.6, /etc/pam.d/system-auth %description @@ -22,6 +25,7 @@ transmitting datagrams over serial point-to-point links. PPP is usually used to dial in to an ISP (Internet Service Provider) or other organization over a modem and phone line. +This version supports IPv6 and PPP_FILTER. %prep %setup -q @@ -32,6 +36,8 @@ %patch3 -p1 -b .reap %patch4 -p1 -b .pam_session %patch5 -p1 -b .warnings +%patch100 -p1 -b .enable-ipv6 +%patch101 -p1 -b .enable-filter find . -type f -name "*.sample" | xargs rm -f %build @@ -70,6 +76,9 @@ %doc README README.linux scripts sample %changelog +* Thu May 09 2002 Peter Bieringer +- enable PPP_FILTER and IPv6 + * Wed Feb 27 2002 Nalin Dahyabhai 2.4.1-3 - revert cbcp patch, it's wrong (#55367) .