From 5528446f6e02f5d1dc7bb2d30974867ed713a499 Mon Sep 17 00:00:00 2001 From: "Unniche, BasavarajX" Date: Fri, 20 Feb 2026 13:16:53 +0530 Subject: [PATCH] upgrade buildrequires of otelcol to use latest go version - upgraded buildrequires to use go v1.25.7 Signed-off-by: Unniche, BasavarajX --- SPECS/otelcol-contrib/otelcol-contrib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/otelcol-contrib/otelcol-contrib.spec b/SPECS/otelcol-contrib/otelcol-contrib.spec index 77da5c7635..6ad3d58182 100644 --- a/SPECS/otelcol-contrib/otelcol-contrib.spec +++ b/SPECS/otelcol-contrib/otelcol-contrib.spec @@ -1,7 +1,7 @@ Summary: OpenTelemetry Collector Contrib Name: otelcol-contrib Version: 0.141.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Apache-2.0 Vendor: Intel Corporation Distribution: Edge Microvisor Toolkit @@ -11,7 +11,8 @@ URL: https://github.com/open-telemetry/opentelemetry-collector-releas Source0: %{url}/releases/download/v%{version}/%{name}_%{version}_linux_amd64.tar.gz#/%{name}-%{version}-vendored.tar.gz Source1: otelcol_contrib.te Source2: otelcol_contrib.fc -BuildRequires: golang >= 1.24.4 +BuildRequires: golang < 1.26 +BuildRequires: golang >= 1.25.5 BuildRequires: make BuildRequires: systemd-rpm-macros Requires: (%{name}-selinux if selinux-policy-targeted) @@ -67,6 +68,9 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul %selinux_modules_uninstall -s %{selinuxtype} %{modulename} %changelog +* Fri Feb 20 2025 Basavarajx unniche - 0.141.0-2 +- Upgrade golang version to use 1.25.7 + * Mon Dec 5 2025 Basavarajx unniche - 0.141.0-1 - Upgrade to version 0.141.0. - Fixes CVE-2025-47913,CVE-2025-47914,CVE-2025-58181 and CVE-2025-22872