============================ rpmlint session starts ============================ rpmlint: 2.6.1 configuration: /opt/testing/lib/python3.11/rpmlint/configdefaults.toml /opt/testing/share/rpmlint/cron-whitelist.toml /opt/testing/share/rpmlint/dbus-services.toml /opt/testing/share/rpmlint/device-files-whitelist.toml /opt/testing/share/rpmlint/licenses.toml /opt/testing/share/rpmlint/opensuse.toml /opt/testing/share/rpmlint/pam-modules.toml /opt/testing/share/rpmlint/permissions-whitelist.toml /opt/testing/share/rpmlint/pie-executables.toml /opt/testing/share/rpmlint/polkit-rules-whitelist.toml /opt/testing/share/rpmlint/scoring.toml /opt/testing/share/rpmlint/security.toml /opt/testing/share/rpmlint/sudoers-whitelist.toml /opt/testing/share/rpmlint/sysctl-whitelist.toml /opt/testing/share/rpmlint/systemd-tmpfiles.toml /opt/testing/share/rpmlint/users-groups.toml /opt/testing/share/rpmlint/world-writable-whitelist.toml /opt/testing/share/rpmlint/zypper-plugins.toml /etc/xdg/rpmlint/scoring-strict.override.toml checks: 41, packages: 4 python311-sortinghat.noarch: E: script-without-shebang /usr/lib/python3.11/site-packages/sortinghat/cli/sortinghat.py python312-sortinghat.noarch: E: script-without-shebang /usr/lib/python3.12/site-packages/sortinghat/cli/sortinghat.py python313-sortinghat.noarch: E: script-without-shebang /usr/lib/python3.13/site-packages/sortinghat/cli/sortinghat.py 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. python311-sortinghat.noarch: W: python-missing-require django-storages python311-sortinghat.noarch: W: python-missing-require google-auth python311-sortinghat.noarch: W: python-missing-require uWSGI python312-sortinghat.noarch: W: python-missing-require django-storages python312-sortinghat.noarch: W: python-missing-require google-auth python312-sortinghat.noarch: W: python-missing-require uWSGI python313-sortinghat.noarch: W: python-missing-require django-storages python313-sortinghat.noarch: W: python-missing-require google-auth python313-sortinghat.noarch: W: python-missing-require uWSGI The python package declare some requirement that's not detected in the rpm package. Please, verify that all dependencies are added as Requires. python311-sortinghat.noarch: W: python-leftover-require python311-PyMySQL python311-sortinghat.noarch: W: python-leftover-require python311-PyYAML python311-sortinghat.noarch: W: python-leftover-require python311-SQLAlchemy python311-sortinghat.noarch: W: python-leftover-require python311-graphene python311-sortinghat.noarch: W: python-leftover-require python311-numpy python312-sortinghat.noarch: W: python-leftover-require python312-PyMySQL python312-sortinghat.noarch: W: python-leftover-require python312-PyYAML python312-sortinghat.noarch: W: python-leftover-require python312-SQLAlchemy python312-sortinghat.noarch: W: python-leftover-require python312-graphene python312-sortinghat.noarch: W: python-leftover-require python312-numpy python313-sortinghat.noarch: W: python-leftover-require python313-PyMySQL python313-sortinghat.noarch: W: python-leftover-require python313-PyYAML python313-sortinghat.noarch: W: python-leftover-require python313-SQLAlchemy python313-sortinghat.noarch: W: python-leftover-require python313-graphene python313-sortinghat.noarch: W: python-leftover-require python313-numpy Some python module Requires can't be found in the python package requirements declaration. Please verify that all dependencies are really needed. python311-sortinghat.noarch: I: package-supports-update-alternatives python312-sortinghat.noarch: I: package-supports-update-alternatives python313-sortinghat.noarch: I: package-supports-update-alternatives python311-sortinghat.noarch: E: non-executable-script /usr/lib/python3.11/site-packages/sortinghat/core/errors.py 644 /usr/bin/env python python312-sortinghat.noarch: E: non-executable-script /usr/lib/python3.12/site-packages/sortinghat/core/errors.py 644 /usr/bin/env python python313-sortinghat.noarch: E: non-executable-script /usr/lib/python3.13/site-packages/sortinghat/core/errors.py 644 /usr/bin/env python 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. python311-sortinghat.noarch: E: env-script-interpreter (Badness: 9) /usr/lib/python3.11/site-packages/sortinghat/server/utils/create_sh_0_7_fixture.py /usr/bin/env python python312-sortinghat.noarch: E: env-script-interpreter (Badness: 9) /usr/lib/python3.12/site-packages/sortinghat/server/utils/create_sh_0_7_fixture.py /usr/bin/env python python313-sortinghat.noarch: E: env-script-interpreter (Badness: 9) /usr/lib/python3.13/site-packages/sortinghat/server/utils/create_sh_0_7_fixture.py /usr/bin/env python This script uses 'env' as an interpreter. For the rpm runtime dependency detection to work, the shebang #!/usr/bin/env needs to be patched into #!/usr/bin/ otherwise the package dependency generator merely adds a dependency on /usr/bin/env rather than the actual interpreter /usr/bin/. 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. python311-sortinghat.noarch: E: devel-dependency python311-django-cors-headers python312-sortinghat.noarch: E: devel-dependency python312-django-cors-headers python313-sortinghat.noarch: E: devel-dependency python313-django-cors-headers Your package has a dependency on a devel package but it's not a devel package itself. Check time report (>1% & >0.1s): Check Duration (in s) Fraction (in %) Checked files ExtractRpm 0.2 24.1 SUIDPermissionsCheck 0.2 21.6 FilesCheck 0.1 14.9 TOTAL 0.9 100.0 4 packages and 0 specfiles checked; 12 errors, 24 warnings, 69 filtered, 36 badness; has taken 0.9 s