Description of problem ====================== The package rhs-hadoop doesn't provide full list of dependencies. Version-Release number of selected component (if applicable) ============================================================ rhs-hadoop-2.3.3-3.el6rhs.noarch.rpm Steps to Reproduce ================== 1. check dependencies of the package via `rpm -qR` Actual results ============== ~~~ $ rpm -qR -p ./rhs-hadoop-2.3.3-3.el6rhs.noarch.rpm config(rhs-hadoop) = 2.3.3-3.el6rhs rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 ~~~ Expected results ================ Since the plugin requres sudo and getfattr to work, the output should also contains packages attr and sudo.
Updated build to include sudo and attr dependencies for RPM.
Checking rhs-hadoop-2.4.0-4.el6.noarch ~~~ # rpm -qR rhs-hadoop attr config(rhs-hadoop) = 2.4.0-4.el6 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 sudo rpmlib(PayloadIsXz) <= 5.2-1 ~~~ Both sudo and attr dependencies have been added.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-1517.html