From d99a0c0fb4cc3024b35b03a3da993be3eed43630 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 9 Feb 2018 23:03:38 +0100 Subject: [PATCH] disable test-new-dribble that sometimes hangs indefinitely --- libnice.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libnice.spec b/libnice.spec index b8c13cf..e937514 100644 --- a/libnice.spec +++ b/libnice.spec @@ -74,6 +74,10 @@ developing applications that use %{name}. %setup -q %patch1 -p1 %patch2 -p1 + +# disable test-new-dribble that sometimes hangs indefinitely +sed -e 's/test-new-dribble/#&/' -i tests/Makefile.am + autoreconf -fiv %check @@ -143,6 +147,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog * Fri Feb 09 2018 Kamil Dudka - 0.1.14-4.20171128gitfb2f1f7 +- disable test-new-dribble that sometimes hangs indefinitely - make tests compile on i686 - make the package build on armv7hl - make the package build on Fedora 28