From 9332102b2fa86c4b4f1ac345649903f9013c7380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Mon, 30 Jul 2018 18:09:08 +0200 Subject: [PATCH] don't build with geoip by default --- nginx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nginx.spec b/nginx.spec index eaf9d52..b1799fb 100644 --- a/nginx.spec +++ b/nginx.spec @@ -5,7 +5,7 @@ # See: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/078af19 %undefine _strict_symbol_defs_build -%bcond_without geoip +%bcond_with geoip # gperftools exist only on selected arches # gperftools *detection* is failing on ppc64*, possibly only configure @@ -23,7 +23,7 @@ Name: nginx Epoch: 1 Version: 1.12.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -471,6 +471,9 @@ fi %changelog +* Mon Jul 30 2018 Luboš Uhliarik - 1:1.12.1-13 +- don't build with geoip by default + * Thu Jul 19 2018 Joe Orton - 1:1.12.1-12 - add build conditional for geoip support