diff options
author | biao716.wang <biao716.wang@samsung.com> | 2019-02-20 13:13:50 +0800 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2019-02-20 13:19:30 +0800 |
commit | 6f384cf8a99cbc0cbec0d8c242a0785d4545a7c8 (patch) | |
tree | ef86489ce31d41592819f284c407397a065e8f57 | |
parent | 2dbd71c386ed3549e386d354d2003281ac433e50 (diff) | |
download | git-buildpackage-release-pylint.tar.gz git-buildpackage-release-pylint.tar.bz2 git-buildpackage-release-pylint.zip |
keep same with master branch on review.tizen.orgsubmit/trunk/20191101.102136submit/trunk/20191030.112603submit/trunk/20191017.233826submit/trunk/20191017.111201submit/trunk/20191015.111805submit/trunk/20191015.094027submit/trunk/20191015.052726submit/trunk/20191015.001635submit/trunk/20191014.234733submit/trunk/20190927.012842submit/devel/20190730.074529accepted/tizen/devbase/tools/20190927.044935release-pylintrelease-20190215
Change-Id: Idf6a378cd3dd056013c07a3c5263a6b2bea07608
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-rwxr-xr-x | gbp/scripts/buildpackage_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/buildpackage_rpm.py b/gbp/scripts/buildpackage_rpm.py index 8fb0b2a4..56db5e13 100755 --- a/gbp/scripts/buildpackage_rpm.py +++ b/gbp/scripts/buildpackage_rpm.py @@ -621,7 +621,7 @@ def main(argv): # Get/build the orig tarball if is_native(repo, options): - if spec.orig_src and not options.no_create_orig: + if spec.orig_src: # Just build source archive from the exported tree gbp.log.info("Creating (native) source archive %s from '%s'" % (spec.orig_src['filename'], tree)) if spec.orig_src['compression']: |