============================ rpmlint session starts ============================ rpmlint: 2.6.1 configuration: /opt/testing/lib64/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: 3 socat.spec:150: W: non-break-space line 150, char 11 socat.spec:151: W: non-break-space line 151, char 15 socat.spec:152: W: non-break-space line 152, char 21 socat.spec:154: W: non-break-space line 154, char 8 socat.spec:155: W: non-break-space line 155, char 2 socat.spec:157: W: non-break-space line 157, char 8 The spec file contains a non-break space, which looks like a regular space in some editors but can lead to obscure errors. It should be replaced by a regular space. socat-extra.aarch64: E: no-binary The package should be of the noarch architecture because it doesn't contain any binaries. socat-extra.aarch64: E: env-script-interpreter (Badness: 9) /usr/bin/socat-broker.sh /usr/bin/env bash socat-extra.aarch64: E: env-script-interpreter (Badness: 9) /usr/bin/socat-chain.sh /usr/bin/env bash socat-extra.aarch64: E: env-script-interpreter (Badness: 9) /usr/bin/socat-mux.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 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.4 63.4 TOTAL 0.6 100.0 3 packages and 0 specfiles checked; 4 errors, 6 warnings, 11 filtered, 28 badness; has taken 0.6 s