diff --git a/runc.spec b/runc.spec index 4dcce95..d16bb1b 100644 --- a/runc.spec +++ b/runc.spec @@ -23,7 +23,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: %{repo} Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -85,6 +85,11 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Jun 15 2023 Jindrich Novy - 1:1.1.5-2 +- rebuild for following CVEs: +CVE-2022-41724 +- Resolves: #2179971 + * Fri Mar 31 2023 Jindrich Novy - 1:1.1.5-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.1.5 - Resolves: #2176108