============================ 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 checks: 42, packages: 6 kanidm-docs.x86_64: E: zero-length /usr/share/kanidm/docs/src/developers/designs/designs.md kanidm-docs.x86_64: E: zero-length /usr/share/kanidm/docs/src/integrations/oauth2_claims.md kanidm.x86_64: E: summary-ended-with-dot (Badness: 20) A identity management service and clients. kanidm.src: E: summary-ended-with-dot (Badness: 20) A identity management service and clients. Summary ends with a dot. kanidm-unixd-clients.x86_64: E: shared-library-not-executable /usr/lib64/libnss_kanidm.so.2 This library doesn't have the executable bit set. Without this bit set, rpm for instance won't be able identify the file as a library and not generate dependencies or strip debug symbols from it. kanidm-clients.x86_64: E: script-without-shebang /etc/zsh_completion.d/_kanidm kanidm-server.x86_64: E: script-without-shebang /etc/zsh_completion.d/_kanidmd kanidm-unixd-clients.x86_64: E: script-without-shebang /etc/zsh_completion.d/_kanidm_ssh_authorizedkeys kanidm-unixd-clients.x86_64: E: script-without-shebang /etc/zsh_completion.d/_kanidm_ssh_authorizedkeys_direct kanidm-unixd-clients.x86_64: E: script-without-shebang /etc/zsh_completion.d/_kanidm_unix This text file has executable bits set or is located in a path dedicated for executables, but lacks a shebang and cannot thus be executed. If the file is meant to be an executable script, add the shebang, otherwise remove the executable bits or move the file elsewhere. kanidm-unixd-clients.x86_64: E: postun-without-ldconfig /usr/lib64/libnss_kanidm.so.2 This package contains a library and its %postun doesn't call ldconfig. kanidm-unixd-clients.x86_64: E: postin-without-ldconfig /usr/lib64/libnss_kanidm.so.2 This package contains a library and its %post scriptlet doesn't call ldconfig. kanidm-clients.x86_64: W: non-conffile-in-etc /etc/zsh_completion.d/_kanidm kanidm-server.x86_64: W: non-conffile-in-etc /etc/zsh_completion.d/_kanidmd kanidm-unixd-clients.x86_64: W: non-conffile-in-etc /etc/zsh_completion.d/_kanidm_ssh_authorizedkeys kanidm-unixd-clients.x86_64: W: non-conffile-in-etc /etc/zsh_completion.d/_kanidm_ssh_authorizedkeys_direct kanidm-unixd-clients.x86_64: W: non-conffile-in-etc /etc/zsh_completion.d/_kanidm_unix A non-executable file in your package is being installed in /etc, but is not a configuration file. All non-executable files in /etc should be configuration files. Mark the file as %config in the spec file. kanidm.spec:943: W: non-break-space line 943, char 50 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. kanidm-unixd-clients.x86_64: W: no-soname /usr/lib64/libnss_kanidm.so.2 The library has no soname. kanidm.x86_64: E: no-binary kanidm-docs.x86_64: E: no-binary The package should be of the noarch architecture because it doesn't contain any binaries. kanidm.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. kanidm-server.x86_64: W: files-duplicate /usr/share/kanidm/ui/hpkg/img/logo-256.png /usr/share/kanidm/ui/hpkg/img/apple-touch-icon.png Your package contains duplicated files that are not hard- or symlinks. You should use the %fdupes macro to link the files to one. kanidm-clients.x86_64: E: filelist-forbidden-bashcomp-userdirs /etc/bash_completion.d/kanidm.sh kanidm-server.x86_64: E: filelist-forbidden-bashcomp-userdirs /etc/bash_completion.d/kanidmd.sh kanidm-unixd-clients.x86_64: E: filelist-forbidden-bashcomp-userdirs /etc/bash_completion.d/kanidm_ssh_authorizedkeys.sh kanidm-unixd-clients.x86_64: E: filelist-forbidden-bashcomp-userdirs /etc/bash_completion.d/kanidm_ssh_authorizedkeys_direct.sh kanidm-unixd-clients.x86_64: E: filelist-forbidden-bashcomp-userdirs /etc/bash_completion.d/kanidm_unix.sh This directory is for user files, use /usr/share/bash-completion/completions/. kanidm-clients.x86_64: E: executable-sourced-script /etc/bash_completion.d/kanidm.sh 755 kanidm-server.x86_64: E: executable-sourced-script /etc/bash_completion.d/kanidmd.sh 755 kanidm-unixd-clients.x86_64: E: executable-sourced-script /etc/bash_completion.d/kanidm_ssh_authorizedkeys.sh 755 kanidm-unixd-clients.x86_64: E: executable-sourced-script /etc/bash_completion.d/kanidm_ssh_authorizedkeys_direct.sh 755 kanidm-unixd-clients.x86_64: E: executable-sourced-script /etc/bash_completion.d/kanidm_unix.sh 755 This text file has executable bit set, but is meant to be sourced, not executed. Check time report (>1% & >0.1s): Check Duration (in s) Fraction (in %) Checked files ExtractRpm 9.7 92.4 SignatureCheck 0.4 4.0 TOTAL 10.5 100.0 6 packages and 0 specfiles checked; 24 errors, 9 warnings, 48 filtered, 62 badness; has taken 10.5 s