From feacd6e9f043023663cb3c0096ad857adb5d90c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 12 Jul 2017 15:06:17 +0200 Subject: [PATCH] perl dependency renamed to perl-interpreter --- libzip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libzip.spec b/libzip.spec index afa3fd9..689c42e 100644 --- a/libzip.spec +++ b/libzip.spec @@ -19,7 +19,7 @@ BuildRequires: zlib-devel # Needed to run the test suite # find regress/ -type f | /usr/lib/rpm/perl.req # find regress/ -type f | /usr/lib/rpm/perl.prov -BuildRequires: perl +BuildRequires: perl-interpreter BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Copy)