Accepting request 636347 from home:Andreas_Schwab:Factory

- seccomp_filter sandbox is not supported on ppc

OBS-URL: https://build.opensuse.org/request/show/636347
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=151
This commit is contained in:
Marcus Meissner 2018-09-21 09:56:44 +00:00 committed by Git OBS Bridge
parent 3a2700bb0a
commit f56a5ff67f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 18 09:22:23 UTC 2018 - schwab@suse.de
- seccomp_filter sandbox is not supported on ppc
-------------------------------------------------------------------
Mon Aug 27 09:26:15 UTC 2018 - tchvatal@suse.com

View File

@ -52,9 +52,11 @@
%endif
%define sandbox_seccomp 0
%ifnarch ppc
%if 0%{?suse_version} > 1220
%define sandbox_seccomp 1
%endif
%endif
%if 0%{?suse_version} >= 1500
%define use_tirpc 1