============================ 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 rpmlintrc: /home/abuild/rpmbuild/SOURCES/gdb-rpmlintrc checks: 41, packages: 3 gdb.src: E: unused-rpmlintrc-filter "gdb-testresults.*file-contains-buildroot" gdb.src: E: unused-rpmlintrc-filter "gdbserver.*shlib-policy-name-error.*libinproctrace" gdb.spec:99: E: obsolete-suse-version-check 1200 gdb.spec:506: E: obsolete-suse-version-check 1200 gdb.spec:513: E: obsolete-suse-version-check 1200 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. gdb.spec:1018: W: macro-in-comment %check gdb.spec:1018: W: macro-in-comment %clean 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. gdb.x86_64: E: env-script-interpreter (Badness: 9) /usr/bin/gstack /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 ExtractRpm 2.0 70.9 BashismsCheck 0.4 12.6 SignatureCheck 0.2 5.6 SpecCheck 0.1 4.9 TOTAL 2.8 100.0 3 packages and 0 specfiles checked; 6 errors, 2 warnings, 18 filtered, 14 badness; has taken 2.9 s