From 0627c77bf2e9e230bcaf6f56228fe53da907b4d1 Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Fri, 16 Jul 2021 21:15:27 -0400 Subject: [PATCH] make nfs-ganesha depend on dbus-tools the nfs-ganesha.service unit requires dbus-send (from the dbus-tools package) in its ExecStop operation. --- nfs-ganesha.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 606e405..dcc883e 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -115,7 +115,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 3.5 -Release: 7%{?dev:%{dev}}%{?dist} +Release: 8%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space License: LGPLv3+ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki @@ -166,6 +166,8 @@ Requires: libntirpc = @NTIRPC_VERSION_EMBED@ Requires: policycoreutils-python %endif %if ( 0%{?fedora} ) +# The nfs-ganesha.service unit requires dbus-send +Requires: dbus-tools # this should effectively be a no-op, as all Fedora installs should have it # with selinux. Requires: policycoreutils-python-utils @@ -864,6 +866,10 @@ exit 0 %endif %changelog +* Fri Jul 16 2021 Lars Kellogg-Stedman - 3.5-8 +- Add dependency on dbus-tools + +- Rebuilt for userspace-rcu-0.13 again * Tue Jun 22 2021 Kaleb S. KEITHLEY - 3.5-7 - Rebuilt for userspace-rcu-0.13 again