Skip to content

Commit 86055b2

Browse files
authored
Merge branch '3.0-dev' into ena-go-1257
2 parents a94c011 + b7298bb commit 86055b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

SPECS/otelcol-contrib/otelcol-contrib.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: OpenTelemetry Collector Contrib
22
Name: otelcol-contrib
33
Version: 0.141.0
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
77
Distribution: Edge Microvisor Toolkit
@@ -11,7 +11,8 @@ URL: https://github.com/open-telemetry/opentelemetry-collector-releas
1111
Source0: %{url}/releases/download/v%{version}/%{name}_%{version}_linux_amd64.tar.gz#/%{name}-%{version}-vendored.tar.gz
1212
Source1: otelcol_contrib.te
1313
Source2: otelcol_contrib.fc
14-
BuildRequires: golang >= 1.24.4
14+
BuildRequires: golang < 1.26
15+
BuildRequires: golang >= 1.25.5
1516
BuildRequires: make
1617
BuildRequires: systemd-rpm-macros
1718
Requires: (%{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

0 commit comments

Comments
 (0)