https://bugzilla.redhat.com/show_bug.cgi?id=1669793 --- Comment #8 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Sorry: # wrong-script-interpreter for dir in contrib extra ; do find ${dir} -type f -not -name \*.md -exec chmod 0644 '{}' \; done %install %py3_install # manpages install -d %{buildroot}%{_mandir}/man.1 for suffix in client proxy worker ; do PYTHONPATH=%{buildroot}%{python3_sitelib} help2man --no-discard-stderr \ -o %{buildroot}%{_mandir}/man.1/%{modname}-${suffix}.1 \ %{buildroot}%{_bindir}/%{modname}-${suffix} done -- 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