============================ rpmlint session starts ============================ rpmlint: 2.5.0 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 checks: 41, packages: 2 rsync.x86_64: W: unstripped-binary-or-object /usr/bin/rsync This executable should be stripped from debugging symbols, in order to take less space and be loaded faster. This is usually done automatically at buildtime by rpm. rsync.x86_64: E: systemd-service-without-service_del_preun rsyncd.socket The package contains a systemd service but doesn't contain a %preun with a call to service_del_preun. rsync.x86_64: E: systemd-service-without-service_del_postun rsyncd.socket The package contains a systemd service but doesn't contain a %postun with a call to service_del_postun. rsync.x86_64: E: systemd-service-without-service_add_pre rsyncd.socket The package contains a systemd service but doesn't contain a %pre with a call to service_add_pre. rsync.x86_64: E: systemd-service-without-service_add_post rsyncd.socket The package contains a systemd service but doesn't contain a %post with a call to service_add_post. rsync.x86_64: W: potential-bashisms /usr/sbin/rsyncd checkbashisms reported potential bashisms in a /bin/sh shell script, you might want to manually check this script for bashisms. rsync.x86_64: E: env-script-interpreter (Badness: 9) /usr/bin/rsync-ssl /usr/bin/env bash rsync.x86_64: E: env-script-interpreter (Badness: 9) /usr/bin/rsyncstats /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. rsync.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/bin/rsync The binary calls gethostbyname. Please port the code to use getaddrinfo. Check time report (>1% & >0.1s): Check Duration (in s) Fraction (in %) Checked files TOTAL 0.1 100.0 2 packages and 0 specfiles checked; 6 errors, 3 warnings, 12 filtered, 22 badness; has taken 0.1 s