[libvisio] workaround time formatting problem in the test

David Tardon dtardon at fedoraproject.org
Sat Jan 3 07:52:48 UTC 2015


commit 9a51fb2842ae0f020988d300746d16de4f4d3a01
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Jan 3 08:52:28 2015 +0100

    workaround time formatting problem in the test

 libvisio.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libvisio.spec b/libvisio.spec
index a09292d..10763be 100644
--- a/libvisio.spec
+++ b/libvisio.spec
@@ -81,6 +81,8 @@ install -m 0644 vsd2*.1 vss2*.1 %{buildroot}/%{_mandir}/man1
 
 %check
 export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
+# Workaround time formatting problem in the test
+export TZ='CET'
 make check %{?_smp_mflags}
 
 %files


More information about the scm-commits mailing list