diff options
-rw-r--r-- | php54.spec | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 <remi@fedoraproject.org> 5.4.6-2 +- enable php-fpm on secondary arch (#849490) + * Thu Aug 16 2012 Remi Collet <remi@fedoraproject.org> 5.4.6-1 - update to 5.4.6 |