commit eedf434999998f5233299e9bfd237c9656e89045 Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Tue Jan 22 11:36:09 2013 +0800 Add two missing requirements These were caught by Petr during the review. perl-ClamAV-Client.spec | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) --- diff --git a/perl-ClamAV-Client.spec b/perl-ClamAV-Client.spec index 9472124..7bcca09 100644 --- a/perl-ClamAV-Client.spec +++ b/perl-ClamAV-Client.spec @@ -12,6 +12,10 @@ BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +# These are not found by rpmbuild +Requires: perl(IO::Socket::INET) +Requires: perl(IO::Socket::UNIX) + %{?perl_default_filter} %description @@ -48,6 +52,7 @@ perl Build.PL installdirs=vendor %changelog - Replace usage of the %%{__perl} macro by the plain perl command. +- Add two run-time requirements missed by rpmbuild. * Tue Jan 15 2013 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 0.11-1 - Initial package for Fedora, with help from cpanspec. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel