The purpose of this change is to avoid installing all dependent packages
that module-build-service requires. Meanwhile, there is no EL6 build for
module-build-service, this change can also give user a meaningful
message instead of "No such a file or directory".
Installing all dependent packages required by module-build-service might not be expected by many users who do not use module-* commands. So, this patch is proposed to avoid potentially "annoying" them. However, if mbs-manager can be delivered separately and possibly has less dependencies, it would be good to require mbs-manager from rpkg, but we still have to handle nonexisting mbs-manager in EL6.
The purpose of this change is to avoid installing all dependent packages
that module-build-service requires. Meanwhile, there is no EL6 build for
module-build-service, this change can also give user a meaningful
message instead of "No such a file or directory".
Signed-off-by: Chenxiong Qi cqi@redhat.com
Installing all dependent packages required by
module-build-servicemight not be expected by many users who do not usemodule-*commands. So, this patch is proposed to avoid potentially "annoying" them. However, ifmbs-managercan be delivered separately and possibly has less dependencies, it would be good to requirembs-managerfrom rpkg, but we still have to handle nonexistingmbs-managerin EL6.