From 6915813e2ddf3e1e8a4ebb0ef6d53fa89311ce92 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Tue, 14 Mar 2023 17:31:59 +0100 Subject: [PATCH] updateinfo: noarch only advisories were wrongfully excluded --- apollo/server/routes/api_updateinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo/server/routes/api_updateinfo.py b/apollo/server/routes/api_updateinfo.py index 9e6ead2..2e046ec 100644 --- a/apollo/server/routes/api_updateinfo.py +++ b/apollo/server/routes/api_updateinfo.py @@ -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