mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-21 20:51:27 +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:
|
if p_name not in pkg_src_rpm:
|
||||||
continue
|
continue
|
||||||
if arch != product_arch:
|
if arch != product_arch and arch != "noarch":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
skip = False
|
skip = False
|
||||||
|
Loading…
Reference in New Issue
Block a user