Skip to content

contrib/rpm: require dbus-tools

Beniamino Galvani requested to merge bg/rpm-require-dbus-tools-rh1745659 into master

The NM system unit uses dbus-send to tell NM to reload configuration. We could replace dbus-send with 'kill -HUP', but the systemd.service manual page warns against that because it is asynchronous. So add the proper dependency.

https://bugzilla.redhat.com/show_bug.cgi?id=1745659

Merge request reports