https://bugzilla.redhat.com/show_bug.cgi?id=980960 --- Comment #2 from Christopher Meng <cickumqt@xxxxxxxxx> --- An additional note, I made the same mistake when I built my first RPM, that is you MUST NOT write the perl BuildRequires/Requires like "perl-Module-Build", don't use dash-style, but like this: perl(Module::Build) So perl-IO-Socket-SSL should be something like this: perl(IO::Socket::SSL) BTW, if RPM can automatically find these Requires(NOT BuildRequires, you still have to define which to be used for building), just use "Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))" is enough. -- 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=wZeJm9lKBW&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review