Fix a dependency on perl-libs from perl-Pod-Functions

perl-Pod-Functions is noarch, we cannot have arch-specific dependencies.
This commit is contained in:
Petr Písař 2020-03-09 12:36:40 +01:00
parent 3dcb4caf22
commit 003b5fe19a
1 changed files with 1 additions and 1 deletions

View File

@ -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