disable socket_wrapper on archs where it causes problems

epel9
Nikos Mavrogiannopoulos 4 years ago
parent bd9a292f76
commit 184c39d298

@ -92,7 +92,11 @@ BuildRequires: systemd
BuildRequires: systemd-devel
BuildRequires: liboath-devel
BuildRequires: uid_wrapper
# Disable socket_wrapper on certain architectures because it
# introduces new syscalls that the worker cannot handle.
%ifnarch aarch64 %{ix86} %{arm}
BuildRequires: socket_wrapper
%endif
BuildRequires: gnupg2
%if 0%{?rhel} && 0%{?rhel} >= 7

Loading…
Cancel
Save