>  "Neal D. Becker" <[EMAIL PROTECTED]>
> I reported this.  A simple workaround, just remove the dependency from the 
> .spec file.

> IIRC, it was libpython-devel.  This is called python-devel on RH8.   My 
> suggestion, just remove it from Requires:.


Just put a %if block in the .spec.  I don't have time, but there should
be some rpm macro or other identifying condition on RH8 for the if check
below

%if some condition identifying redhat
Requires: python-devel
%else
Requires: libpython-devel
%endif

Joel
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to