diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-231-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-231-r2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-231-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-231-r2.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 03260a9223..42fd1be9e5 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -157,6 +157,8 @@ src_unpack() { src_prepare() { # Bug 463376 sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die + # Bug https://github.com/systemd/systemd/issues/3826 + sed -i -e 's,/usr/lib/systemd/resolv.conf,/run/systemd/resolve/resolv.conf,' tmpfiles.d/etc.conf.m4 || die [[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )