Skip to content

Commit

Permalink
git.spec.in: use README.md, not README
Browse files Browse the repository at this point in the history
The file was renamed in 4ad21f5 (README: use markdown syntax,
2016-02-25), but that commit forgot to update git.spec.in, which
caused the rpmbuild target in the Makefile to fail.

Reported-by: Ron Isaacson <[email protected]>
Signed-off-by: Matthieu Moy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
moy authored and gitster committed Apr 3, 2016
1 parent a217f07 commit c7089e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f bin-man-doc-files
%defattr(-,root,root)
%{_datadir}/git-core/
%doc README COPYING Documentation/*.txt
%doc README.md COPYING Documentation/*.txt
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
%{!?_without_docs: %doc Documentation/technical}
%{_sysconfdir}/bash_completion.d
Expand Down

0 comments on commit c7089e0

Please sign in to comment.