build: dep openssl11 is limited to amd64 centos7
This commit is contained in:
parent
455baa5465
commit
0dd09b06f1
|
@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{_name}-%{_version}-root
|
|||
Provides: %{_name}
|
||||
AutoReq: 0
|
||||
|
||||
%if 0%{?rhel} == 7
|
||||
%if "%{_arch} %{?rhel}" == "amd64 7"
|
||||
Requires: openssl11 libatomic
|
||||
%else
|
||||
Requires: libatomic
|
||||
|
|
Loading…
Reference in New Issue