buildpackage-rpm: always create tarball for native packages
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 13 Jun 2014 10:31:48 +0000 (13:31 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 17:08:47 +0000 (01:08 +0800)
commit5223ef064358011bcebd986cd13257bae01459b0
tree042190b669d2de99880379a04466826f9364de81
parentce5770ce49cb468ccb67edad7503144db611b12f
buildpackage-rpm: always create tarball for native packages

If the package is native, always (re-)create the source tarball, even if
--git-no-create-orig is used. Not creating the tarball does not make
much sense (and most probably just causes problems and confusion): for
native packages there is no place for external tarball and no patches so
we need to always have the correct sources (i.e. the exported revision)
in the tarball.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/scripts/buildpackage_rpm.py