From 15381ee6a435a66ecd872254f60cf119e9f98d48 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Thu, 10 Sep 2015 10:28:35 +0100 Subject: [PATCH] Also build with gperftools on aarch64 (#1258412) --- nginx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nginx.spec b/nginx.spec index f79b8ae..2676381 100644 --- a/nginx.spec +++ b/nginx.spec @@ -9,7 +9,7 @@ %global nginx_webroot %{nginx_datadir}/html # gperftools exist only on selected arches -%ifarch %{ix86} x86_64 ppc ppc64 %{arm} +%ifarch %{ix86} x86_64 ppc ppc64 %{arm} aarch64 %global with_gperftools 1 %endif @@ -21,7 +21,7 @@ Name: nginx Epoch: 1 Version: 1.8.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -256,6 +256,9 @@ fi %changelog +* Thu Sep 10 2015 Jamie Nguyen - 1:1.8.0-12 +- also build with gperftools on aarch64 (#1258412) + * Wed Aug 12 2015 Nikos Mavrogiannopoulos - 1:1.8.0-11 - nginx.conf: added commented-out SSL configuration directives (#1179232)