commit 58e4bf0f23e377a8c7543fe39c5ff72301f98c8d Author: Tom Callaway <spot@xxxxxxxxxxxxxxxxx> Date: Sat Jan 4 20:26:02 2014 -0500 add explicit User::Identity requires perl-Mail-Box.spec | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) --- diff --git a/perl-Mail-Box.spec b/perl-Mail-Box.spec index 8f9dbf5..82656c2 100644 --- a/perl-Mail-Box.spec +++ b/perl-Mail-Box.spec @@ -1,6 +1,6 @@ Name: perl-Mail-Box Version: 2.107 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Manage a mailbox, a folder with messages Group: Development/Libraries License: GPL+ or Artistic @@ -41,6 +41,11 @@ Provides: perl(Mail::Message::Construct::Text) = %{version} # I'm also not sure why this requirement isn't getting picked up automatically. Requires: perl(Object::Realize::Later) +# And these. Sigh. old RHEL is cruftytown. +Requires: perl(User::Identity::Collection) +Requires: perl(User::Identity::Collection::Emails) +Requires: perl(User::Identity::Item) + %description The Mail::Box folder is a modern mail-folder manager -- at least at the moment of this writing ;) It is written to replace Mail::Folder, @@ -88,6 +93,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Jan 4 2014 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 2.107.1.1 +- add explicit + Requires: perl(User::Identity::Collection) + Requires: perl(User::Identity::Collection::Emails) + Requires: perl(User::Identity::Item) + * Fri Feb 1 2013 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 2.107-1 - update to 2.107 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel