[libisoburn] tput(1) used in %check needs $TERM

Robert Scheck robert at fedoraproject.org
Sun Oct 9 19:45:53 UTC 2011


commit 8a13244f96529dfe0b3bc474b50aee8e48ac058c
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Oct 9 21:45:35 2011 +0200

    tput(1) used in %check needs $TERM

 libisoburn.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libisoburn.spec b/libisoburn.spec
index 30fa3d9..89b197c 100644
--- a/libisoburn.spec
+++ b/libisoburn.spec
@@ -87,6 +87,7 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %check
 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$RPM_BUILD_ROOT%{_libdir}"
+export TERM="xterm"
 cd releng
 ./run_all_auto -x ../xorriso/xorriso || (cat releng_generated_data/log.*; exit 1)
 


More information about the scm-commits mailing list