From 3e967d3c4f3ec2989859a61683fe2eced790960e Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Tue, 21 Apr 2015 18:08:25 -0700 Subject: [PATCH] conditionally apply jvm patch --- uwsgi.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uwsgi.spec b/uwsgi.spec index fd8f9a8..bb39d81 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -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