diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec
index 1263d8f..695474f 100644
--- a/SPECS/buildah.spec
+++ b/SPECS/buildah.spec
@@ -30,13 +30,13 @@
 
 Name: %{repo}
 Version: 1.9.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A command line tool used for creating OCI Images
 License: ASL 2.0
 URL: https://%{name}.io
 Source: %{git0}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
-ExclusiveArch:  aarch64 %{arm} ppc64le s390x x86_64 %{ix86}
-%if 0%{?fedora}
+ExclusiveArch:  aarch64 %{arm} ppc64le s390x x86_64
+%if 0%{?fedora} || 0%{?centos}
 BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
 %else
 BuildRequires: go-toolset-1.10
@@ -100,6 +100,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
 %{_datadir}/bash-completion/completions/%{name}
 
 %changelog
+* Fri Aug 02 2019 Jindrich Novy <jnovy@redhat.com> - 1.9.0-2
+- use 1.9.0 in RHEL7u7
+
 * Mon Jun 24 2019 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.0-1
 - bump to v1.9.0