forked from pool/libseccomp
Accepting request 722320 from security
OBS-URL: https://build.opensuse.org/request/show/722320 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libseccomp?expand=0&rev=23
This commit is contained in:
commit
4d50be9108
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 09:37:26 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
- ignore make check error for ppc64/ppc64le, bypass boo#1142614
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 2 13:10:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jun 2 13:10:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -107,7 +107,8 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
|||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifarch ppc s390 s390x i586
|
# for ppc64* ref to boo#1142614
|
||||||
|
%ifarch ppc s390 s390x i586 ppc64 ppc64le
|
||||||
make check || true
|
make check || true
|
||||||
#pushd tests/
|
#pushd tests/
|
||||||
#./regression -v
|
#./regression -v
|
||||||
|
Loading…
Reference in New Issue
Block a user