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:
parent
3a2700bb0a
commit
f56a5ff67f
@ -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
|
Mon Aug 27 09:26:15 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -52,9 +52,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define sandbox_seccomp 0
|
%define sandbox_seccomp 0
|
||||||
|
%ifnarch ppc
|
||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
%define sandbox_seccomp 1
|
%define sandbox_seccomp 1
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%define use_tirpc 1
|
%define use_tirpc 1
|
||||||
|
Loading…
Reference in New Issue
Block a user