diff --git a/SPECS/runc.spec b/SPECS/runc.spec index bf3248f..b13c43c 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -41,9 +41,9 @@ Patch2: 1807.patch Patch3: 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b-runc.patch Requires: criu Requires(pre): container-selinux >= 2:2.2-2 -ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 %{ix86} -%if 0%{?fedora} || 0%{?centos} +%if 0%{?fedora} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} %else BuildRequires: go-toolset-1.10 @@ -290,6 +290,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Wed Feb 13 2019 Johnny Hughes +- Use go-toolset-1.10, build on i386 + * Fri Feb 08 2019 Frantisek Kluknavsky - 1.0.0-59.dev.git2abd837 - Resolves: #1664908 - CVE-2019-5736