https://bugzilla.redhat.com/show_bug.cgi?id=1701204 --- Comment #13 from Vitaly Zaitsev <vitaly@xxxxxxxxxxxxxx> --- 1. You need to move to -data subpackage only contents of %{_datadir}/%{name} directory. All others (especially manifest and desktop file) should be placed in main package. %files %doc README.md Changelog.md %license LICENSE.md %{_bindir}/%{name}* %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_metainfodir}/%{name}.appdata.xml %files data %{_datadir}/%{name} 2. Get rid of all rpmlint errors: howl-data.noarch: E: non-executable-script /usr/share/howl/bundles/coffeescript/misc/example.coffee 644 /usr/bin/coffee howl-data.noarch: E: non-executable-script /usr/share/howl/bundles/moonscript/misc/example.moon 644 /usr/bin/moon howl-data.noarch: E: non-executable-script /usr/share/howl/bundles/python/misc/examples.py 644 /usr/bin/python3 howl-data.noarch: E: non-executable-script /usr/share/howl/bundles/ruby/misc/example.rb 644 /usr/bin/ruby howl-data.noarch: E: wrong-script-interpreter /usr/share/howl/bundles/rust/misc/example.rs [allow(unused)] howl-data.noarch: E: non-executable-script /usr/share/howl/bundles/rust/misc/example.rs 644 [allow(unused)] You must change chmod for all this scripts to 0755 or remove their shebangs. -- 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