[Bug 647783] perl-Mail-Box shouldn't force spamassassin to be installed

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 23 13:53:28 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=647783

Petr Pisar <ppisar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |ASSIGNED
                 CC|                            |ppisar at redhat.com
         Resolution|ERRATA                      |---
           Keywords|                            |Reopened



--- Comment #17 from Petr Pisar <ppisar at redhat.com> ---
And the dependency is back again:

root at fedora-22:~ # repoquery --requires perl-Mail-Box | grep SpamAssassin
perl(Mail::SpamAssassin)
perl(Mail::SpamAssassin::Message)

root at fedora-22:~ # repoquery perl-Mail-Box --source
perl-Mail-Box-2.107-5.fc21.src.rpm

That's due to the fact that current %perl_default_filter is not compatible with
old rpmbuild dependency filters as %filter_from_requires is:

 %prep
 %setup -q -n Mail-Box-%{version}

+%filter_from_requires /perl(Mail::SpamAssassin)/d
+%{?perl_default_filter}
+
+

This must be upgraded to modern dependency filters (%__requires_exclude).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BOTHO7ZQtb&a=cc_unsubscribe



More information about the perl-devel mailing list