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)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:47:20 +0000 (14:47 +0200)
commitee7d5fab453e51e296b25a8d9c5009d06481299e
tree6b8d1ec449b0e7cccd98dc18883daeee6645851a
parentaeacb4ca2b04e080db0c8bc2522c79ccb117e042
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