
On 25.07.2016 13:14, Martin Kletzander wrote:
Some time ago I went through the trouble to make support for perl module requirements in our bootstrap. Even though we require it in the bootstrap, it was not listed as a build requirement in the specfile.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+)
I wanted to do something similar quite a long time ago. Except adding few more packages. My idea was to be able to rpmbuild the .spec file to drag in all the deps for a build from git. It wasn't accepted as the deps I was adding are not required to build RPM. Now, every time I install fresh Fedora/RHEL I have to search for the packages to install just to compile libvirt from git. Like a detection dog. Michal