codec2-examples.noarch: W: files-duplicate /usr/share/codec2/octave/horus_payload_rtty.txt /usr/share/codec2/octave/horus_msg.txt codec2-devel.aarch64: W: no-version-in-last-changelog codec2-examples.noarch: W: no-version-in-last-changelog codec2.src: W: no-version-in-last-changelog libcodec2-1_0.aarch64: W: no-version-in-last-changelog The latest changelog entry doesn't contain a version. Please insert the version that is coherent with the version of the package and rebuild it. codec2-examples.noarch: W: non-executable-script /usr/share/codec2/octave/fskdemodgui.py 644 /usr/bin/env python3 codec2-examples.noarch: W: non-executable-script /usr/share/codec2/octave/plot_fsk_demod_stats.py 644 /usr/bin/env python3 This text file contains a shebang or is located in a path dedicated for executables, but lacks the executable bits and cannot thus be executed. If the file is meant to be an executable script, add the executable bits, otherwise remove the shebang or move the file elsewhere. libcodec2-1_0.aarch64: W: shared-lib-calls-exit /usr/lib64/libcodec2.so.1.0 exit@GLIBC_2.17 This library package calls exit() or _exit(), probably in a non-fork() context. Doing so from a library is strongly discouraged - when a library function calls exit(), it prevents the calling program from handling the error, reporting it to the user, closing files properly, and cleaning up any state that the program has. It is preferred for the library to return an actual error code and let the calling program decide how to handle the situation. codec2-examples.noarch: E: env-script-interpreter (Badness: 9) /usr/share/codec2/octave/fsk_demod_BER_test.py /usr/bin/env python3 This script uses 'env' as an interpreter. For the rpm runtime dependency detection to work, the shebang #!/usr/bin/env python needs to be patched into #!/usr/bin/python otherwise the package dependency generator merely adds a dependency on /usr/bin/env rather than the actual interpreter /usr/bin/python. Alternatively, if the file should not be executed, then ensure that it is not marked as executable or don't install it in a path that is reserved for executables. 4 packages and 0 specfiles checked; 1 errors, 8 warnings.