diff options
-rw-r--r-- | librdkafka.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librdkafka.spec b/librdkafka.spec index 010f8fb..0da4fc8 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -23,6 +23,8 @@ License: BSD and MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +# i686 required +ExcludeArch: i386 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Needed to run the test suite # find regress/ -type f | /usr/lib/rpm/perl.req |