From: Junio C Hamano Date: Fri, 6 Feb 2009 03:38:58 +0000 (-0800) Subject: Merge branch 'maint-1.6.0' into maint X-Git-Tag: v1.6.1.3~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/919ab6429aab9af44feea0768feef80f3092e9d3?hp=-c Merge branch 'maint-1.6.0' into maint * maint-1.6.0: Fixed broken git help -w when installing from RPM --- 919ab6429aab9af44feea0768feef80f3092e9d3 diff --combined git.spec.in index 069ace050d,0319c82a7c..4be0834f0b --- a/git.spec.in +++ b/git.spec.in @@@ -97,7 -97,7 +97,7 @@@ BuildRequires: perl(Error %description -n perl-Git Perl interface to Git - %define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-core-%{version} + %define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-%{version} %prep %setup -q @@@ -168,7 -168,6 +168,7 @@@ rm -rf $RPM_BUILD_ROO %defattr(-,root,root) %{_libexecdir}/git-core/git-gui %{_libexecdir}/git-core/git-citool +%{_libexecdir}/git-core/git-gui--askpass %{_datadir}/git-gui/ %{!?_without_docs: %{_mandir}/man1/git-gui.1*} %{!?_without_docs: %doc Documentation/git-gui.html} @@@ -190,6 -189,9 +190,9 @@@ # No files for you! %changelog + * Mon Feb 04 2009 David J. Mellor + - fixed broken git help -w after renaming the git-core package to git. + * Fri Sep 12 2008 Quy Tonthat - move git-cvsserver to bindir.