https://bugzilla.redhat.com/show_bug.cgi?id=1674278 --- Comment #23 from Michael Schwendt <bugs.michael@xxxxxxx> --- If no license file is included in the source package, there is no requirement for the packager to add one: https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text > %{_mandir}/man1/tty-clock.1.* The only reason to use '*' as to match more than the single installed manual page is to be prepared for the automatic compression of manual pages to get changed or disabled. Currently, it's ".gz", but that may change also due to local customizations. With compression turned off, the package build would fail. Hence it would be more safer to write: %{_mandir}/man1/tty-clock.1* -- 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://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx