https://bugzilla.redhat.com/show_bug.cgi?id=1236488 --- Comment #4 from Sören Möller <soerenmoeller2001@xxxxxxxxx> --- After running fedora-review one of the first problems encountered was the following warning: [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr, /usr/bin, /usr/share/pixmaps, /usr/share/applications, /usr/share, /usr/share/appdata, /usr/share/doc, /usr/share/icons I removed this warning by changing %files %doc %{_docdir}/indistarter %{_bindir}/* %{_datadir}/applications/*.desktop %{_datadir}/appdata/*.appdata.xml %{_datadir}/icons/* %{_datadir}/pixmaps/* from your .spec file to %files %doc %{_docdir}/indistarter %{_bindir}/%{name} %{_datarootdir}/applications/%{name}.desktop %{_datarootdir}/appdata/%{name}.appdata.xml %{_datarootdir}/icons/hicolor/48x48/apps/%{name}.png %{_datarootdir}/pixmaps/%{name}.png which resolves this warning. I think this change or something similar is necessary, as your .spec file seems to indicate that the package wants to own all of (for instance) %{_bindir} and not only the file it provides into the pre-existing directory. -- 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://admin.fedoraproject.org/mailman/listinfo/package-review