diff --git a/ppp.spec b/ppp.spec index 30a197b..7a9dda4 100644 --- a/ppp.spec +++ b/ppp.spec @@ -1,7 +1,7 @@ Summary: The PPP (Point-to-Point Protocol) daemon. Name: ppp Version: 2.4.1 -Release: 2 +Release: 3 License: distributable Group: System Environment/Daemons Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz @@ -12,8 +12,6 @@ Patch2: ppp-2.3.9-wtmp.patch Patch3: ppp-2.4.0-reap.patch Patch4: ppp-2.3.11-pam_session.patch Patch5: ppp-2.4.1-warnings.patch -Patch6: ppp-2.4.1-enable-cbcp.patch -Patch7: ppp-2.4.1-cbcp.patch BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: pam-devel Requires: glibc >= 2.0.6, /etc/pam.d/system-auth @@ -34,8 +32,6 @@ organization over a modem and phone line. %patch3 -p1 -b .reap %patch4 -p1 -b .pam_session %patch5 -p1 -b .warnings -%patch6 -p1 -b .enable-cbcp -%patch7 -p1 -b .cbcp find . -type f -name "*.sample" | xargs rm -f %build @@ -74,13 +70,16 @@ rm -rf $RPM_BUILD_ROOT %doc README README.linux scripts sample %changelog -* Thu Aug 9 2001 Nalin Dahyabhai +* Wed Feb 27 2002 Nalin Dahyabhai 2.4.1-3 +- revert cbcp patch, it's wrong (#55367) + +* Thu Aug 9 2001 Nalin Dahyabhai 2.4.1-2 - add buildprereq on pam-devel (#49559) - add patch to respond to CBCP LCP requests (#15738) - enable cbcp support at build-time - change the Copyright: tag to a License: tag -* Wed May 23 2001 Nalin Dahyabhai +* Wed May 23 2001 Nalin Dahyabhai 2.4.1-1 - update to 2.4.1 * Fri Dec 1 2000 Nalin Dahyabhai