Thanks for
Jos Vos jos@xxxxxx
Jeff Johnson n3npq@xxxxxxx
for pointing out that my package script may be pointing to /home/sysadm/rpmbuild/Python2.7/Python2.7-root/usr/local/bin/python2.7.
Jeff suggested to use rpm -qp --filerequire your.rpm to locate the file.
Indeed, when the package was built, it replaced EXENAME in python-config.in with the above path.
Further searching, I found the following which clearly explained the changes required
In short, I replaced
make install
by
make install DESDIR=%{buildroot}
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list