The package rpms/php-pecl-xdebug.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/php-pecl-xdebug.git/commit/?id=4f7ee....
Change: +%ifarch ppc64 s390x
Thanks.
Full change: ============
commit 4f7eeb48a2e97dc8ac298d17918dd860fca7271d Author: Remi Collet remi@fedoraproject.org Date: Thu Jan 25 08:39:15 2018 +0100
temporarily ignore 6 failed tests on big endian
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index b10c686..1b1d5b7 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -8,6 +8,8 @@ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag %undefine _strict_symbol_defs_build
%global pecl_name xdebug @@ -198,6 +200,15 @@ cd NTS # Know as failed upstream (travis) rm tests/bug01258-php7.phpt %endif +%ifarch ppc64 s390x +# Known as failed on big endian +rm tests/bug00806.phpt +rm tests/bug01305.phpt +rm tests/bug01312.phpt +rm tests/bug01335.phpt +rm tests/bug01512.phpt +rm tests/bug01516.phpt +%endif
: Upstream test suite NTS extension # bug00886 is marked as slow as it uses a lot of disk space @@ -230,6 +241,8 @@ REPORT_EXIT_STATUS=1 \ %changelog * Tue Jan 23 2018 Remi Collet remi@remirepo.net - 2.6.0-0.5.RC2 - update to 2.6.0RC2 +- undefine _strict_symbol_defs_build +- temporarily ignore 6 failed tests on big endian
* Fri Dec 29 2017 Remi Collet remi@remirepo.net - 2.6.0-0.4.beta1 - update to 2.6.0beta1
arch-excludes@lists.fedoraproject.org