https://bugzilla.redhat.com/show_bug.cgi?id=1367825 --- Comment #10 from Neal Gompa <ngompa13@xxxxxxxxx> --- The usage of /snap hierarchy is forbidden in Fedora, see https://fedoraproject.org/wiki/Packaging:Guidelines#Filesystem_Layout Would it be possible to relocate /snap to an FHS compliant location, like /var/lib/snapd/snaps? You're already using /var/lib/snapd/desktop for desktop files... You also probably want /var/lib/snapd and associated subdirs to be owned by the snapd package. To do so, just add the following to the %files list: %dir %{_sharedstatedir}/snapd %dir %{_sharedstatedir}/snapd/desktop %dir %{_sharedstatedir}/snapd/snaps The above lines will ensure the directories exist and are owned by the snapd package. -- 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 https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx