Resolves: RHEL-188279
This commit is contained in:
parent
7f2f83a2a4
commit
a686426468
11
grafana.spec
11
grafana.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user