[perl-Test-AutoBuild] some tests expect UTC timezone

Dan Horák sharkcz at fedoraproject.org
Thu Aug 25 12:19:54 UTC 2011


commit f10d12fbabe32c9f2e44f430604c7e09e4738d2f
Author: Dan Horák <dan at danny.cz>
Date:   Thu Aug 25 14:16:31 2011 +0200

    some tests expect UTC timezone

 perl-Test-AutoBuild.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-AutoBuild.spec b/perl-Test-AutoBuild.spec
index 6dbe896..676a452 100644
--- a/perl-Test-AutoBuild.spec
+++ b/perl-Test-AutoBuild.spec
@@ -19,7 +19,7 @@
 Summary: Framework for performing continuous, unattended, automated software builds
 Name: perl-%{appname}
 Version: 1.2.3
-Release: 3%{_extra_release}
+Release: 4%{_extra_release}
 License: GPLv2+
 Group: Development/Tools
 Url: http://autobuild.org/
@@ -323,7 +323,7 @@ rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/AutoBuild/Repository/Darcs.pm
 
 
 %check
-%__make test
+TZ=UTC %__make test
 
 %clean
 %__rm -rf $RPM_BUILD_ROOT
@@ -488,6 +488,9 @@ fi
 %config(noreplace) %attr(-,builder,builder) %{_localstatedir}/lib/builder/.cvspass
 
 %changelog
+* Thu Aug 25 2011 Dan Horák <dan[at]danny.cz> - 1.2.3-4
+- some tests expect UTC timezone
+
 * Wed Aug 24 2011 Dan Horák <dan[at]danny.cz> - 1.2.3-3
 - darcs support is exclusive for %%{ghc_arches}
 


More information about the scm-commits mailing list