laixiong commented on PR #1345: URL: https://github.com/apache/bigtop/pull/1345#issuecomment-3065204751
Hi, thanks for the patch! I noticed that this PR replaces the hardcoded path dependency on /lib/lsb/init-functions with a conditional requirement on redhat-lsb-core for Fedora ≥ 40 and EL9 systems. However, on Rocky Linux 9 (and generally RHEL 9-based systems), the redhat-lsb-core package is no longer available in the official repositories. As a result, even though the RPM no longer directly depends on the path /lib/lsb/init-functions, it may still fail to install due to the missing package dependency. Could you please confirm whether, with this change, the resulting RPMs can now be installed successfully on Rocky Linux 9 without additional manual steps (like creating symlinks or building dummy packages)? Or would it still require further compatibility handling? Thanks again for your work on this! -- 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