From patchwork Tue Dec 5 23:40:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Nikolova, Tatyana E" X-Patchwork-Id: 10094155 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CE26C60348 for ; Tue, 5 Dec 2017 23:41:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C0D0229ABE for ; Tue, 5 Dec 2017 23:41:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BF7B729AC3; Tue, 5 Dec 2017 23:41:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4448829AC1 for ; Tue, 5 Dec 2017 23:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753013AbdLEXlL (ORCPT ); Tue, 5 Dec 2017 18:41:11 -0500 Received: from mga14.intel.com ([192.55.52.115]:35846 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752734AbdLEXlL (ORCPT ); Tue, 5 Dec 2017 18:41:11 -0500 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2017 15:41:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,365,1508828400"; d="scan'208";a="1252285877" Received: from tenikolo-mobl.amr.corp.intel.com ([10.254.122.186]) by fmsmga002.fm.intel.com with ESMTP; 05 Dec 2017 15:41:09 -0800 From: Tatyana Nikolova To: jgg@mellanox.com, dledford@redhat.com, leonro@mellanox.com Cc: nmoreychaisemartin@suse.de, linux-rdma@vger.kernel.org, e1000-rdma@lists.sourceforge.net Subject: [PATCH] rdma-core: Add missing systemd-devel dependency to the SUSE rdma-core.spec Date: Tue, 5 Dec 2017 17:40:05 -0600 Message-Id: <20171205234005.10904-1-tatyana.e.nikolova@intel.com> X-Mailer: git-send-email 2.14.2 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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