From fa1eb15c377f05d5f836669ff548ddb66f2124e8 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Mon, 27 Feb 2017 17:07:31 -0800 Subject: [PATCH] app-emulation/runc: improve patch naming --- ..._p9-Fix-setting-selinux-label-for-mqueue-under-userns.patch} | 0 ....0_rc2_p133-Delay-unshare-of-clone-newipc-for-selinux.patch} | 0 .../app-emulation/runc/runc-1.0.0_rc2_p133.ebuild | 2 +- .../coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p9.ebuild | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/{0002-Dont-set-label-for-mqueue-under-userns.patch => 0002-1.0.0_rc2_p9-Fix-setting-selinux-label-for-mqueue-under-userns.patch} (100%) rename sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/{0002-Delay-unshare-of-clone-newipc-for-selinux.patch => 0003-1.0.0_rc2_p133-Delay-unshare-of-clone-newipc-for-selinux.patch} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0002-Dont-set-label-for-mqueue-under-userns.patch b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0002-1.0.0_rc2_p9-Fix-setting-selinux-label-for-mqueue-under-userns.patch similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0002-Dont-set-label-for-mqueue-under-userns.patch rename to sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0002-1.0.0_rc2_p9-Fix-setting-selinux-label-for-mqueue-under-userns.patch diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0002-Delay-unshare-of-clone-newipc-for-selinux.patch b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0003-1.0.0_rc2_p133-Delay-unshare-of-clone-newipc-for-selinux.patch similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0002-Delay-unshare-of-clone-newipc-for-selinux.patch rename to sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0003-1.0.0_rc2_p133-Delay-unshare-of-clone-newipc-for-selinux.patch diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p133.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p133.ebuild index 7357ac37bb..208c1bbfc8 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p133.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p133.ebuild @@ -37,7 +37,7 @@ RDEPEND=" src_prepare() { epatch "${FILESDIR}/0001-Makefile-do-not-install-dependencies-of-target.patch" - epatch "${FILESDIR}/0002-Delay-unshare-of-clone-newipc-for-selinux.patch" + epatch "${FILESDIR}/0003-${PV}-Delay-unshare-of-clone-newipc-for-selinux.patch" # Work around https://github.com/golang/go/issues/14669 # Remove after updating to go1.7 diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p9.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p9.ebuild index 8e992535cb..5fd9b610fc 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p9.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p9.ebuild @@ -37,7 +37,7 @@ RDEPEND=" src_prepare() { epatch "${FILESDIR}/0001-Makefile-do-not-install-dependencies-of-target.patch" - epatch "${FILESDIR}/0002-Dont-set-label-for-mqueue-under-userns.patch" + epatch "${FILESDIR}/0002-${PV}-Fix-setting-selinux-label-for-mqueue-under-userns.patch" # Work around https://github.com/golang/go/issues/14669 # Remove after updating to go1.7