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>
Mon, 16 Jun 2014 11:00:40 +0000 (14:00 +0300)
commitefc490c4a8da5ce7a0bd1bf4a20009c3a445bb47
tree0379e9f08ed3ff2659ab55944eef04a165ee4dbf
parentb8ef37e4cb077abbc3e07da79c05608f9d7a702a
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.

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