MacChen01 commented on code in PR #1143:
URL: https://github.com/apache/bigtop/pull/1143#discussion_r1274625809
##########
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:
ok, i will verfiy it on Fedora-36 and Rockylinux.
--
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]