============================ 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 kdesdk-scripts.armv6hl: W: potential-bashisms /usr/bin/uncrustify-kf5 kdesdk-scripts.armv6hl: W: potential-bashisms /usr/bin/cheatmake kdesdk-scripts.armv6hl: W: potential-bashisms /usr/bin/clean-includes.sh kdesdk-scripts-kf6-porting.armv6hl: W: potential-bashisms /usr/share/kf6-port-scripts/remove_unused_qml_namespace.sh kdesdk-scripts-kf6-porting.armv6hl: W: potential-bashisms /usr/share/kf6-port-scripts/port_plasma_kirigami.sh kdesdk-scripts-kf6-porting.armv6hl: W: potential-bashisms /usr/share/kf6-port-scripts/port_plasma_ksvg.sh checkbashisms reported potential bashisms in a /bin/sh shell script, you might want to manually check this script for bashisms. kdesdk-scripts-lang.noarch: W: package-with-huge-docs 100% More than half the size of your package is documentation. Consider splitting it into a -doc subpackage. kdesdk-scripts.armv6hl: E: no-binary kdesdk-scripts-kf6-porting.armv6hl: E: no-binary The package should be of the noarch architecture because it doesn't contain any binaries. kdesdk-scripts.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. kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/addmocincludes /usr/bin/env bash kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/colorsvn /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/create_makefile /usr/bin/env bash kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/create_svnignore /usr/bin/env bash kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/cvs-clean /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/cvsblame /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/cvscheck /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/cvslastchange /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/extend_dmalloc /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/extractattr /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/extractrc /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/grantlee_strings_extractor.py /usr/bin/env python kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/includemocs /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/kde-systemsettings-tree.py /usr/bin/env python kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/kde_generate_export_header /usr/bin/env python kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/kdelnk2desktop.py /usr/bin/env python kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/kdemangen.pl /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/makeobj /usr/bin/env bash kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/noncvslist /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/reviewboard-am /usr/bin/env python kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/svn-clean /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/svnlastchange /usr/bin/env perl kdesdk-scripts.armv6hl: E: env-script-interpreter (Badness: 9) /usr/bin/zonetab2pot.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. kdesdk-scripts.armv6hl: W: bin-sh-syntax-error /usr/bin/svnversions kdesdk-scripts.armv6hl: W: bin-sh-syntax-error /usr/bin/cvsversion A /bin/sh shell script contains a POSIX shell syntax error. This might indicate a potential bash-specific feature being used, try dash -n for more detailed error message. Check time report (>1% & >0.1s): Check Duration (in s) Fraction (in %) Checked files BashismsCheck 1.5 79.9 ExtractRpm 0.2 8.2 TOTAL 1.8 100.0 4 packages and 0 specfiles checked; 25 errors, 10 warnings, 69 filtered, 209 badness; has taken 1.9 s