File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Summary: OpenTelemetry Collector Contrib
22Name: otelcol-contrib
33Version: 0.141.0
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55License: Apache-2.0
66Vendor: Intel Corporation
77Distribution: Edge Microvisor Toolkit
@@ -11,7 +11,8 @@ URL: https://github.com/open-telemetry/opentelemetry-collector-releas
1111Source0: %{url }/releases/download/v%{version }/%{name }_%{version }_linux_amd64.tar.gz#/%{name}-%{version}-vendored.tar.gz
1212Source1: otelcol_contrib.te
1313Source2: otelcol_contrib.fc
14- BuildRequires: golang >= 1.24.4
14+ BuildRequires: golang < 1.26
15+ BuildRequires: golang >= 1.25.5
1516BuildRequires: make
1617BuildRequires: systemd-rpm-macros
1718Requires: (%{name }-selinux if selinux-policy-targeted)
@@ -67,6 +68,9 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul
6768%selinux_modules_uninstall -s %{selinuxtype } %{modulename }
6869
6970%changelog
71+ * Fri Feb 20 2025 Basavarajx unniche <basavarajx.unniche@intel.com> - 0.141.0-2
72+ - Upgrade golang version to use 1.25.7
73+
7074* Mon Dec 5 2025 Basavarajx unniche <basavarajx.unniche@intel.com> - 0.141.0-1
7175- Upgrade to version 0.141.0.
7276- Fixes CVE-2025-47913,CVE-2025-47914,CVE-2025-58181 and CVE-2025-22872
You can’t perform that action at this time.
0 commit comments