guyuqi commented on code in PR #1143:
URL: https://github.com/apache/bigtop/pull/1143#discussion_r1286837321


##########
bigtop-packages/src/rpm/ranger/SPECS/ranger.spec:
##########
@@ -120,7 +120,10 @@ Requires: coreutils, insserv
 
 # CentOS 5 does not have any dist macro
 # So I will suppose anything that is not Mageia or a SUSE will be a 
RHEL/CentOS/Fedora
-%if %{!?suse_version:1}0 && %{!?mgaversion:1}0
+# using the openeuler-lsb replace redhat-lsb in openEuler
+%if 0%{?openEuler}
+Requires: coreutils, openeuler-lsb
+%elif %{!?suse_version:1}0 && %{!?mgaversion:1}0

Review Comment:
   Yes, the issues could be reproduced in the other Distros.
   I would like to cherry pick the [relevant commit 
](https://github.com/apache/ranger/commit/f6b69ca5846de9a7dfced70ae8e403388ecb89fe)
 to master branch.
   Thanks for your testing and reporting it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to