iwasakims commented on pull request #695: URL: https://github.com/apache/bigtop/pull/695#issuecomment-725077333
@sekikn ambari-server depends on initspripts but ambari-agent does not. Adding the dependency to ambari-agent too is the right fix? ``` $ rpm -q --requires -p output/ambari/noarch/ambari-server-2.6.1.0-1.el8.noarch.rpm /bin/sh /bin/sh /bin/sh /bin/sh curl initscripts openssl postgresql-server >= 8.1 python2 >= 2.6 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 $ rpm -q --requires -p output/ambari/noarch/ambari-agent-2.6.1.0-1.el8.noarch.rpm /bin/sh /bin/sh /bin/sh /bin/sh openssl python2 >= 2.6 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 zlib ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
