From a53d0ad7b466cda78458a20f3e0e8ad7b9f96e1f Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 14 Jan 2016 11:10:18 +1000 Subject: [PATCH] fix(build): Add BuildRoot for EL55 --- zanata-python-client.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 144a624..bf2b33c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -16,8 +16,9 @@ Requires: python-httplib2 >= 0.7.4-6 %if 0%{?rhel} %if 0%{?rhel} < 6 -Requires: python-hashlib -Requires: python-simplejson +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: python-hashlib +Requires: python-simplejson %endif %endif