RPM packaging: use %global inside %{!?...}
authorJunio C Hamano <gitster@pobox.com>
Sun, 31 Jan 2010 19:11:16 +0000 (11:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Jan 2010 19:33:44 +0000 (11:33 -0800)
According to
https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html

scope of %define lasts until the end brace; earlier RPM up to Fedora 12
didn't necessarily honor the scope, but later versions corrected the bug.

Problem and solution both pointed out by Todd Zullinger.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found