updateinfo: noarch only advisories were wrongfully excluded

This commit is contained in:
Mustafa Gezen 2023-03-14 17:31:59 +01:00
parent 11de73dbd1
commit 6915813e2d
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ async def get_updateinfo(
if p_name not in pkg_src_rpm:
continue
if arch != product_arch:
if arch != product_arch and arch != "noarch":
continue
skip = False