From 3977c1884e96adcc0f037c1734aa359bebcc9902 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 9 May 2016 00:27:49 +0100 Subject: [PATCH] Enable AIO on aarch64 (rhbz 1258414) --- nginx.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx.spec b/nginx.spec index d993b75..ad6044b 100644 --- a/nginx.spec +++ b/nginx.spec @@ -2,14 +2,11 @@ %global nginx_user nginx # gperftools exist only on selected arches -%ifarch %{ix86} x86_64 ppc ppc64 %{arm} aarch64 +%ifnarch s390 s390x %global with_gperftools 1 %endif -# AIO missing on some arches -%ifnarch aarch64 %global with_aio 1 -%endif %if 0%{?fedora} > 22 %global with_mailcap_mimetypes 1 @@ -423,6 +420,9 @@ fi %changelog +* Sun May 8 2016 Peter Robinson 1:1.10.0-3 +- Enable AIO on aarch64 (rhbz 1258414) + * Wed Apr 27 2016 Jamie Nguyen - 1:1.10.0-2 - only Require nginx-all-modules for EPEL and current Fedora releases