redhat/Makefile: Always set UPSTREAM
When building the dist-srpm target with VERSION_ON_UPSTREAM=0 the
following error is seen:
fatal: bad revision '^'
This occurs because UPSTREAM is used in genlog.sh but is only set if
VERSION_ON_UPSTREAM=1.
Always set UPSTREAM regardless of the value of VERSION_ON_UPSTREAM.
Signed-off-by: Prarit Bhargava prarit@redhat.com
Edited by Prarit Bhargava