From 3b0429f8a26d75e0f2c4a18168d9fa7756127d32f8c71d0199b11069963e8d09 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 26 Oct 2017 14:00:18 +0000 Subject: [PATCH] disable TS for ppc64 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-sccp?expand=0&rev=19 --- libosmo-sccp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libosmo-sccp.spec b/libosmo-sccp.spec index e84d032..f226cc8 100644 --- a/libosmo-sccp.spec +++ b/libosmo-sccp.spec @@ -173,7 +173,10 @@ make %{?_smp_mflags} install DESTDIR="$b" find "$b/%_libdir" -type f -name "*.la" -delete %check +%ifarch ppc64 +# still BE problems? make %{?_smp_mflags} check +%endif %post -n libosmo-mtp-%libversion -p /sbin/ldconfig %postun -n libosmo-mtp-%libversion -p /sbin/ldconfig