https://bugzilla.redhat.com/show_bug.cgi?id=1382865 Bug ID: 1382865 Summary: manually specified Requires: are ignored Product: Fedora Version: rawhide Component: perl-generators Assignee: jplesnik@xxxxxxxxxx Reporter: dominik@xxxxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: jplesnik@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx Created attachment 1208272 --> https://bugzilla.redhat.com/attachment.cgi?id=1208272&action=edit example package showing the bug Description of problem: Manually specified Requires: perl(foo) from the specfile do not make it into final package Requires:. Version-Release number of selected component (if applicable): 1.10-1.fc25 How reproducible: Always. Steps to Reproduce: 1. Try building the attached package. 2. Check the Requires of the resulting package. Actual results: Requires: /usr/bin/perl perl(Data::Dumper) perl(File::Copy) perl(File::Path) perl(Getopt::Long) perl(IO::Handle) perl(IO::Select) perl(IO::Socket) perl(POSIX) perl(Socket) perl(strict) Expected results: Requires: /usr/bin/perl perl(Bit::Vector) perl(Carp::Clan) perl(Data::Dumper) perl(Date::Calc) perl(File::Copy) perl(File::Path) perl(Getopt::Long) perl(IO::Handle) perl(IO::Select) perl(IO::Socket) perl(IPTables::ChainMgr) perl(IPTables::Parse) perl(NetAddr::IP) perl(POSIX) perl(Socket) perl(Storable) perl(strict) perl(Unix::Syslog) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx