Le 06/12/2017 à 00:40, Tatyana Nikolova a écrit : > 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 You should not need that. This is what this line is for: BuildRequires: pkgconfig(systemd) We don't expressly name systemd-devel and use the pkgconfig macro to allow building using systemd-mini-devel when needed. Nicolas -- 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