From 9f8b5700af686de8865726a454daadb043bda2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 12 Nov 2014 15:12:59 +0100 Subject: [PATCH] Build-require groff-base instead of big groff --- perl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index 823892a..7be0654 100644 --- a/perl.spec +++ b/perl.spec @@ -102,7 +102,9 @@ Patch201: perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-MM-on-Linux.pa # Update some of the bundled modules # see http://fedoraproject.org/wiki/Perl/perl.spec for instructions -BuildRequires: groff, libdb-devel, tcsh, zlib-devel, bzip2-devel +# Build-require groff tools for populating %Config correctly, bug #135101 +BuildRequires: groff-base +BuildRequires: libdb-devel, tcsh, zlib-devel, bzip2-devel BuildRequires: systemtap-sdt-devel %if %{with gdbm} BuildRequires: gdbm-devel @@ -3618,6 +3620,7 @@ sed \ perl-Pod-Parser on bootstrap - Sub-package ExtUtils-Command (bug #1158536) - Sub-package Filter-Simple (bug #1158542) +- Build-require groff-base instead of big groff * Wed Oct 29 2014 Petr Pisar - 4:5.20.1-311 - Remove bundled perl-Devel-PPPort (bug #1143999)