mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-12 16:21:28 +00:00
updateinfo: noarch only advisories were wrongfully excluded
This commit is contained in:
parent
11de73dbd1
commit
6915813e2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user