diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2016-04-01 09:10:51 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-03 10:12:48 -0700 |
commit | c7089e0ee9e65d53681d17d31322f6cee2e55e1f (patch) | |
tree | 6ef9922f16c9ca54ed63eadbd97cd1ea69670c10 /git.spec.in | |
parent | a217f07388b847192565c71e5ef6a9cc81633594 (diff) | |
download | git-c7089e0ee9e65d53681d17d31322f6cee2e55e1f.tar.gz |
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 <isaacson.ljits@gmail.com>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in index d61d537ef0..bfd1cfb63f 100644 --- a/git.spec.in +++ b/git.spec.in @@ -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 |