Dr. Werner Fink 2017-02-10 08:52:49 +00:00 committed by Git OBS Bridge
parent ad051215f0
commit 58f7f67c7f
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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