https://bugzilla.redhat.com/show_bug.cgi?id=1291060 --- Comment #3 from Michael Schwendt <bugs.michael@xxxxxxx> --- > #Icons > %dir %{_datadir}/pixmaps/pidgin/protocols/*/ > %{_datadir}/pixmaps/pidgin/protocols/*/telegram.png The single %dir statement won't be enough as it doesn't cover the two dirs %{_datadir}/pixmaps/pidgin and %{_datadir}/pixmaps/pidgin/protocols. You could include the full tree with this single line, %{_datadir}/pixmaps/pidgin/ which would also include any telegram.png files in there. Or be more specific with as many %dir lines as necessary. -- 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