Hi Derek,

>Uh, why do you have 1.2.13?  I'm trying to help you build 1.4.0rc5..   
>You keep confusing me by bringing up 1.2.13.  Please stop bringing
>1.2.13 into this conversation.

sorry, didn't mean to.  I got excited seeing rpms and jumped the gun 
;-)

>Hmm..  Okay.. I see why this is happening.  It's a bug in the SPEC 
>file.  I have
this:

># not supported on Linux or duplicated
>for f in kdump kdump-%{kernvers} kdb rmtsysd kpwvalid ; do
>  rm -f $RPM_BUILD_ROOT%{_sbindir}/$f
>done
>
>I think I should just pull this out and run:
>
>rm -f $RPM_BUILD_ROOT%{_sbindir}/kdump*

ok, I changed that in my spec file to:

# not supported on Linux or duplicated
#for f in kdump kdump-%{kernvers} kdb rmtsysd kpwvalid ; do
#  rm -f $RPM_BUILD_ROOT%{_sbindir}/$f
#done

# not supported on Linux or duplicated
rm -f $RPM_BUILD_ROOT%{_sbindir}/kdump*

thanks,

Ron

>-derek
>
>-- 
>       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
>       Member, MIT Student Information Processing Board  (SIPB)
>       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
>       [EMAIL PROTECTED]                        PGP key available


_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to