https://bugzilla.redhat.com/show_bug.cgi?id=853378

--- Comment #7 from Jitka Plesnikova <jples...@redhat.com> ---
There is missing following Requires.
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

Each perl module have to have it. It defined the version of perl which was used
for build. The version should be installed in the system.


rpm -qp --requires
/var/lib/mock/fedora-rawhide-x86_64/result/perl-Log-Dispatch-Configurator-Any-1.110690-3.fc19.noarch.rpm
| uniq -c
      2 perl(Carp)  
      1 perl(Config::Any)  
      1 perl(Config::Any) >= 0.15
      1 perl(Log::Dispatch) >= 2.23
      2 perl(Log::Dispatch::Configurator)  
      1 perl(base)  
      1 perl(strict)  
      1 perl(warnings)  
      1 rpmlib(CompressedFileNames) <= 3.0.4-1
      1 rpmlib(FileDigests) <= 4.6.0-1
      1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
      1 rpmlib(PayloadIsXz) <= 5.2-1

perl(Carp), perl(Log::Dispatch::Configurator) don't need to be mention in
Requires.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to