$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel Young (jdy_at_[hidden])
Date: 2003-03-13 08:02:55
> "Neal D. Becker" <nbecker_at_[hidden]>
> 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