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

Petr Pisar ppisar at fedoraproject.org
Thu Sep 13 12:26:15 UTC 2012


commit b95612550eceab9ce565883ba9cab8a6900edbdf
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 91de3b1..1dd4bd1 100644
--- a/perl-IPC-Run.spec
+++ b/perl-IPC-Run.spec
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Run
 Version:        0.89
-Release:        6%{?dist}
+Release:        7%{?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-7
+- IO::Pty is required when passing ">pty>" argument (bug #857030)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.89-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 



More information about the perl-devel mailing list