Resolves: RHEL-188279

This commit is contained in:
Sam Feifer 2026-07-21 12:09:39 -04:00
parent 7f2f83a2a4
commit a686426468

View File

@ -18,15 +18,7 @@
%define enable_fips_mode 0
%endif
%global grafana_arches %{lua: go_arches = {}
for arch in rpm.expand("%{go_arches}"):gmatch("%S+") do
go_arches[arch] = 1
end
for arch in rpm.expand("%{nodejs_arches}"):gmatch("%S+") do
if go_arches[arch] then
print(arch .. " ")
end
end}
%global grafana_arches %{go_arches}
%global gomodulesmode GO111MODULE=auto
%global _gotestflags_save %{?gotestflags}
@ -1032,6 +1024,7 @@ fi
%changelog
* Tue Jul 21 2026 Sam Feifer <sfeifer@redhat.com> 9.2.10-32
- Resolves RHEL-191816: CVE-2026-44740
- Resolves RHEL-188279: Remove Lua ExclusiveArch macro for Konflux build
* Wed Jul 01 2026 Sam Feifer <sfeifer@redhat.com> 9.2.10-31
- Resolves RHEL-183728: CVE-2026-39821