Rebuild for Go 1.26.6 CVE fixes

Resolves: RHEL-164488 RHEL-187337 RHEL-241842
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-08-18 16:58:07 +02:00
parent 87ae3adb7d
commit 4ced62217f

View File

@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 4
Name: %{repo}
Version: 1.4.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: CLI for running Open Containers
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
#ExclusiveArch: %%{go_arches}
@ -84,6 +84,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Tue Aug 18 2026 Jindrich Novy <jnovy@redhat.com> - 4:1.4.2-2
- Rebuild for golang-1.26.6 CVE fixes (CVE-2025-68121 CVE-2026-33811
CVE-2026-56860) - Resolves: RHEL-164488 RHEL-187337 RHEL-241842
* Fri Apr 24 2026 Jindrich Novy <jnovy@redhat.com> - 4:1.4.2-1
- update to https://github.com/opencontainers/runc/releases/tag/v1.4.2
- Resolves: RHEL-164488