https://bugzilla.redhat.com/show_bug.cgi?id=1492843 --- Comment #3 from Gerd Pokorra <gp@xxxxxxxxxxxxxxxxxx> --- Thank you for taking the review! --About to require readline-devel -- I get no rpmlint error when checking the spec file $ grep devel rakudo-Readline.spec Requires: readline-devel $ rpmlint rakudo-Readline.spec rakudo-Readline.spec: W: no-%build-section 0 packages and 1 specfiles checked; 0 errors, 1 warnings. If I erase the readline-devel package and install compat-readline5 or compat-readline6 I get the following error: $ perl6 I ran into a problem while trying to set up Readline: Could not instantiate role 'ReadlineBehavior': Cannot locate native library 'libreadline.so': libreadline.so: cannot open shared object file: No such file or directory Falling back to Linenoise (if present) You may want to `zef install Readline` or `zef install Linenoise` or use rlwrap for a line editor To exit type 'exit' or '^D' > The package 'readline-devel' is needed to provide /usr/lib64/libreadline.so. -- Making the package noarch -- The package provides MoarVM-Bytecode that differs a little bit at different architectures (x86_64 and i686). So that installs to ${_libdir} in place of %{_datadir}. But I you want I will make the package 'noarch'. -- Version -- I will start to change the version to: Version: 0 Release: 0.1.20170918gita9f6dc4%{?dist} that means the version should be 0? In the META file the version is 0.0.2. I would like to take this as version number and not the long string. Please let me know what you would prefer. -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx