https://bugzilla.redhat.com/show_bug.cgi?id=1807753 --- Comment #8 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- There's an issue here: %files %{_libdir}/libydotool.so.0* %{_unitdir}/%{name}.service %{_bindir}/%{name}* %doc README.md %{_mandir}/man1/%{name}.1.* %{_mandir}/man8/%{name}d.8.* %post %systemd_post %{name}.service %preun %systemd_preun %{name}.service %postun %systemd_postun_with_restart %{name}.service %license LICENSE The %license directive is outside the %files list, it should be something like: %files %{_libdir}/libydotool.so.0* %{_unitdir}/%{name}.service %{_bindir}/%{name}* %license LICENSE %doc README.md %{_mandir}/man1/%{name}.1.* %{_mandir}/man8/%{name}d.8.* %post %preun and %postun are generally placed after %install -- 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