1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00
Nelson Manuel Marques 2016-03-02 17:47:22 +00:00
parent 779c7763cc
commit 72c2bd7cfd

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: