Remvoed rhel workaround

This commit is contained in:
Jiri 2022-11-30 16:43:55 +01:00
parent 76ba5a769b
commit 145afdbcb3
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
#FOR TESTING ONLY! REMOVE!
%define rhel %{nil}
%if (0%{?rhel} > 0 && 0%{?rhel} < 8)
# portable jdk 17 specific bug, _jvmdir being missing
# portable jdk 17 specific bug, _jvmdir being missing on el7
%define _jvmdir /usr/lib/jvm
%endif