diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 3053d28..cc01fdb 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -38,11 +38,13 @@ Source1: 99-containers.conf Patch0: change-default-root.patch Patch1: 0001-Revert-Apply-cgroups-earlier.patch Patch2: 1807.patch +%ifnarch i686 Requires: criu +%endif 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 @@ -289,6 +291,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Fri Nov 30 2018 Johnny Hughes - 1.0.0-57.dev.git2abd837 +- Manual CentOS Debranding + * Wed Nov 28 2018 Lokesh Mandvekar - 1.0.0-57.dev.git2abd837 - Resolves: #1650512 - build with the right golang dependency