From e54a3ec79b254d2e8be097f1d74d03c2b8cb1d145f2c7855a7f62357b02e1ae0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 6 Sep 2020 12:38:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=20 --- libasn1c.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libasn1c.spec b/libasn1c.spec index 310e12a..2b5572e 100644 --- a/libasn1c.spec +++ b/libasn1c.spec @@ -68,7 +68,7 @@ applications that want to make use of libasn1c. %autosetup -p1 %build -echo %version >.tarball-version +echo "%version" >.tarball-version autoreconf -fi # bugzilla.opensuse.org/795968 for rationale %configure --disable-static --includedir="%_includedir/%name" @@ -79,7 +79,7 @@ autoreconf -fi find "%buildroot/%_libdir" -type f -name "*.la" -delete %check -if ! make check %{?_smp_mflags}; then +if ! %make_build check; then find . -name testsuite.log -exec cat "{}" "+" fi