diff --git a/libpng16.changes b/libpng16.changes index 60e09d6..4dd7c4f 100644 --- a/libpng16.changes +++ b/libpng16.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 17 06:29:11 UTC 2019 - pgajdos@suse.com + +- make check actually works under asan + ------------------------------------------------------------------- Mon Apr 15 15:02:33 UTC 2019 - pgajdos@suse.com diff --git a/libpng16.spec b/libpng16.spec index 8d0c359..525c945 100644 --- a/libpng16.spec +++ b/libpng16.spec @@ -114,10 +114,6 @@ sed -i -e 's/^\(CFLAGS.*\)$/\1 -fsanitize=address/' \ make %{?_smp_mflags} %check -%if %{asan_build} -# ASAN needs /proc to be mounted -exit 0 -%endif make -j1 check %install