Update dogtag-pki.spec to not depend on esc for s390(x) architectures

This commit is contained in:
Alexander Bokovoy 2021-03-08 14:33:30 +00:00 committed by Alexander Bokovoy
parent fa15b1bb4b
commit 30b58aab5a

View File

@ -314,8 +314,10 @@ Requires: pki-console = %{version}
Requires: pki-javadoc = %{version}
# Make certain that this 'meta' package requires the latest version(s)
# of ALL PKI clients
# of ALL PKI clients -- except for s390/s390x where 'esc' is not built
%ifnarch s390 s390x
Requires: esc >= 1.1.1
%endif
# description for top-level package (unless there is a separate meta package)
%if "%{name}" == "%{vendor_id}-pki"