From 35ba4343b48546336223545ce47c9351a34ab0fc Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 22 Feb 2021 17:30:48 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nginx.git#cdbbf72f9e6b5ba3a2c8074d3dcad4ec4a9d6f3c --- nginx.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nginx.spec b/nginx.spec index 91d1c9e..2c3de4f 100644 --- a/nginx.spec +++ b/nginx.spec @@ -7,12 +7,18 @@ %bcond_with geoip +# nginx gperftools support should be dissabled for RHEL >= 8 +# see: https://bugzilla.redhat.com/show_bug.cgi?id=1931402 +%if 0%{?rhel} >= 8 +%global with_gperftools 0 +%else # gperftools exist only on selected arches # gperftools *detection* is failing on ppc64*, possibly only configure # bug, but disable anyway. %ifnarch s390 s390x ppc64 ppc64le %global with_gperftools 1 %endif +%endif %global with_aio 1 @@ -23,7 +29,7 @@ Name: nginx Epoch: 1 Version: 1.18.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A high performance web server and reverse proxy server # BSD License (two clause) @@ -490,6 +496,9 @@ fi %changelog +* Mon Feb 22 2021 Lubos Uhliarik - 1:1.18.0-5 +- Resolves: #1931402 - drop gperftools module + * Tue Jan 26 2021 Fedora Release Engineering - 1:1.18.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild