From ed287291fb653b55a4795740b5953db6129254e0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 Nov 2021 04:52:17 -0500 Subject: [PATCH] import runc-1.0.0-66.rc10.module+el8.5.0+11041+627a5cdc --- SPECS/runc.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 514e077..e6c9c90 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -26,7 +26,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Name: %{repo} Version: 1.0.0 -Release: 65.rc10%{?dist} +Release: 66.rc10%{?dist} Summary: CLI for running Open Containers ExcludeArch: %{ix86} License: ASL 2.0 @@ -58,6 +58,7 @@ pushd GOPATH popd pushd GOPATH/src/%{import_path} +export GO111MODULE=off export GOPATH=%{gopath}:$(pwd)/GOPATH export BUILDTAGS="selinux seccomp" %gobuild -o %{name} %{import_path} @@ -90,9 +91,13 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed May 19 2021 Jindrich Novy - 1.0.0-66.rc10 +- set GO111MODULE=off to fix build +- Related: #1955651 + * Wed May 19 2021 Jindrich Novy - 1.0.0-65.rc10 - fix CVE-2021-30465 -- Resolves: #1955650 +- Resolves: #1955651 * Thu Feb 13 2020 Jindrich Novy - 1.0.0-64.rc10 - address CVE-2019-19921 by updating to rc10