From 003b5fe19adf55089d78f0c813e917152741a853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 9 Mar 2020 12:36:40 +0100 Subject: [PATCH] Fix a dependency on perl-libs from perl-Pod-Functions perl-Pod-Functions is noarch, we cannot have arch-specific dependencies. --- perl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index b583ca8..69f543a 100644 --- a/perl.spec +++ b/perl.spec @@ -3326,7 +3326,7 @@ Version: 1.13 BuildArch: noarch Requires: %perl_compat # Match perl the functions come from -Requires: perl-libs%{?_isa} = %{perl_epoch}:%{perl_version}-%{release} +Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release} %if %{defined perl_bootstrap} %gendep_perl_Pod_Functions %endif