bootstrap/cbuild: Don't install weak deps on CentOS and Fedora
Pass --setopt=install_weak_deps=False when calling dnf/yum install, to avoid installing unnecessary dependencies. This was already done for the 'upgrade' command, but lets do the same for 'install' too, as well as for both 'upgrade' and 'install' on new enough CentOS's.
Signed-off-by: Jonas Ådahl jadahl@gmail.com