conditionally apply jvm patch

This commit is contained in:
Jorge Gallegos 2015-04-21 18:08:25 -07:00
parent 473235164b
commit 3e967d3c4f

View File

@ -1024,7 +1024,9 @@ echo "plugin_dir = %{_libdir}/%{name}" >> buildconf/$(basename %{SOURCE1})
%if 0%{?fedora} >= 22
%patch5 -p1
%endif
%if 0%{?rhel} >= 7
%patch6 -p1 -b .ppc64le
%endif
%build