test-new-dribble got renamed to test-new-trickle

This commit is contained in:
Stefan Becker 2019-05-10 12:11:07 +03:00 committed by Kamil Dudka
parent 35231eb713
commit 036913ac51

View File

@ -3,7 +3,7 @@
Name: libnice
Version: 0.1.16
Release: 2%{?dist}
Release: 3%{?dist}
Summary: GLib ICE implementation
License: LGPLv2 and MPLv1.1
@ -70,9 +70,9 @@ developing applications that use %{name}.
%patch1 -p1
chmod 0755 scripts/valgrind-test-driver
# disable test-new-dribble, which sometimes hangs indefinitely, and
# disable test-new-trickle, which sometimes hangs indefinitely, and
# test-send-recv, which fails in Koji due to insufficiently configured network
sed -e 's/test-new-dribble/#&/' \
sed -e 's/test-new-trickle/#&/' \
-e 's/test-send-recv/#&/' \
-i tests/Makefile.am
@ -138,6 +138,9 @@ make check
%changelog
* Fri May 10 2019 Stefan Becker <chemobejk@gmail.com> - 0.1.16-3
- test-new-dribble got renamed to test-new-trickle
* Fri May 10 2019 Kamil Dudka <kdudka@redhat.com> - 0.1.16-2
- reintroduce autoreconf in %%prep