import runc-1.0.0-66.rc10.module+el8.5.0+11041+627a5cdc

This commit is contained in:
CentOS Sources 2021-11-09 04:52:17 -05:00 committed by Stepan Oksanichenko
parent dc8b303419
commit ed287291fb

View File

@ -26,7 +26,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
Name: %{repo} Name: %{repo}
Version: 1.0.0 Version: 1.0.0
Release: 65.rc10%{?dist} Release: 66.rc10%{?dist}
Summary: CLI for running Open Containers Summary: CLI for running Open Containers
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
License: ASL 2.0 License: ASL 2.0
@ -58,6 +58,7 @@ pushd GOPATH
popd popd
pushd GOPATH/src/%{import_path} pushd GOPATH/src/%{import_path}
export GO111MODULE=off
export GOPATH=%{gopath}:$(pwd)/GOPATH export GOPATH=%{gopath}:$(pwd)/GOPATH
export BUILDTAGS="selinux seccomp" export BUILDTAGS="selinux seccomp"
%gobuild -o %{name} %{import_path} %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} %{_datadir}/bash-completion/completions/%{name}
%changelog %changelog
* Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.0-66.rc10
- set GO111MODULE=off to fix build
- Related: #1955651
* Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.0-65.rc10 * Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 1.0.0-65.rc10
- fix CVE-2021-30465 - fix CVE-2021-30465
- Resolves: #1955650 - Resolves: #1955651
* Thu Feb 13 2020 Jindrich Novy <jnovy@redhat.com> - 1.0.0-64.rc10 * Thu Feb 13 2020 Jindrich Novy <jnovy@redhat.com> - 1.0.0-64.rc10
- address CVE-2019-19921 by updating to rc10 - address CVE-2019-19921 by updating to rc10