From 666b07ee3e9a539d65d71c3d65af2c78a9da47d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:24:23 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- perl-Crypt-DES.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index 1d2bc83..bcc75b3 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -8,6 +8,8 @@ URL: http://search.cpan.org/dist/Crypt-DES/ Source0: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRequires: perl +BuildRequires: perl-devel +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) # Run-time: BuildRequires: perl(Carp)