add requires on perl(constant) for mod-http-perl

This commit is contained in:
Luboš Uhliarik 2018-08-06 13:36:24 +02:00
parent 9332102b2f
commit 9f9495a675
1 changed files with 5 additions and 1 deletions

View File

@ -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 <luhliari@redhat.com> - 1:1.12.1-14
- add requires on perl(constant) for mod-http-perl
* Mon Jul 30 2018 Luboš Uhliarik <luhliari@redhat.com> - 1:1.12.1-13
- don't build with geoip by default