From 7eeda7063e294d754ae06e46294d83f114008836d5bb61265d3b3eee88fdfd52 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Tue, 1 Mar 2016 17:44:13 +0000 Subject: [PATCH] fix changelog OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=77 --- docker.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker.changes b/docker.changes index 15a83af..5afbaa3 100644 --- a/docker.changes +++ b/docker.changes @@ -72,6 +72,13 @@ https://github.com/docker/docker/blob/590d5108bbdaabb05af590f76c9757daceb6d02e/C add_bolt_arm64.patch add_bolt_s390x.patch +- remove gcc-go-build-static-libgo.patch: This has been replace by gcc-go-patches.patch + +- removed patches, because arm and ppc are not build using the dynbinary target, but the dyngccgo one: + docker_remove_journald_to_fix_dynbinary_build_on_arm.patch + docker_remove_journald_to_fix_dynbinary_build_on_powerpc.patch + docker_remove_journald_to_fix_dynbinary_build_on_arm64.patch + - added patches: fix_platform_type_arm.patch: fix build for arm64 and aarch64: set utsname as uint8 for arm64 and aarch64 gcc5_socket_workaround.patch: gcc5-go in Tumbleweed includes this commit @@ -84,6 +91,7 @@ https://github.com/docker/docker/blob/590d5108bbdaabb05af590f76c9757daceb6d02e/C This is a workaround for bnc#964468: gcc-go can no longer compile Docker. fix-apparmor.patch: fix https://github.com/docker/docker/issues/20269 . It affects SLE12 which has apparmor version 2.8 and not openSUSE which has version 2.9. + fix-ppc64le.patch: Build netlink driver using int8 and not uint8 for the data structure - reviewed patches: ignore-dockerinit-checksum.patch: review context in patch