============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /opt/testing/lib64/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: 41, packages: 4 osc-collab-server.noarch: E: zero-length /usr/share/osc-collab-server/server/web/index.html osc-collab-server.noarch: W: potential-bashisms /usr/share/osc-collab-server/server/obs-db/runme osc-collab-server.noarch: W: potential-bashisms /usr/share/osc-collab-server/server/upstream/gnome-versions/update-versions checkbashisms reported potential bashisms in a /bin/sh shell script, you might want to manually check this script for bashisms. osc-collab-server.noarch: W: non-standard-uid /var/lib/osc-collab osc-collab A file in this package is owned by an unregistered user id. To register the user, please make a pull request to the rpmlint config file configs/openSUSE/users-groups.toml in the opensuse branch of the rpmlint repository. osc-plugin-collab.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. osc-collab-server.noarch: E: htaccess-file /usr/share/osc-collab-server/server/web/libdissector/.htaccess You have individual apache configuration .htaccess file(s) in your package. Replace them by a central configuration file in /etc/, according to the web application packaging policy for your distribution. osc-collab-server.noarch: W: hidden-file-or-dir /usr/share/osc-collab-server/server/web/libdissector/.htaccess The file or directory is hidden. You should see if this is normal, and delete it from the package if not. osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/obs-db/obs-db /usr/bin/env python3 osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/obs-db/obs-manual-checkout /usr/bin/env python3 osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/obs-db/obs-upstream-attributes /usr/bin/env python3 osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/upstream/download-cpan-versions /usr/bin/env python3 osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/upstream/download-fallback-versions /usr/bin/env python3 osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/upstream/download-pypi-versions /usr/bin/env python3 osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/upstream/download-upstream-versions /usr/bin/env python3 osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/web/api.py /usr/bin/env python osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/web/index.py /usr/bin/env python osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/web/obs-upload.py /usr/bin/env python osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/web/obs.py /usr/bin/env python osc-collab-server.noarch: E: env-script-interpreter (Badness: 9) /usr/share/osc-collab-server/server/web/patch.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. Check time report (>1% & >0.1s): Check Duration (in s) Fraction (in %) Checked files BashismsCheck 0.9 78.6 ExtractRpm 0.1 11.7 TOTAL 1.1 100.0 4 packages and 0 specfiles checked; 14 errors, 5 warnings, 19 filtered, 110 badness; has taken 1.1 s