libndpi-devel.x86_64: W: no-version-in-last-changelog libndpi4.x86_64: W: no-version-in-last-changelog ndpi-common.x86_64: W: no-version-in-last-changelog ndpi-tools.x86_64: W: no-version-in-last-changelog ndpi.src: 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. ndpi-common.x86_64: W: package-with-huge-docs 94% More than half the size of your package is documentation. Consider splitting it into a -doc subpackage. libndpi4.x86_64: W: shared-lib-calls-exit /usr/lib64/libndpi.so.4.0.0 exit@GLIBC_2.2.5 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. ndpi-tools.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/packages/ndpi-tools/wireshark/sharkfest_scripts/iec.lua This file has wrong end-of-line encoding, usually caused by creation or modification on a non-Unix system. It could prevent it from being displayed correctly in some circumstances. ndpi-tools.x86_64: E: env-script-interpreter (Badness: 9) /usr/share/doc/packages/ndpi-tools/wireshark/tshark/count_tcp_example.lua /usr/bin/env lua ndpi-tools.x86_64: E: env-script-interpreter (Badness: 9) /usr/share/doc/packages/ndpi-tools/wireshark/tshark/flows_example.lua /usr/bin/env lua 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. 5 packages and 0 specfiles checked; 2 errors, 8 warnings.