============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /opt/testing/lib/python3.13/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: 42, packages: 4 crmsh.noarch: W: python-leftover-require python3-curses Some python module Requires can't be found in the python package requirements declaration. Please verify that all dependencies are really needed. crmsh.noarch: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/crmsh.conf Please use the %tmpfiles_create macro in %post for each of your tmpfiles.d files if you expect this file or directory to be available after package installation (and before reboot). crmsh.spec: W: no-%check-section The spec file does not contain an %check section. Please check if the package has a testsuite and what it takes to enable the testsuite as part of the package build. If it is not possible to run it in the build environment (OBS/koji) or no testsuite exists, then please ignore this warning. You should not insert an empty %check section. crmsh.noarch: W: files-duplicate /usr/share/doc/packages/crmsh/bash_completion.sh /usr/share/bash-completion/completions/crm Your package contains duplicated files that are not hard- or symlinks. You should use the %fdupes macro to link the files to one. crmsh-test.noarch: E: env-script-interpreter (Badness: 9) /usr/share/crmsh/tests/features/steps/behave_agent.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 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. crmsh.noarch: W: dir-or-file-outside-snapshot /var/cache/crm crmsh.noarch: W: dir-or-file-outside-snapshot /var/log/crmsh The package contains files outside the snapshot, e.g. outside /etc and /usr or inside /usr/local. Check time report (>1% & >0.1s): Check Duration (in s) Fraction (in %) Checked files BashismsCheck 0.7 43.5 ExtractRpm 0.5 26.7 SpecCheck 0.1 8.7 TOTAL 1.7 100.0 4 packages and 0 specfiles checked; 1 errors, 6 warnings, 19 filtered, 9 badness; has taken 1.7 s