iwasakims opened a new pull request, #1345: URL: https://github.com/apache/bigtop/pull/1345
https://issues.apache.org/jira/browse/BIGTOP-4418 While redhat-lsb provides the [/lib/lsb/init-functions](https://github.com/apache/bigtop/blob/master/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec#L138), it can not be pulled by package dependency nor Puppet manifest. ``` Error: /Stage[main]/Hadoop_zookeeper::Server/Package[zookeeper-server]/ensure: change from 'purged' to 'latest' failed: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y install zookeeper-server' returned 1: Error: Problem: conflicting requests - nothing provides /lib/lsb/init-functions needed by zookeeper-server-3.8.4-1.fc40.x86_64 from Bigtop_0 ``` This PR adds Fedora specific conditionals to the .spec files. While I think conditionals for SUSE and Megaia are obsolete and useless, I left them as-is. It should be removed by follow-up JIRAs. -- 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. To unsubscribe, e-mail: dev-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org