'make rpm' will fail because git-gui--askpass is not listed in git.spec.in. At least, I was able to create rpm using below patch. Best regards, Yutaka KANEMOTO --- git.spec.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git.spec.in b/git.spec.in index 6733b6f..bf7fa63 100644 --- a/git.spec.in +++ b/git.spec.in @@ -167,6 +167,7 @@ rm -rf $RPM_BUILD_ROOT %files gui %defattr(-,root,root) %{_libexecdir}/git-core/git-gui +%{_libexecdir}/git-core/git-gui--askpass %{_libexecdir}/git-core/git-citool %{_datadir}/git-gui/ %{!?_without_docs: %{_mandir}/man1/git-gui.1*} -- 1.6.0.3.613.g9f8f13.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html