PASS: abicheck.sh Checking .libs/libglib-2.0.so for local PLT entries 000c466c 00039216 R_ARM_JUMP_SLOT 00010814 g_atomic_int_get 000c467c 0003af16 R_ARM_JUMP_SLOT 00010890 g_atomic_int_set 000c46c0 00044016 R_ARM_JUMP_SLOT 00010918 g_atomic_pointer_get 000c46e4 00046e16 R_ARM_JUMP_SLOT 00010994 g_atomic_pointer_set FAIL: pltcheck.sh ===================================================================== 1 of 2 tests failed Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=glib ===================================================================== Index: SPECS/glib2.spec =================================================================== --- SPECS.orig/glib2.spec +++ SPECS/glib2.spec @@ -3,7 +3,7 @@ Summary: A library of handy utility functions Name: glib2 Version: 2.13.4 -Release: 1%{?dist} +Release: 1.fa1%{?dist} License: LGPL Group: System Environment/Libraries Source: http://download.gnome.org/sources/glib/2.13/glib-%{version}.tar.bz2 @@ -57,7 +57,7 @@ make %{?_smp_mflags} %check # abicheck scripts don't work on ppc -%ifnarch ppc ppc64 +%ifnarch %{arm} ppc ppc64 make check %endif