[perl-CGI-Session] explicitly require perl(CGI)

Iain Arnell iarnell at fedoraproject.org
Sun May 29 04:37:11 UTC 2011


commit ab481da1ce6f37460801f99715f1534b3f6c900a
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun May 29 06:35:06 2011 +0200

    explicitly require perl(CGI)

 perl-CGI-Session.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Session.spec b/perl-CGI-Session.spec
index 3259eeb..f941d1d 100644
--- a/perl-CGI-Session.spec
+++ b/perl-CGI-Session.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Session
 Version:        4.35
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Persistent session data in CGI applications
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@ Source0:        http://www.cpan.org/modules/by-module/CGI/CGI-Session-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(CGI)
 BuildRequires:	perl(FreezeThaw), perl(ExtUtils::MakeMaker), perl(Test::More), perl(CGI)
 
 %description
@@ -49,6 +50,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 29 2011 Iain Arnell <iarnell at gmail.com> 4.35-8
+- explicitly require perl(CGI)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.35-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list