rawhide report: 20110219 changes - requires perl(Gtk2::

Jan Kratochvil jan.kratochvil at redhat.com
Mon Feb 21 09:56:36 UTC 2011


On Mon, 21 Feb 2011 10:36:05 +0100, Panu Matilainen wrote:
> A more likely candidate for new dependencies appearing is that rpm now 
> collects dependencies from perl's "use base qw" syntax, which older 
> versions did not.

filed now as:
	https://bugzilla.redhat.com/show_bug.cgi?id=679014

/usr/bin/cvs2cl:
package CVS::Utils::ChangeLog::EntrySet::Output::Text;
use base qw( CVS::Utils::ChangeLog::EntrySet::Output );
package CVS::Utils::ChangeLog::EntrySet::Output;

rpm (or which one) generates:
rpm -q --requires cvs2cl
perl(CVS::Utils::ChangeLog::EntrySet::Output)  
 - this is incorrect

BTW (this is correct):
rpm -q --provides cvs2cl
<no Perl packages>


Regards,
Jan


More information about the devel mailing list