[perl] Synchronize dependencies with perl-Archive-Tar

Petr Pisar ppisar at fedoraproject.org
Wed Dec 10 12:22:22 UTC 2014


commit 232540c99205aacd483c1b9acdea207fcfc10c20
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Dec 10 13:21:51 2014 +0100

    Synchronize dependencies with perl-Archive-Tar

 perl.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 3ee0461..a6a301e 100644
--- a/perl.spec
+++ b/perl.spec
@@ -316,9 +316,17 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 Epoch:          0
 Version:        1.96
-Requires:       %perl_compat
-Requires:       perl(Compress::Zlib), perl(IO::Zlib)
 BuildArch:      noarch
+Requires:       %perl_compat
+Requires:       perl(IO::Zlib) >= 1.01
+# Optional run-time:
+Requires:       perl(IO::Compress:::Bzip2) >= 2.015
+# IO::String not used if perl supports useperlio which is true
+# Use Compress::Zlib's version for IO::Uncompress::Bunzip2
+Requires:       perl(IO::Uncompress::Bunzip2) >= 2.015
+%if !%{defined perl_bootstrap}
+Requires:       perl(Text::Diff)
+%endif
 
 %description Archive-Tar
 Archive::Tar provides an object oriented mechanism for handling tar files.  It


More information about the scm-commits mailing list