From 38dea203a5514dc4b4e858fce0b6957d4cf116ab Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 29 Jan 2018 12:01:09 +0000 Subject: [PATCH] NEWS: Mention systemd < 237 here too Signed-off-by: Simon McVittie --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b7915c9b..5af95fcc 100644 --- a/NEWS +++ b/NEWS @@ -72,8 +72,8 @@ Fixes: • Expand ${bindir} correctly when pkg-config is asked for dbus_daemondir (fd.o #104265, Benedikt Heine) -• On Linux systems with systemd, if ${localstatedir}/dbus doesn't exist, - create it before trying to create ${localstatedir}/dbus/machine-id +• On Linux systems with systemd < 237, if ${localstatedir}/dbus doesn't + exist, create it before trying to create ${localstatedir}/dbus/machine-id (fd.o #104577, Chris Lesiak) Internal changes: -- GitLab