[perl-Authen-Simple/f15] Add Class::Accessor::Fast and Class::Data::Inheritable to Requires

Emmanuel Seyman eseyman at fedoraproject.org
Thu Mar 29 19:17:16 UTC 2012


commit 29ff7416e9cae4285ad20aba7da54439966a5fc3
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Mar 29 21:17:12 2012 +0200

    Add Class::Accessor::Fast and Class::Data::Inheritable to Requires

 perl-Authen-Simple.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Authen-Simple.spec b/perl-Authen-Simple.spec
index 67bfdcd..7a7a0e2 100644
--- a/perl-Authen-Simple.spec
+++ b/perl-Authen-Simple.spec
@@ -1,6 +1,6 @@
 Name:           perl-Authen-Simple
 Version:        0.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Simple Authentication
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,10 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# Required by Authen::Simple::Adapter
+Requires:       perl(Class::Accessor::Fast)
+Requires:       perl(Class::Data::Inheritable)
+
 %description
 Simple and consistent framework for authentication.
 
@@ -49,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 29 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.4-6
+- Add Class::Accessor::Fast and Class::Data::Inheritable to Requires
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list