(RESOLVED) Re: why does rpm ask for an earlier release?
travel NJ
travelnj11 at gmail.com
Mon Mar 7 16:37:13 UTC 2011
Thanks for
Jos Vos jos at xos.nl
Jeff Johnson n3npq at mac.com
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.inwith the above path.
Further searching, I found the following which clearly explained the changes
required
http://serverfault.com/questions/109867/rpm-build-issue
In short, I replaced
make install
by
make install DESDIR=%{buildroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-list/attachments/20110307/8b97e321/attachment.html>
More information about the Rpm-list
mailing list