Dr. Werner Fink 2017-01-19 12:36:42 +00:00 committed by Git OBS Bridge
parent a4cd88daa1
commit e039af2b92
2 changed files with 9 additions and 2 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 9 12:09:46 UTC 2016 - mliska@suse.cz Fri Dec 9 12:09:46 UTC 2016 - mliska@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package bash # spec file for package bash
# #
# 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
@ -343,6 +343,7 @@ done
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
@ -548,7 +549,7 @@ popd
tail -q -s 0.5 -f $SCREENLOG & pid=$! tail -q -s 0.5 -f $SCREENLOG & pid=$!
env -i HOME=$PWD TERM=$TERM LD_LIBRARY_PATH=$LD_RUN_PATH TMPDIR=$TMPDIR \ env -i HOME=$PWD TERM=$TERM LD_LIBRARY_PATH=$LD_RUN_PATH TMPDIR=$TMPDIR \
SCREENRC=$SCREENRC SCREENDIR=$SCREENDIR \ SCREENRC=$SCREENRC SCREENDIR=$SCREENDIR \
screen -L -D -m make TESTSCRIPT=%{SOURCE4} check screen -D -m make TESTSCRIPT=%{SOURCE4} check
kill -TERM $pid kill -TERM $pid
make %{?do_profiling:CFLAGS="$CFLAGS %cflags_profile_feedback -fprofile-correction" clean} all make %{?do_profiling:CFLAGS="$CFLAGS %cflags_profile_feedback -fprofile-correction" clean} all
make -C examples/loadables/ make -C examples/loadables/