diff --git a/libnice.spec b/libnice.spec index 4b4202d..87ef224 100644 --- a/libnice.spec +++ b/libnice.spec @@ -3,7 +3,7 @@ Name: libnice Version: 0.1.14 -Release: 5.20171128gitfb2f1f7%{?dist} +Release: 6.20171128gitfb2f1f7%{?dist} Summary: GLib ICE implementation Group: System Environment/Libraries @@ -80,8 +80,11 @@ developing applications that use %{name}. %patch3 -p1 chmod 0755 scripts/valgrind-test-driver -# disable test-new-dribble that sometimes hangs indefinitely -sed -e 's/test-new-dribble/#&/' -i tests/Makefile.am +# disable test-new-dribble, which sometimes hangs indefinitely, and +# test-send-recv, which fails in Koji due to insufficiently configured network +sed -e 's/test-new-dribble/#&/' \ + -e 's/test-send-recv/#&/' \ + -i tests/Makefile.am autoreconf -fiv @@ -142,6 +145,9 @@ make check %changelog +* Mon Apr 16 2018 Kamil Dudka - 0.1.14-6.20171128gitfb2f1f7 +- disable test-send-recv, which fails in Koji + * Fri Mar 16 2018 Kamil Dudka - 0.1.14-5.20171128gitfb2f1f7 - do not build with -Werror by default - make the build more verbose