============================ 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: 3 munin.noarch: W: zero-perms-ghost Suggestion: "%ghost %attr(0755,munin,munin) /run/munin" munin-node.noarch: W: zero-perms-ghost Suggestion: "%ghost %attr(0755,root,root) /run/munin-node" munin-node.noarch: W: zero-perms-ghost Suggestion: "%ghost %attr(0644,root,root) /var/log/munin-node/munin-node.log" Your package contains a file with no permissions. This is usually an error because the file won't be accessible by any user. You should check the file permissions and ensure that are correct or fix it using "%attr" macro in %files section. http://ftp.rpm.org/max-rpm/s1-rpm-anywhere-specifying-file-attributes.html munin.noarch: W: tmpfile-not-in-filelist /run/munin-node munin-node.noarch: W: tmpfile-not-in-filelist /run/munin Please add the specified file to your %files section as %ghost so users can easily query who created the file, it gets uninstalled on package removal and finally other rpmlint checks see it. munin.noarch: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/munin.conf munin-node.noarch: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/munin-node.conf Please use the %tmpfiles_create macro in %post for each of your tmpfiles.d files if you expect this file or directory to be available after package installation (and before reboot). munin.noarch: W: non-standard-uid /srv/www/htdocs/munin munin munin.noarch: W: non-standard-uid /srv/www/htdocs/munin/.htaccess munin munin.noarch: W: non-standard-uid /var/lib/munin munin munin.noarch: W: non-standard-uid /var/log/munin munin munin.noarch: W: non-standard-uid /var/log/munin/munin-graph.log munin munin.noarch: W: non-standard-uid /var/log/munin/munin-html.log munin munin.noarch: W: non-standard-uid /var/log/munin/munin-limits.log munin munin.noarch: W: non-standard-uid /var/log/munin/munin-nagios.log munin munin.noarch: W: non-standard-uid /var/log/munin/munin-update.log munin munin-node.noarch: W: non-standard-uid /var/lib/munin munin A file in this package is owned by an unregistered user id. To register the user, please make a pull request to the rpmlint config file configs/openSUSE/users-groups.toml in the opensuse branch of the rpmlint repository. munin.noarch: W: non-standard-gid /srv/www/htdocs/munin munin munin.noarch: W: non-standard-gid /srv/www/htdocs/munin/.htaccess munin munin.noarch: W: non-standard-gid /var/lib/munin munin munin.noarch: W: non-standard-gid /var/log/munin munin munin.noarch: W: non-standard-gid /var/log/munin/munin-graph.log munin munin.noarch: W: non-standard-gid /var/log/munin/munin-html.log munin munin.noarch: W: non-standard-gid /var/log/munin/munin-limits.log munin munin.noarch: W: non-standard-gid /var/log/munin/munin-nagios.log munin munin.noarch: W: non-standard-gid /var/log/munin/munin-update.log munin munin-node.noarch: W: non-standard-gid /var/lib/munin munin A file in this package is owned by an unregistered group id. To register the group, please make a pull request to the rpmlint config file configs/openSUSE/users-groups.toml in the opensuse branch of the rpmlint repository. munin.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. munin.spec:50: W: macro-in-comment %{name} munin.spec:50: W: macro-in-comment %{version} munin.spec:50: W: macro-in-comment %{name} munin.spec:50: W: macro-in-comment %{version} 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. munin.noarch: E: htaccess-file /srv/www/htdocs/munin/.htaccess You have individual apache configuration .htaccess file(s) in your package. Replace them by a central configuration file in /etc/, according to the web application packaging policy for your distribution. munin.noarch: W: hidden-file-or-dir /srv/www/htdocs/munin/.htaccess The file or directory is hidden. You should see if this is normal, and delete it from the package if not. munin-node.noarch: E: file-parent-ownership-mismatch Path "/var/lib/munin/plugin-state" owned by "nobody" is stored in directory owned by "munin" A file or directory is stored in a directory owned by another unprivileged user. This is a security issue since the owner of the parent directory can replace this file/directory with a different one. munin.noarch: W: dir-or-file-outside-snapshot /srv/www munin.noarch: W: dir-or-file-outside-snapshot /srv/www/cgi-bin munin.noarch: W: dir-or-file-outside-snapshot /srv/www/cgi-bin/munin-cgi-graph munin.noarch: W: dir-or-file-outside-snapshot /srv/www/cgi-bin/munin-cgi-html munin.noarch: W: dir-or-file-outside-snapshot /srv/www/htdocs munin.noarch: W: dir-or-file-outside-snapshot /srv/www/htdocs/munin munin.noarch: W: dir-or-file-outside-snapshot /srv/www/htdocs/munin/.htaccess munin.noarch: W: dir-or-file-outside-snapshot /var/lib/munin munin.noarch: W: dir-or-file-outside-snapshot /var/log/munin munin-node.noarch: W: dir-or-file-outside-snapshot /var/lib/munin munin-node.noarch: W: dir-or-file-outside-snapshot /var/lib/munin/plugin-state munin-node.noarch: W: dir-or-file-outside-snapshot /var/log/munin-node The package contains files outside the snapshot, e.g. outside /etc and /usr or inside /usr/local. Check time report (>1% & >0.1s): Check Duration (in s) Fraction (in %) Checked files BashismsCheck 7.2 85.8 ExtractRpm 0.7 7.7 SUIDPermissionsCheck 0.2 1.9 TOTAL 8.4 100.0 3 packages and 0 specfiles checked; 2 errors, 45 warnings, 174 filtered, 2 badness; has taken 8.4 s