https://bugzilla.redhat.com/show_bug.cgi?id=1338537 --- Comment #8 from Ralf Senderek <fedora@xxxxxxxxxxx> --- (In reply to Graham Leggett from comment #6) > > Inadequate specification of build-time dependencies. Please specify > > all the components required to build (including compiler, etc.) > > Can you provide an example of how to do this? You can specify a number of BuildRequires. You'd probably need BuildRequires=gcc anyway. The automatic review tool will attempt to do a mock-build, which creates a minimal build environment based on your specification in the spec file. If the mock-build fails the build log shows you which requirements might not be satisfied. It won't actually complain about gcc, but if other libraries were needed to build you'd see it there. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx