[perl-Module-Build] YAML::Tiny is not needed at build time

Petr Pisar ppisar at fedoraproject.org
Mon Dec 10 08:56:15 UTC 2012


commit 5b8b173d9ee4f5164217c6e25768829f7468c5a3
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Dec 10 09:54:29 2012 +0100

    YAML::Tiny is not needed at build time

 perl-Module-Build.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index ab30871..7edaea3 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -5,7 +5,7 @@
 Name:           perl-Module-Build
 Epoch:          2
 Version:        %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Build and install Perl modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -58,7 +58,6 @@ BuildRequires:  perl(Pod::Readme)
 BuildRequires:  perl(Test::Harness) >= 3.16
 BuildRequires:  perl(Test::More) >= 0.49
 BuildRequires:  perl(version) >= 0.87
-BuildRequires:  perl(YAML::Tiny)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(CPAN::Meta) >= 2.110420
 Requires:       perl(CPAN::Meta::YAML) >= 0.003
@@ -112,6 +111,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 10 2012 Petr Pisar <ppisar at redhat.com> - 2:0.40.03-4
+- YAML::Tiny is not needed at build time (bug #885146)
+
 * Wed Nov 21 2012 Petr Šabata <contyk at redhat.com> - 2:0.40.03-3
 - Add a few missing deps
 - Drop command macros


More information about the scm-commits mailing list