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



--- Comment #2 from Petr Ĺ abata <[email protected]> ---
The minimum version of Crypt::PBKDF2 required is 0.112020, not 0.14.
Why did you pick 0.14?  I don't see it referenced anywhere in the package.

Plus, if you wanted >= 0.14*, you should have used 0.140000, given how RPM
version comparison works.

rpmdev-vercmp 0.112020 0.14                                             
0.112020 > 0.14

rpmbuild should also autodetect Crypt::PBKDF2 >= 0.112020 runtime dependency
correctly, so there won't be a need for that filter and explicit Requires if
you change this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to