https://bugzilla.redhat.com/show_bug.cgi?id=1669793 --- Comment #7 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - Fix help2man and chmod # 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/%{name}-${suffix}.1 \ %{buildroot}%{_bindir}/%{modname}-${suffix} done […] %{_mandir}/man.1/%{modname}-*.1* - # skip useless files find docs/_build/html -name .\* -print -delete Use: rm -rf docs/_build/html/.{doctrees,buildinfo} - %doc docs/_build/* → %doc docs/_build//html -- 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