[perl-IPC-Run/f16] IO::Pty is required when passing ">pty>" argument

Petr Pisar ppisar at fedoraproject.org
Thu Sep 13 12:28:48 UTC 2012


commit 67c56096182ab34c97109e653a03adf06666d486
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Sep 13 14:22:10 2012 +0200

    IO::Pty is required when passing ">pty>" argument

 perl-IPC-Run.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec
index 1c0599d..32d198f 100644
--- a/perl-IPC-Run.spec
+++ b/perl-IPC-Run.spec
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Run
 Version:        0.89
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Perl module for interacting with child processes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -11,6 +11,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Pty) >= 1.00
 BuildRequires:  perl(Test::More) >= 0.47
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(IO::Pty) >= 1.00
 
 %description
 IPC::Run allows you run and interact with child processes using files,
@@ -54,6 +55,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 13 2012 Petr Pisar <ppisar at redhat.com> - 0.89-6
+- IO::Pty is required when passing ">pty>" argument (bug #857030)
+
 * Fri Jun 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.89-5
 - Perl mass rebuild
 



More information about the perl-devel mailing list