how to reproduce:
# yum -y install rpmdevtools
$ rpmdev-setuptree
$ rpm -Uvh gfarm-2.7.11-1.src.rpm
$ rpmbuild -bb ~/rpmbuild/SPECS/gfarm.spec
This is because $HOME/.rpmmacros which was installed by rpmdev-setuptree(1) has setting to invoke /usr/lib/rpm/check-rpaths
Diff:
fixed as follows:
the above commits removed a comment about $QA_RPATH=3 workaround which was committed in
Related
Commit: [r10884]
Commit: [r10885]
Commit: [r10886]
Commit: [r10895]
Commit: [r10896]
Commit: [r10897]