1
0
forked from jengelh/libseccomp

- support s390,s390x,ppc,ppc64 too. bnc#866526

(arm64 not yet done)
- disabled testsuite on the new platforms, as there
  are still some failures.
  s390x:    passed: 2410 / failed: 879 / errored: 68
  ppc64le:  passed: 3914 / failed:   0 / errored: 43

OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=19
This commit is contained in:
2014-07-04 12:30:55 +00:00
committed by Git OBS Bridge
parent d120c43709
commit 28e15c8291
5 changed files with 2254 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 5 15:13:35 UTC 2014 - meissner@suse.com
- support s390,s390x,ppc,ppc64 too. bnc#866526
(arm64 not yet done)
- disabled testsuite on the new platforms, as there
are still some failures.
s390x: passed: 2410 / failed: 879 / errored: 68
ppc64le: passed: 3914 / failed: 0 / errored: 43
-------------------------------------------------------------------
Tue Jun 18 01:14:06 UTC 2013 - jengelh@inai.de