1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
get_prefer_pkgs: don't ignore debuginfo packages
This commit is contained in:
Marcus Huewe 2016-08-17 13:08:45 +02:00
commit 556b101076

View File

@ -427,8 +427,6 @@ def get_prefer_pkgs(dirs, wanted_arch, type, cpio):
continue
if path.endswith('.patch.rpm') or path.endswith('.delta.rpm'):
continue
if path.find('-debuginfo-') > 0:
continue
packageQuery = packagequery.PackageQuery.query(path)
packageQueries.add(packageQuery)