[perl-Mail-Box/el6] add explicit User::Identity requires

Tom Callaway spot at fedoraproject.org
Sun Jan 5 01:26:14 UTC 2014


commit 58e4bf0f23e377a8c7543fe39c5ff72301f98c8d
Author: Tom Callaway <spot at fedoraproject.org>
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 at fedoraproject.org> - 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 at fedoraproject.org> - 2.107-1
 - update to 2.107
 


More information about the scm-commits mailing list