All of lore.kernel.org
 help / color / mirror / Atom feed
* RPM spec file broken by README.md
@ 2016-04-01  5:35 Ron Isaacson
  2016-04-01  7:10 ` [PATCH] git.spec: use README.md, not README Matthieu Moy
  2016-04-01 11:23 ` RPM spec file broken by README.md Christian Couder
  0 siblings, 2 replies; 4+ messages in thread
From: Ron Isaacson @ 2016-04-01  5:35 UTC (permalink / raw)
  To: git

Hi everyone,

I've noticed that "make rpm" is failing for 2.8.0 because README was
replaced with README.md. This line in git.spec is the culprit:

%doc README COPYING Documentation/*.txt

Would it be possible to change this to README.md to match the source
tree? The rpm packages build just fine with that change. Thank you
very much!

  - Ron

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] git.spec: use README.md, not README
  2016-04-01  5:35 RPM spec file broken by README.md Ron Isaacson
@ 2016-04-01  7:10 ` Matthieu Moy
  2016-04-01 11:23 ` RPM spec file broken by README.md Christian Couder
  1 sibling, 0 replies; 4+ messages in thread
From: Matthieu Moy @ 2016-04-01  7:10 UTC (permalink / raw)
  To: gitster; +Cc: git, Ron Isaacson, Matthieu Moy

The file was renamed in 4ad21f5 (README: use markdown syntax,
2016-02-25), but that commit forgot to update git.spec.in.

Reported-by: Ron Isaacson <isaacson.ljits@gmail.com>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
---
 git.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git.spec.in b/git.spec.in
index d61d537..bfd1cfb 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
-- 
2.7.2.334.g35ed2ae.dirty

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: RPM spec file broken by README.md
  2016-04-01  5:35 RPM spec file broken by README.md Ron Isaacson
  2016-04-01  7:10 ` [PATCH] git.spec: use README.md, not README Matthieu Moy
@ 2016-04-01 11:23 ` Christian Couder
  2016-04-01 11:24   ` Christian Couder
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Couder @ 2016-04-01 11:23 UTC (permalink / raw)
  To: Ron Isaacson; +Cc: git

Hi!

On Fri, Apr 1, 2016 at 7:35 AM, Ron Isaacson <isaacson.ljits@gmail.com> wrote:
> Hi everyone,
>
> I've noticed that "make rpm" is failing for 2.8.0 because README was
> replaced with README.md. This line in git.spec is the culprit:
>
> %doc README COPYING Documentation/*.txt
>
> Would it be possible to change this to README.md to match the source
> tree? The rpm packages build just fine with that change. Thank you
> very much!

Thanks for this bug report.

Would you care to send a patch?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RPM spec file broken by README.md
  2016-04-01 11:23 ` RPM spec file broken by README.md Christian Couder
@ 2016-04-01 11:24   ` Christian Couder
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Couder @ 2016-04-01 11:24 UTC (permalink / raw)
  To: Ron Isaacson; +Cc: git

On Fri, Apr 1, 2016 at 1:23 PM, Christian Couder
<christian.couder@gmail.com> wrote:
> Hi!
>
> On Fri, Apr 1, 2016 at 7:35 AM, Ron Isaacson <isaacson.ljits@gmail.com> wrote:
>> Hi everyone,
>>
>> I've noticed that "make rpm" is failing for 2.8.0 because README was
>> replaced with README.md. This line in git.spec is the culprit:
>>
>> %doc README COPYING Documentation/*.txt
>>
>> Would it be possible to change this to README.md to match the source
>> tree? The rpm packages build just fine with that change. Thank you
>> very much!
>
> Thanks for this bug report.
>
> Would you care to send a patch?

Ooops, it looks like Matthieu already sent a patch. Sorry for the noise.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-01 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01  5:35 RPM spec file broken by README.md Ron Isaacson
2016-04-01  7:10 ` [PATCH] git.spec: use README.md, not README Matthieu Moy
2016-04-01 11:23 ` RPM spec file broken by README.md Christian Couder
2016-04-01 11:24   ` Christian Couder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.