diff --git a/.gitignore b/.gitignore index ac15d58..d7c4a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.0.0-rc92.tar.gz +SOURCES/v1.0.0-rc95.tar.gz diff --git a/.runc.metadata b/.runc.metadata index 85883d8..3f0f3fc 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -b5571f41bcc85be33a56122a30cb1a241476a8d1 SOURCES/v1.0.0-rc92.tar.gz +23f05a9f1ae2907117385a48f1a464608fd75d30 SOURCES/v1.0.0-rc95.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 565cd3b..e12ce23 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -19,11 +19,11 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl # https://github.com/opencontainers/runc %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global release_candidate rc92 +%global release_candidate rc95 Name: %{repo} Version: 1.0.0 -Release: 70.%{release_candidate}%{?dist} +Release: 73.%{release_candidate}%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -33,7 +33,6 @@ ExcludeArch: %{ix86} License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v1.0.0-%{release_candidate}.tar.gz -#Patch0: 1807.patch Provides: oci-runtime = 1 BuildRequires: golang >= 1.12.12-4 BuildRequires: git @@ -58,6 +57,7 @@ pushd GOPATH popd pushd GOPATH/src/%{import_path} +export GO111MODULE=off export GOPATH=%{gopath}:$(pwd)/GOPATH export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" export BUILDTAGS="selinux seccomp" @@ -91,6 +91,19 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Jan 04 2022 Jindrich Novy - 1.0.0-73.rc95 +- fix podman run --pid=host command causes OCI permission error +- rc95 fixes CVE-2021-30465 +- Related: #2001445 + +* Thu Aug 05 2021 Jindrich Novy - 1.0.0-72.rc92 +- fix "Under load, container failed to be created due to missing cgroup scope" +- Resolves: #1990406 + +* Fri May 21 2021 Jindrich Novy - 1.0.0-71.rc92 +- fix CVE-2021-30465 +- Related: #1955656 + * Fri Feb 19 2021 Jindrich Novy - 1.0.0-70.rc92 - add missing Provides: oci-runtime = 1 - Related: #1883490