Import from CS git

This commit is contained in:
eabdullin 2025-02-17 16:55:01 +03:00
parent 13d66d836f
commit 11b3e7b15f
3 changed files with 32 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/opentelemetry-collector-0.102.1.tar.gz
SOURCES/redhat-opentelemetry-collector-0.107.0.tar.gz

View File

@ -1 +1 @@
2d661c24cf74ecf7a72239fa949151ee4c503731 SOURCES/opentelemetry-collector-0.102.1.tar.gz
38f5ad96f29b9cae1d3e44eebc12851399f0d270 SOURCES/redhat-opentelemetry-collector-0.107.0.tar.gz

View File

@ -1,6 +1,6 @@
%global goipath github.com/os-observability/redhat-opentelemetry-collector
Version: 0.102.1
Version: 0.107.0
ExcludeArch: %{ix86} s390 ppc ppc64
%gometa
@ -12,19 +12,19 @@ Collector with the supported components for a Red Hat build of OpenTelemetry}
%global godocs README.md
Name: opentelemetry-collector
Release: 4%{?dist}
Release: 2%{?dist}
Summary: Red Hat build of OpenTelemetry
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
Source0: redhat-%{name}-%{version}.tar.gz
Source1: otel_collector_journald.te
BuildRequires: systemd
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
BuildRequires: binutils
BuildRequires: git
BuildRequires: policycoreutils, checkpolicy, selinux-policy-devel
BuildRequires: policycoreutils, checkpolicy, selinux-policy-devel
Requires(pre): /usr/sbin/useradd, /usr/bin/getent
Requires(postun): /usr/sbin/userdel
@ -102,8 +102,32 @@ fi
%{_bindir}/*
%changelog
* Mon Aug 19 2024 Felix Kolwa <fkolwa@redhat.com> - 0.102.1-4
- include aarch64 build target
* Tue Feb 11 2025 Kseniia Nivnia <knivnia@redhat.com> - 0.107.0-2
- Bump revision
- Update tarball name to match upstream
- Upgrade the following tarball dependencies:
- x/sys v0.23.0 to v0.29.0
- x/crypto v0.26.0 to v0.32.0
- x/net v0.28.0 to v0.33.0
- x/sync v0.8.0 to v0.10.0
- x/term v0.23.0 to v0.28.0
- x/text v0.17.0 to v0.21.0
- Update addresses the following CVEs:
- CVE-2024-45338
- CVE-2024-45337
* Mon Sep 23 2024 Felix Kolwa <fkolwa@redhat.com> - 0.107.0-1
- Version bump to 0.107.0
- Reset release to 1
- Update addresses the following CVEs:
- CVE-2024-34155
- CVE-2024-34156
- CVE-2024-42368
* Thu Sep 12 2024 Felix Kolwa <fkolwa@redhat.com> - 0.102.1-4
- Fix SELinux policy resource names
- Use sources for SELinux resources in spec file
- Bump revision
* Mon Aug 19 2024 Pavol Loffay <ploffay@redhat.com> - 0.102.1-4
- Added support for aarch64
* Thu Aug 01 2024 Benedikt Bongartz <bongartz@redhat.com> - 0.102.1-3
- Add default selinux policy for journald receiver
- Bump revision