diff --git a/SPECS/runc.spec b/SPECS/runc.spec
index 0e39c4b..6f5e662 100644
--- a/SPECS/runc.spec
+++ b/SPECS/runc.spec
@@ -25,7 +25,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -
 
 Name: %{repo}
 Version: 1.0.0
-Release: 64.rc8%{?dist}
+Release: 65.rc8%{?dist}
 Summary: CLI for running Open Containers
 License: ASL 2.0
 URL: %{git0}
@@ -33,11 +33,9 @@ Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
 Source1: 99-containers.conf
 Patch0: 1807.patch
 Patch1: change-default-root.patch
-%ifnarch %{ix86}
 Requires: criu
-%endif
 Requires(pre): container-selinux >= 2:2.2-2
-ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 %{ix86}
+ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
 BuildRequires: go-toolset-1.10
 BuildRequires: openssl-devel
 BuildRequires: git
@@ -123,6 +121,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
 %{_usr}/lib/sysctl.d/99-containers.conf
 
 %changelog
+* Fri Aug 02 2019 Jindrich Novy <jnovy@redhat.com> - 1.0.0-65.rc8
+- rebase to 1.0.0-65 in RHEL7u7
+
 * Thu Jul 11 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.0.0-64.rc8
 - Resolves: #1728762 - update change-default-root.patch