Hi, most packages in Factory which have been touched recently no longer carry the default %defattr(-,root,root) in the %files section. The reasoning behind this move AFAIK is reduction of noise in the spec file. This is also somewhat enforced by the spec-cleaner, see https://github.com/ openSUSE/spec-cleaner/issues/194 There is no rpmlint check covering this. Unfortunately, this does not match our written down policy, see: https://en.opensuse.org/openSUSE:Specfile_guidelines#Permissions --- Every %files section must include a %defattr(...) --- The %defattr is also repeated in all the language/project packaging guidelines. Fedora specifies the current openSUSE practice: https://fedoraproject.org/wiki/Packaging:Guidelines#File_Permissions --- The %defattr directive in the %files list SHOULD ONLY be used when setting a non-default value, or to reset to the default value after having set a non- default value. --- Kind regards, Stefan -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org