X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.spec.in;h=4be0834f0bc1cebc2b341ef6f54c3c37f48eb832;hb=1d4e4cd4a108dc105f6c8e739c69b9261d4e92a5;hp=6733b6f5551e43835fcf46793142d9d7ffbe27f9;hpb=b43b73666be32ecdc27384d67dc88e4b4869efa1;p=git.git diff --git a/git.spec.in b/git.spec.in index 6733b6f55..4be0834f0 100644 --- a/git.spec.in +++ b/git.spec.in @@ -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,6 +168,7 @@ rm -rf $RPM_BUILD_ROOT %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} @@ -189,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT # 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.