Dr. Werner Fink 2017-01-19 12:42:51 +00:00 committed by Git OBS Bridge
parent 3e8f816e84
commit ad051215f0
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de
- Remove -L option on screen call dues API change, now we depend
on environment variables only.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 29 13:45:20 UTC 2016 - werner@suse.de Tue Nov 29 13:45:20 UTC 2016 - werner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package clisp # spec file for package clisp
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -205,8 +205,8 @@ unset cfi386 noexec nommap safety
# #
# Environment for the case of missing terminal # Environment for the case of missing terminal
# #
%global _configure screen -L -D -m setarch $(uname -m) -R ./configure %global _configure screen -D -m setarch $(uname -m) -R ./configure
%global _make screen -L -D -m setarch $(uname -m) -R make %global _make screen -D -m setarch $(uname -m) -R make
SCREENDIR=$(mktemp -d ${PWD}/screen.XXXXXX) || exit 1 SCREENDIR=$(mktemp -d ${PWD}/screen.XXXXXX) || exit 1
SCREENRC=${SCREENDIR}/clisp SCREENRC=${SCREENDIR}/clisp
export SCREENRC SCREENDIR export SCREENRC SCREENDIR
@ -214,6 +214,7 @@ exec 0< /dev/null
SCREENLOG=${SCREENDIR}/log SCREENLOG=${SCREENDIR}/log
cat > $SCREENRC<<-EOF cat > $SCREENRC<<-EOF
deflogin off deflogin off
deflog on
logfile $SCREENLOG logfile $SCREENLOG
logfile flush 1 logfile flush 1
logtstamp off logtstamp off