On Thu, Dec 07, 2017 at 10:57:08AM +0100, Nicolas Morey-Chaisemartin wrote: > On a recent systemd, systemd-devel provides all those (probably for compat reason during migration): > $ rpm -q --provides systemd-devel > pkgconfig(libsystemd) = 228 > pkgconfig(libsystemd-daemon) = 228 > pkgconfig(libsystemd-id128) = 228 > pkgconfig(libsystemd-journal) = 228 > pkgconfig(libsystemd-login) = 228 > > > So I can porobably safely changes the BuildRequires to the libsystemd-XXXX. > If I'm not mistaken, we just need the -daemon and -journal ones. cmake checks for all id128 as well when it runs in compat mode, so you need all three to make it happy. I wouldn't change the main spec file, maybe protect the 2nd option with a ifdef for old suse versions? Jason -- 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