yamasakisua commented on code in PR #1045:
URL: https://github.com/apache/bigtop/pull/1045#discussion_r1007481349
##########
bigtop-packages/src/rpm/phoenix/SPECS/phoenix.spec:
##########
@@ -92,6 +92,12 @@ Requires: bsh-utils
Requires: coreutils
%endif
+%if 0%{?rocky} >= 8
Review Comment:
@iwasakims
Thanks comment.
Just an idea, change condition to include RHEL8 like this.
`%if 0%{?rhel} >= 8`
but this condition will include all RHEL distro (RHEL, CentOS, Rocky etc..).
Is it acceptable to include all RHEL distros?
Or change it to include only RockyLinux8 and RHEL8?
--
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]