fix(build): Add BuildRoot for EL55
This commit is contained in:
parent
caeac9dd5c
commit
a53d0ad7b4
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue