From ba9868160e072dce73308920b570bd6204e13caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:44:16 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- postfix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix.spec b/postfix.spec index b03cf54..e7323d8 100644 --- a/postfix.spec +++ b/postfix.spec @@ -93,7 +93,7 @@ Patch9: pflogsumm-1.1.3-datecalc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Determine the different packages required for building postfix -BuildRequires: libdb-devel, pkgconfig, zlib-devel +BuildRequires: libdb-devel, perl-generators, pkgconfig, zlib-devel BuildRequires: systemd-units, libicu-devel %{?with_ldap:BuildRequires: openldap-devel}