mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-24 22:21:26 +00:00
Fix regression in package selection
This commit is contained in:
parent
de498e885c
commit
fb205c5fb1
@ -196,6 +196,8 @@ async def get_updateinfo(
|
|||||||
for pkg in advisory.packages:
|
for pkg in advisory.packages:
|
||||||
if pkg.product_name != product_name:
|
if pkg.product_name != product_name:
|
||||||
continue
|
continue
|
||||||
|
if pkg.repo != repo:
|
||||||
|
continue
|
||||||
if pkg.module_name:
|
if pkg.module_name:
|
||||||
collection_short = f"{default_collection_short}__{pkg.module_name}"
|
collection_short = f"{default_collection_short}__{pkg.module_name}"
|
||||||
if collection_short not in collections:
|
if collection_short not in collections:
|
||||||
|
Loading…
Reference in New Issue
Block a user