https://bugzilla.redhat.com/show_bug.cgi?id=1873199 --- Comment #4 from Andy Mender <andymenderunix@xxxxxxxxx> --- > I've added a desktop-file-validate in %check, is that enough? Yup, that should be enough according to the packaging guidelines. > [ ]: Package must own all directories that it creates. > Note: Directories without known owners: /usr/share/help/C, > /usr/share/gir-1.0, /usr/share/polkit-1/actions, > /usr/share/accountsservice, /usr/share/help/id, > /usr/share/polkit-1/rules.d, /usr/share/help/pt_BR, > /usr/share/polkit-1, /usr/share/help/uk, /usr/share/dbus-1, > /usr/share/help/pl, /usr/lib64/girepository-1.0 These directories still require proper ownership. Either you make the subpackages which use them own them or add Requires lines for packages which provide them. For instance, /usr/share/polkit-1 is provided by meson or polkit, but I'd recommend polkit in this case. Check which directory is provided by what with "dnf provides <path>". A couple of extra things picked up by rpmlint: > malcontent-pam.x86_64: W: no-documentation > malcontent-ui-devel.x86_64: W: no-documentation > malcontent-devel.x86_64: W: no-documentation Since these are stand-alone subpackages, each needs its own %doc entry with the README.md file. > malcontent-ui-devel.x86_64: E: description-line-too-long C This package contains the pkg-config file and development headers for libmalcontent-ui. %description lines are 80 characters max. Either split it into multiple lines or change it to something like "Contains the pkg-config file and development headers for libmalcontent-ui." -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx