1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-27 07:06:13 +01:00
This commit is contained in:
Marcus Huewe 2016-03-02 18:53:21 +01:00
commit ae85d0c464

View File

@ -6604,7 +6604,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if binary != None and binary != i.name:
continue
# skip source rpms
if not opts.sources and i.name.endswith('src.rpm'):
if not opts.sources and (i.name.endswith('src.rpm') or i.name.endswith('sdeb')):
continue
if not opts.debug:
if i.name.find('-debuginfo-') >= 0: