[perl-Test-MockObject/el6/master] Add in CGI as a BR, it's needed in EL6

Mark Chappell tremble at fedoraproject.org
Mon Aug 30 20:23:13 UTC 2010


commit 2fa1aa7532e58509552074fd13c3407f9935db85
Author: Mark Chappell <tremble at tremble.org.uk>
Date:   Mon Aug 30 21:23:34 2010 +0100

    Add in CGI as a BR, it's needed in EL6

 perl-Test-MockObject.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-MockObject.spec b/perl-Test-MockObject.spec
index c1c170b..dba876d 100644
--- a/perl-Test-MockObject.spec
+++ b/perl-Test-MockObject.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-MockObject
 Version:        1.09
-Release:        6%{?dist}
+Release:        6.1%{?dist}
 Summary:        Perl extension for emulating troublesome interfaces
 
 Group:          Development/Libraries
@@ -10,6 +10,7 @@ Source0:        http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-%{
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  perl(CGI)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
@@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 30 2010 Mark Chappell <tremble at fedoraproject.org> 1.09-6.1
+- EL6 needs the CGI package for the tests to run successfully
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.09-6
 - Mass rebuild with perl-5.12.0
 



More information about the perl-devel mailing list