Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
34d0e9d47d | ||
|
f87808e0ec | ||
|
18bbb43c00 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/opentelemetry-collector-0.102.1.tar.gz
|
/opentelemetry-collector-0.102.1.tar.gz
|
||||||
|
/redhat-opentelemetry-collector-0.107.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%global goipath github.com/os-observability/redhat-opentelemetry-collector
|
%global goipath github.com/os-observability/redhat-opentelemetry-collector
|
||||||
|
|
||||||
Version: 0.102.1
|
Version: 0.107.0
|
||||||
ExcludeArch: %{ix86} s390 ppc ppc64
|
ExcludeArch: %{ix86} s390 ppc ppc64
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
@ -12,19 +12,19 @@ Collector with the supported components for a Red Hat build of OpenTelemetry}
|
|||||||
%global godocs README.md
|
%global godocs README.md
|
||||||
|
|
||||||
Name: opentelemetry-collector
|
Name: opentelemetry-collector
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Red Hat build of OpenTelemetry
|
Summary: Red Hat build of OpenTelemetry
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: redhat-%{name}-%{version}.tar.gz
|
||||||
Source1: otel_collector_journald.te
|
Source1: otel_collector_journald.te
|
||||||
|
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||||
BuildRequires: binutils
|
BuildRequires: binutils
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: policycoreutils, checkpolicy, selinux-policy-devel
|
BuildRequires: policycoreutils, checkpolicy, selinux-policy-devel
|
||||||
|
|
||||||
Requires(pre): /usr/sbin/useradd, /usr/bin/getent
|
Requires(pre): /usr/sbin/useradd, /usr/bin/getent
|
||||||
Requires(postun): /usr/sbin/userdel
|
Requires(postun): /usr/sbin/userdel
|
||||||
@ -102,8 +102,19 @@ fi
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 19 2024 Felix Kolwa <fkolwa@redhat.com> - 0.102.1-4
|
* Mon Sep 23 2024 Felix Kolwa <fkolwa@redhat.com> - 0.107.0-1
|
||||||
- include aarch64 build target
|
- 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
|
* Thu Aug 01 2024 Benedikt Bongartz <bongartz@redhat.com> - 0.102.1-3
|
||||||
- Add default selinux policy for journald receiver
|
- Add default selinux policy for journald receiver
|
||||||
- Bump revision
|
- Bump revision
|
||||||
@ -121,4 +132,4 @@ fi
|
|||||||
- add opentelemetry collector default config
|
- add opentelemetry collector default config
|
||||||
- add microshift manifests
|
- add microshift manifests
|
||||||
* Thu Feb 1 21:59:10 CET 2024 Nina Olear <nolear@redhat.com> - 0.93.4
|
* Thu Feb 1 21:59:10 CET 2024 Nina Olear <nolear@redhat.com> - 0.93.4
|
||||||
- First package for Copr
|
- First package for Copr
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (opentelemetry-collector-0.102.1.tar.gz) = 0bad66a38ed7fecd38457191961bbf49075b0ffe4848b46ce56e967389046dfba8ada9a911535822078d90a4ddd2e0a32979f2554bddcf20727984d0fc5b2e03
|
SHA512 (redhat-opentelemetry-collector-0.107.0.tar.gz) = fcbcf8e6953b9106582bcfe787cab60faf3627064fd00bc18fe8be0c503d2a09b8a096fdc9e8f7d03a10fb93eb107d8c9a620ae196f7ed01c18b79c89bbac184
|
||||||
|
Loading…
Reference in New Issue
Block a user