https://bugzilla.redhat.com/show_bug.cgi?id=1331175
Igor Gnatenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |yadm --- Comment #7 from Igor Gnatenko <[email protected]> --- > install -m 755 yadm ${RPM_BUILD_ROOT}%{_bindir} > install -m 644 yadm.1 ${RPM_BUILD_ROOT}%{_mandir}/man1 add "-p" to "install" execution to preserve timestamps. > %attr(755,root,root) %{_bindir}/yadm > %attr(644,root,root) %{_mandir}/man1/* drop %attr from here as you already install file with such attributes -- 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 [email protected] https://lists.fedoraproject.org/admin/lists/[email protected]
