From 9a51fb2842ae0f020988d300746d16de4f4d3a01 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 3 Jan 2015 08:52:28 +0100 Subject: [PATCH] workaround time formatting problem in the test --- libvisio.spec | 2 ++ 1 file changed, 2 insertions(+) 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