fix(build): Add BuildRoot for EL55

This commit is contained in:
Ding-Yi Chen 2016-01-14 11:10:18 +10:00
commit a53d0ad7b4

View file

@ -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