============================ 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/libguestfs.rpmlintrc checks: 42, packages: 23 libguestfs.src: E: unused-rpmlintrc-filter "shlib-policy-nonversioned-dir" libguestfs.src: E: unused-rpmlintrc-filter "non-executable-script /usr/share/virt-p2v/launch-virt-p2v" libguestfs.src: E: unused-rpmlintrc-filter "non-standard-group Development/Languages" rubygem-libguestfs.aarch64: W: package-with-huge-docs 61% libguestfs-man-pages-ja.noarch: W: package-with-huge-docs 100% libguestfs-man-pages-uk.noarch: W: package-with-huge-docs 100% More than half the size of your package is documentation. Consider splitting it into a -doc subpackage. libguestfs.aarch64: W: obsolete-not-provided guestfs-tools libguestfs-gobject-1_0.aarch64: W: obsolete-not-provided libguestfs0 If a package is obsoleted by a compatible replacement, the obsoleted package should also be provided in order to not cause unnecessary dependency breakage. If the obsoleting package is not a compatible replacement for the old one, leave out the Provides. ocaml-libguestfs.aarch64: E: no-binary The package should be of the noarch architecture because it doesn't contain any binaries. libguestfs.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. libguestfs.spec:112: W: macro-in-comment %install 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. libguestfs.aarch64: E: explicit-lib-dependency libguestfs-appliance libguestfs-appliance.aarch64: E: explicit-lib-dependency libaugeas0 libguestfs-appliance.aarch64: E: explicit-lib-dependency libcap2 libguestfs-appliance.aarch64: E: explicit-lib-dependency libguestfs0 libguestfs-appliance.aarch64: E: explicit-lib-dependency libhivex0 libguestfs-appliance.aarch64: E: explicit-lib-dependency libpcre2-8-0 You must let rpm find the library dependencies by itself. Do not put unneeded explicit Requires: tags. perl-Sys-Guestfs.aarch64: E: env-script-interpreter (Badness: 9) /usr/share/doc/packages/perl-Sys-Guestfs/create_disk.pl /usr/bin/env perl perl-Sys-Guestfs.aarch64: E: env-script-interpreter (Badness: 9) /usr/share/doc/packages/perl-Sys-Guestfs/inspect_vm.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. libguestfs-gobject-1_0.aarch64: E: call-to-mktemp /usr/lib64/libguestfs-gobject-1.0.so.0.0.0 libguestfs0.aarch64: E: call-to-mktemp /usr/lib64/libguestfs.so.0.518.0 ocaml-libguestfs-devel.aarch64: E: call-to-mktemp /usr/lib64/ocaml/guestfs/libmlguestfs.a ocaml-libguestfs-devel.aarch64: E: call-to-mktemp /usr/lib64/ocaml/stublibs/dllmlguestfs.so python3-libguestfs.aarch64: E: call-to-mktemp /usr/lib64/python3.13/site-packages/libguestfsmod.cpython-313-aarch64-linux-gnu.so rubygem-libguestfs.aarch64: E: call-to-mktemp /usr/lib64/ruby/vendor_ruby/3.4.0/aarch64-linux-gnu/_guestfs.so This executable calls mktemp. As advised by the manpage (mktemp(3)), this function should be avoided. libguestfsd.aarch64: W: binary-or-shlib-calls-gethostbyname /usr/sbin/guestfsd 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 ExtractRpm 2.0 60.7 BinariesCheck 0.5 13.7 SignatureCheck 0.3 9.9 FilesCheck 0.1 3.6 TOTAL 3.3 100.0 23 packages and 0 specfiles checked; 18 errors, 8 warnings, 190 filtered, 34 badness; has taken 3.4 s