diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-06 04:38:58 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-06 04:38:58 +0100 |
commit | 919ab6429aab9af44feea0768feef80f3092e9d3 (patch) | |
tree | 34a6e799b49b5c4b3f3f00a3e86148e8af203c72 /git.spec.in | |
parent | Merge branch 'jc/maint-apply-fix' into maint (diff) | |
parent | Fixed broken git help -w when installing from RPM (diff) | |
download | git-919ab6429aab9af44feea0768feef80f3092e9d3.tar.xz git-919ab6429aab9af44feea0768feef80f3092e9d3.zip |
Merge branch 'maint-1.6.0' into maint
* maint-1.6.0:
Fixed broken git help -w when installing from RPM
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in index 069ace050d..4be0834f0b 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 @@ -190,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Mon Feb 04 2009 David J. Mellor <dmellor@whistlingcat.com> +- fixed broken git help -w after renaming the git-core package to git. + * Fri Sep 12 2008 Quy Tonthat <qtonthat@gmail.com> - move git-cvsserver to bindir. |