[perl-Time-Piece-MySQL] Do not provide private perl(Time::Piece)

Petr Pisar ppisar at fedoraproject.org
Thu Sep 15 10:07:50 UTC 2011


commit b951bea9232c840be50699c737735c1825d59e0c
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Sep 15 12:07:13 2011 +0200

    Do not provide private perl(Time::Piece)

 perl-Time-Piece-MySQL.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Time-Piece-MySQL.spec b/perl-Time-Piece-MySQL.spec
index e219c4c..76374e7 100644
--- a/perl-Time-Piece-MySQL.spec
+++ b/perl-Time-Piece-MySQL.spec
@@ -1,6 +1,6 @@
 Name:           perl-Time-Piece-MySQL
 Version:        0.05
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        MySQL-specific methods for Time::Piece
 
 Group:          Development/Libraries
@@ -15,6 +15,8 @@ BuildRequires:  perl(Test::More) >= 0.47
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:  perl(Time::Piece) >= 1.03
 
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Time::Piece\\)
+
 %description
 The Time::Piece::MySQL module can be used instead of, or in addition to,
 Time::Piece to add MySQL-specific date-time methods to Time::Piece objects.
@@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 15 2011 Petr Pisar <ppisar at redhat.com> - 0.05-14
+- Do not provide private perl(Time::Piece) (bug #247253)
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.05-13
 - Perl mass rebuild
 



More information about the perl-devel mailing list