https://bugzilla.redhat.com/show_bug.cgi?id=1367033 gil cattaneo <puntogil@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |puntogil@xxxxxxxxx --- Comment #3 from gil cattaneo <puntogil@xxxxxxxxx> --- %install rm -rf $RPM_BUILD_ROOT Please, remove mkdir -p "${RPM_BUILD_ROOT}/%{_bindir}" "${RPM_BUILD_ROOT}/%{_mandir}/man1/" Pòease, use cp -p or install -pm 755 for the binary and install -pm 644 for the man1 cp %{name} "${RPM_BUILD_ROOT}/%{_bindir}/" cp %{name}.1.gz "${RPM_BUILD_ROOT}/%{_mandir}/man1/" %files %{_bindir}/%{name} %license LICENSE %doc README.md %doc %{_mandir}/man1/%{name}.1.gz Please, remove the %doc macro -- 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 https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx