Fix regression in package selection

This commit is contained in:
Mustafa Gezen 2023-02-03 01:52:48 +01:00
parent de498e885c
commit fb205c5fb1
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ async def get_updateinfo(
for pkg in advisory.packages:
if pkg.product_name != product_name:
continue
if pkg.repo != repo:
continue
if pkg.module_name:
collection_short = f"{default_collection_short}__{pkg.module_name}"
if collection_short not in collections: