Without systemd-devel, all rdma-core daemons are using shim version of systemd include file (in-turn, shim version of systemd functions) causing them to not communicate with systemd. Add the missing required systemd-devel package to SUSE's rdma-core.spec so the correct header file is used and correct functions are linked with the daemons. Fixes: 8854eefa60b5 ("suse: Add spec file for SUSE") Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@xxxxxxxxx> --- suse/rdma-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/suse/rdma-core.spec b/suse/rdma-core.spec index 0eba0507..912a77c5 100644 --- a/suse/rdma-core.spec +++ b/suse/rdma-core.spec @@ -57,6 +57,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(systemd-devel) BuildRequires: pkgconfig(udev) BuildRequires: python3-base %ifnarch s390 s390x -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html