From c064f0786a273ff80cb4aeb5a7f4ccafe961b4e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Apr 2014 14:23:30 +0200 Subject: php54: fix for el7 --- php54.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php54.spec b/php54.spec index 393c792..17a29d9 100644 --- a/php54.spec +++ b/php54.spec @@ -32,7 +32,11 @@ %global with_fpm 1 %if 0%{?__isa:1} +%if 0%{?rhel} == 7 +%global isasuffix -%{__isa_bits} +%else %global isasuffix -%{__isa} +%endif %else %global isasuffix %nil %endif -- cgit