import runc-1.0.0-66.rc10.module+el8.5.0+11041+627a5cdc
This commit is contained in:
parent
dc8b303419
commit
ed287291fb
@ -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 <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
|
||||
- fix CVE-2021-30465
|
||||
- Resolves: #1955650
|
||||
- Resolves: #1955651
|
||||
|
||||
* Thu Feb 13 2020 Jindrich Novy <jnovy@redhat.com> - 1.0.0-64.rc10
|
||||
- address CVE-2019-19921 by updating to rc10
|
||||
|
Loading…
Reference in New Issue
Block a user