Fix tzdata/time tests

This commit is contained in:
Jakub Čajka 2016-10-11 11:11:00 +02:00
parent 1ffe9f2d11
commit 46db980f64
1 changed files with 6 additions and 0 deletions

View File

@ -136,6 +136,9 @@ Patch216: runtime-use-entire-address-space-on-32-bit.patch
Patch217: macos-01.patch
Patch218: macos-02.patch
# Fix for https://github.com/golang/go/issues/17276
Patch219: tzdata-fix.patch
# Having documentation separate was broken
Obsoletes: %{name}-docs < 1.1-4
@ -266,6 +269,8 @@ Summary: Golang shared object libraries
%patch217 -p1
%patch218 -p1
%patch219 -p1
%build
# print out system information
uname -a
@ -473,6 +478,7 @@ fi
* Tue Sep 27 2016 Jakub Čajka <jcajka@redhat.com> - 1.6.3-3
- Resolves: BZ#1378960 - make possible to use whole address space on 32bit
- Fix nanotime for macOS Sierra
- Fix tzdata/time tests
* Mon Aug 08 2016 Jakub Čajka <jcajka@redhat.com> - 1.6.3-2
- Obsolete golang-vet and golang-cover from golang-googlecode-tools package