It looks like the last entry on the bugzilla is a link to the following script. What does it do? How would you run it? Hugh --- ppp.spec.org 2004-07-08 17:14:30.000000000 +0200 +++ ppp.spec 2004-07-10 01:26:43.714215385 +0200 @@ -1,7 +1,7 @@ Summary: The PPP (Point-to-Point Protocol) daemon. Name: ppp Version: 2.4.2 -Release: 3.FC2.1 +Release: 3.1.FC2.1 License: distributable Group: System Environment/Daemons Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz @@ -21,6 +21,9 @@ BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: pam-devel, libpcap Requires: glibc >= 2.0.6, /etc/pam.d/system-auth, logrotate +AUTOREQPROV: 0 +Provides: %{name} = %{version}-%{release}, pppd = %{version}, config(ppp) = %{version}-%{release} +Provides: chat, minconn.so, passprompt.so, passwordfd.so, rp-pppoe.so %description The ppp package contains the PPP (Point-to-Point Protocol) daemon and @@ -97,6 +100,9 @@ %doc FAQ PLUGINS README README.cbcp README.linux README.MPPE README.MSCHAP80 README.MSCHAP81 README.pwfd README.pppoe scripts sample %changelog +* Sat Jul 10 2004 Pascal Volk <rpmbuild{AT}edelhostd0tde> 2.4.2-3.1.FC2.1 +- set provides to solve bug #127554 + * Thu Jul 8 2004 Thomas Woerner <twoerner@xxxxxxxxxx> 2.4.2-3.FC2.1 - fixed compiler warnings - fixed 64bit problem with ms-chap (#125501) On Fri, 2004-07-09 at 22:58, Pedro Fernandes Macedo wrote: > Greg Swallow wrote: > > >Up2Date gives notice of new update (ppp 2.4.2-3.FC22.1) and am receiving > >this package conflict/mssing error: > > > >There was a package dependency problem. The message was: > > > >Unresolvable chain of dependencies: > >initscripts-7.53-1 requires pppd < 2.3.9 > > > >Please modify your package selections and try again. > > > >Running FC2 2.6.6-1.435-2.3smp and have all the updates that have come > >up to this point. > > > > > > > Known problem > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127554 . Was closed > with "works for me" , dont know why. Probably a fix is already on the > build system... > > -- > Pedro Macedo >