[perl-IPC-Cmd] Remove unneeded dependency on Config

Petr Pisar ppisar at fedoraproject.org
Mon May 20 11:38:14 UTC 2013


commit 52afa2295e5f398c4ec091010547fadaf2051014
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 20 13:38:04 2013 +0200

    Remove unneeded dependency on Config

 perl-IPC-Cmd.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec
index 38909d0..d286d09 100644
--- a/perl-IPC-Cmd.spec
+++ b/perl-IPC-Cmd.spec
@@ -2,7 +2,7 @@ Name:           perl-IPC-Cmd
 # Epoch to compete with perl.spec
 Epoch:          1
 Version:        0.80
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Finding and running system commands made easy
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,7 +13,6 @@ BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
@@ -32,7 +31,6 @@ BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 # output.pl/warnings not used
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(Config)
 Requires:       perl(ExtUtils::MakeMaker)
 Requires:       perl(Params::Check) >= 0.20
 Requires:       perl(POSIX)
@@ -65,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 20 2013 Petr Pisar <ppisar at redhat.com> - 1:0.80-3
+- Remove unneeded dependency on Config
+
 * Thu Mar 14 2013 Petr Pisar <ppisar at redhat.com> - 1:0.80-2
 - Set epoch to compete with core module from perl.spec
 



More information about the perl-devel mailing list