Description of problem: rpmbuild bind.spec failed Version-Release number of selected component (if applicable): bind-9.10.3-1 How reproducible: Always Steps to Reproduce: 1. Have a system without readline-devel installed 2. rpmbuild -bb SPECS/bind.spec 3. Actual results: missing include file readline/readline.h Expected results: Sucessful build of rpm packages Additional info: It would be helpful if the following were added to the bind.spec file: BuildRequires: readline-devel
BIND builds just fine without readline-devel installed when build with mock locally or in brew. http://koji.fedoraproject.org/koji/buildinfo?buildID=685782 I also tried to rebuild bind SRPM from rawhide locally using rpmbuild on a system without readline-devel installed and it build without errors. Given the amount of information you provided on the error and that it actually works in the environment described in the report and also in mock and koji, I'm closing this as NOTABUG.