From 58f7f67c7fb9b9a3463ccdc61f2b39a79fcc568ee60fb63f40cb6ecb1a45a93f Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 10 Feb 2017 08:52:49 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=64 --- clisp.changes | 6 ++++++ clisp.spec | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/clisp.changes b/clisp.changes index 1f0ed8c..cb7acee 100644 --- a/clisp.changes +++ b/clisp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 10 08:52:25 UTC 2017 - werner@suse.de + +- Collect some informations on the build system for debugging + a random error on sockets during test suite + ------------------------------------------------------------------- Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de diff --git a/clisp.spec b/clisp.spec index 21c34bc..54f518c 100644 --- a/clisp.spec +++ b/clisp.spec @@ -127,6 +127,15 @@ with the file README. The subdirectory contains two nice applications. %prep +# +# Collect some informations on the build system for debugging +# a random error on sockets during test suite +# +type -p systemd-detect-virt > /dev/null 2>&1 && systemd-detect-virt +type -p uname > /dev/null 2>&1 && uname -a +type -p netstat > /dev/null 2>&1 && netstat -i +type -p netstat > /dev/null 2>&1 && netstat -x +# %setup -qT -b0 -n clisp-%uuid %patch1 -p1 -b .sel %patch2 -p1 -b .wooh