From f556e20dcd13637926b1e76b6bd75dd882c4fafe Mon Sep 17 00:00:00 2001 From: Tom "spot" Callaway Date: Aug 30 2011 14:11:42 +0000 Subject: filter out bogus Requires on Test::More --- diff --git a/perl-Gtk2.spec b/perl-Gtk2.spec index 078dc9e..500b4e4 100644 --- a/perl-Gtk2.spec +++ b/perl-Gtk2.spec @@ -6,7 +6,7 @@ Name: perl-Gtk2 Version: 1.224 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the 2.x series of the Gimp Toolkit library Group: Development/Libraries @@ -37,7 +37,7 @@ Provides: perl(Gtk2::VBox) Provides: perl(Gtk2::Window) Provides: perl(Gtk2::MessageDialog) -%global __requires_exclude perl\\(Glib\\) +%global __requires_exclude perl\\(Glib\\)|perl\\(Test:: %description This module allows you to write Gtk+ graphical user interfaces in a @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 30 2011 Tom Callaway - 1.224-2 +- filter out bogus Requires on Test::More + * Wed Aug 3 2011 Tom Callaway - 1.224-1 - update to 1.224