From 63bce37a6925caa1004f7d78e5840037479f9533 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Aug 2012 14:55:03 +0200 Subject: php 5.4: sync with rawhide --- php54.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/php54.spec b/php54.spec index 3788334..3b63a65 100644 --- a/php54.spec +++ b/php54.spec @@ -32,14 +32,10 @@ %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} %if 0%{?rhel} >= 5 || 0%{?fedora} >= 12 -%ifarch %{ix86} x86_64 %global with_fpm 1 %else %global with_fpm 0 %endif -%else -%global with_fpm 0 -%endif %if 0%{?__isa:1} %global isasuffix -%{__isa} @@ -1444,6 +1440,9 @@ fi %changelog +* Mon Aug 20 2012 Remi Collet 5.4.6-2 +- enable php-fpm on secondary arch (#849490) + * Thu Aug 16 2012 Remi Collet 5.4.6-1 - update to 5.4.6 -- cgit