--- ppp.spec Fri Aug 10 17:54:18 2001 +++ ppp-2.4.1-2.ipv6.1.spec Fri Nov 23 22:45:38 2001 @@ -1,7 +1,7 @@ Summary: The PPP (Point-to-Point Protocol) daemon. Name: ppp Version: 2.4.1 -Release: 2 +Release: 2.ipv6.1 License: distributable Group: System Environment/Daemons Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz @@ -14,6 +14,7 @@ Patch5: ppp-2.4.1-warnings.patch Patch6: ppp-2.4.1-enable-cbcp.patch Patch7: ppp-2.4.1-cbcp.patch +Patch100: ppp-2.4.1-enable-ipv6.patch BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: pam-devel Requires: glibc >= 2.0.6, /etc/pam.d/system-auth @@ -24,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. %prep %setup -q @@ -36,6 +38,7 @@ %patch5 -p1 -b .warnings %patch6 -p1 -b .enable-cbcp %patch7 -p1 -b .cbcp +%patch100 -p1 -b .enable-ipv6 find . -type f -name "*.sample" | xargs rm -f %build @@ -74,6 +77,9 @@ %doc README README.linux scripts sample %changelog +* Fri Nov 23 2001 Peter Bieringer +- enable IPv6 + * Thu Aug 9 2001 Nalin Dahyabhai - add buildprereq on pam-devel (#49559) - add patch to respond to CBCP LCP requests (#15738) .