doomsday.x86_64: W: files-duplicate /usr/share/doomsday/deng-logo-256.png /usr/share/icons/hicolor/256x256/apps/net.dengine.Doomsday.png doomsday.src: W: name-repeated-in-summary C Doomsday doomsday.x86_64: W: name-repeated-in-summary C Doomsday The name of the package is repeated in its summary. This is often redundant information and looks silly in various programs' output. Make the summary brief and to the point without including redundant information in it. doomsday.src: W: no-version-in-last-changelog doomsday.x86_64: 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. doomsday.x86_64: W: script-without-shebang /usr/share/applications/net.dengine.Doomsday.desktop doomsday.x86_64: W: script-without-shebang /usr/share/applications/net.dengine.Shell.desktop This text file has executable bits set or is located in a path dedicated for executables, but lacks a shebang and cannot thus be executed. If the file is meant to be an executable script, add the shebang, otherwise remove the executable bits or move the file elsewhere. doomsday.x86_64: W: shared-lib-calls-exit /usr/lib64/libdeng_core.so.2.3.1 exit@GLIBC_2.2.5 doomsday.x86_64: W: shared-lib-calls-exit /usr/lib64/libdeng_doomsday.so.2.3.1 exit@GLIBC_2.2.5 doomsday.x86_64: W: shared-lib-calls-exit /usr/lib64/libdeng_legacy.so.2.3.1 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. 2 packages and 0 specfiles checked; 0 errors, 10 warnings.