RPM

Comment 1 for bug 637240

Revision history for this message
In , Paolo (paolo-redhat-bugs) wrote :

Created attachment 360048
A sample spec file to reprdouce this issue

After updating to rpm 4.7.1 (rpm-4.7.1-1.fc11.x86_64) I got troubles building RPM packages in which installed files are specified via %files -f /path/to/file/list since now rpm prepends %{_builddir}/%{buildsubdir} to -f argument.
AFAIK it should be possible to read the file list from a file locate anywhere in the filesystem.