From 9f9495a6754fb7d4413ed5d2af940c7fc578034d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Mon, 6 Aug 2018 13:36:24 +0200 Subject: [PATCH] add requires on perl(constant) for mod-http-perl --- nginx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nginx.spec b/nginx.spec index b1799fb..fdd5f47 100644 --- a/nginx.spec +++ b/nginx.spec @@ -23,7 +23,7 @@ Name: nginx Epoch: 1 Version: 1.12.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -160,6 +160,7 @@ BuildRequires: perl-generators BuildRequires: perl(ExtUtils::Embed) Requires: nginx Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(constant) %description mod-http-perl %{summary}. @@ -471,6 +472,9 @@ fi %changelog +* Mon Aug 06 2018 Luboš Uhliarik - 1:1.12.1-14 +- add requires on perl(constant) for mod-http-perl + * Mon Jul 30 2018 Luboš Uhliarik - 1:1.12.1-13 - don't build with geoip by default