We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c789350 + ab2fdb3 commit 919ab64Copy full SHA for 919ab64
1 file changed
git.spec.in
@@ -97,7 +97,7 @@ BuildRequires: perl(Error)
97
%description -n perl-Git
98
Perl interface to Git
99
100
-%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}
101
102
%prep
103
%setup -q
@@ -190,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT
190
# No files for you!
191
192
%changelog
193
+* Mon Feb 04 2009 David J. Mellor <dmellor@whistlingcat.com>
194
+- fixed broken git help -w after renaming the git-core package to git.
195
+
196
* Fri Sep 12 2008 Quy Tonthat <qtonthat@gmail.com>
197
- move git-cvsserver to bindir.
198
0 commit comments