diff --git a/runc.spec b/runc.spec index 805a462..69dc7e6 100644 --- a/runc.spec +++ b/runc.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 Name: %{repo} Version: 1.1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -31,7 +31,7 @@ License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v%{version}.tar.gz Provides: oci-runtime -BuildRequires: golang >= 1.17.7 +BuildRequires: golang >= 1.20.10 BuildRequires: git BuildRequires: /usr/bin/go-md2man BuildRequires: libseccomp-devel >= 2.5 @@ -84,6 +84,11 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Sat Dec 02 2023 Lokesh Mandvekar - 4:1.1.10-3 +- Rebuild for CVEs: CVE-2023-39321 CVE-2023-39322 CVE-2023-29409 +- Related: Jira:RHEL-2792 +- Related: Jira:RHEL-7454 + * Fri Nov 03 2023 Jindrich Novy - 4:1.1.10-2 - require container-selinux >= 2.224.0 for dmz feature - Related: Jira:RHEL-2112