diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-14 18:13:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-14 18:13:20 +0200 |
commit | ae5b3d615601acf786e71d3a4fa11023a3b71a6c (patch) | |
tree | fa4aada89c65fb54093db94e8482e7c931ff8255 | |
parent | a2c6fe77b3b797983389af338b412b968e58c356 (diff) |
librdkafka: comment about i386 not supported
-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 |