plowshare.noarch: W: ghost-files-without-postin plowshare.noarch: W: no-version-in-last-changelog plowshare.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. plowshare.noarch: E: env-script-interpreter (Badness: 9) /usr/share/plowshare/core.sh /usr/bin/env bash plowshare.noarch: E: env-script-interpreter (Badness: 9) /usr/share/plowshare/delete.sh /usr/bin/env bash plowshare.noarch: E: env-script-interpreter (Badness: 9) /usr/share/plowshare/download.sh /usr/bin/env bash plowshare.noarch: E: env-script-interpreter (Badness: 9) /usr/share/plowshare/list.sh /usr/bin/env bash plowshare.noarch: E: env-script-interpreter (Badness: 9) /usr/share/plowshare/mod.sh /usr/bin/env bash plowshare.noarch: E: env-script-interpreter (Badness: 9) /usr/share/plowshare/probe.sh /usr/bin/env bash plowshare.noarch: E: env-script-interpreter (Badness: 9) /usr/share/plowshare/upload.sh /usr/bin/env bash 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. 2 packages and 0 specfiles checked; 7 errors, 3 warnings.