============================ 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: 3 perl-File-Unpack2.spec:66: E: obsolete-suse-version-check 1110 perl-File-Unpack2.spec:89: E: obsolete-suse-version-check 1110 perl-File-Unpack2.spec:152: E: obsolete-suse-version-check 1140 The specfile contains a comparison of %suse_version against a suse release that is no longer in maintenance. Consider removing obsolete parts of your spec file to make it more readable. perl-File-Unpack2.spec:224: W: make-check-outside-check-section rm contrib/stringsx # so that the Manifest in make check is not confused. Make check or other automated regression test should be run in %check, as they can be disabled with a rpm macro for short circuiting purposes. perl-File-Unpack2.spec:243: W: macro-in-comment %{__make} There is a unescaped macro after a shell style comment in the specfile. Macros are expanded everywhere, so check if it can cause a problem in this case and escape the macro with another leading % if appropriate. file-unpack2.armv7hl: E: env-script-interpreter (Badness: 9) /usr/bin/file-unpack2 /usr/bin/env perl perl-File-Unpack2.armv7hl: E: env-script-interpreter (Badness: 9) /usr/lib/perl5/vendor_perl/5.40.0/File/file_unpack2.pl /usr/bin/env perl 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.1 47.1 TOTAL 0.3 100.0 3 packages and 0 specfiles checked; 5 errors, 2 warnings, 11 filtered, 21 badness; has taken 0.3 s