From a6981cf50c6bd6b867b918d9158fde74cbd004d6 Mon Sep 17 00:00:00 2001 From: Pavel Valena Date: Thu, 14 Apr 2016 14:13:24 -0400 Subject: [PATCH] Manually set UTC timezone for tests --- ruby.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index a396dba..57bc909 100644 --- a/ruby.spec +++ b/ruby.spec @@ -651,7 +651,7 @@ DISABLE_TESTS="" # Once seen: http://koji.fedoraproject.org/koji/taskinfo?taskID=12556650 DISABLE_TESTS="$DISABLE_TESTS -x test_fork.rb" -make check TESTS="-v $DISABLE_TESTS" +TZ=UTC make check TESTS="-v $DISABLE_TESTS" %post libs -p /sbin/ldconfig @@ -957,6 +957,7 @@ make check TESTS="-v $DISABLE_TESTS" * Wed Apr 13 2016 Pavel Valena - Fix ruby lib path in macros.ruby.rh-ruby23 - Resolves: rhbz#1255753 +- Manually set UTC timezone for tests * Mon Feb 22 2016 Vít Ondruch - 2.3.0-59 - Don't prefix bundling provides.