From b21f805cdf46935a94e6678073e3462903ed5bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 14 Oct 2020 14:41:28 +0900 Subject: [PATCH] coreos-base/coreos: Add diffutils to the base packages The diffutils package provides the "cmp" and "diff" tools which are essential commands in shell scripts. They used to be pulled in by audit but the update in https://github.com/flatcar-linux/coreos-overlay/pull/537 caused them to be dropped. Add them to the explicit list of base packages to ensure they are installed. --- .../coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild index 02929bd7f3..a104c375c9 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild @@ -135,6 +135,7 @@ RDEPEND="${RDEPEND} net-vpn/wireguard-tools sys-apps/coreutils sys-apps/dbus + sys-apps/diffutils sys-apps/ethtool sys-apps/findutils sys-apps/gawk