Skip to content

Commit c7089e0

Browse files
moygitster
authored andcommitted
git.spec.in: use README.md, not README
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]>
1 parent a217f07 commit c7089e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ rm -rf $RPM_BUILD_ROOT
146146
%files -f bin-man-doc-files
147147
%defattr(-,root,root)
148148
%{_datadir}/git-core/
149-
%doc README COPYING Documentation/*.txt
149+
%doc README.md COPYING Documentation/*.txt
150150
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
151151
%{!?_without_docs: %doc Documentation/technical}
152152
%{_sysconfdir}/bash_completion.d

0 commit comments

Comments
 (0)