From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Morey-Chaisemartin Subject: [PATCHv2 rdma-core 5/5] cbuild: use SUSE spec file for SUSE targets Date: Fri, 25 Aug 2017 12:40:14 +0200 Message-ID: <6173036c-1120-3afa-274d-8b41ce821da2@suse.de> References: <88926674-d707-6f00-e9a1-e2a823fec323@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <88926674-d707-6f00-e9a1-e2a823fec323-l3A5Bk7waGM@public.gmane.org> Content-Language: fr-xx-classique+reforme1990 Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org Signed-off-by: Nicolas Morey-Chaisemartin --- buildlib/cbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildlib/cbuild b/buildlib/cbuild index 86a5e42d..4c3ef36b 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -293,6 +293,7 @@ class ZypperEnvironment(Environment): class leap(ZypperEnvironment): docker_parent = "opensuse:42.2"; + specfile = "suse/rdma-core.spec"; pkgs = { 'cmake', 'gcc', @@ -313,6 +314,7 @@ class tumbleweed(ZypperEnvironment): docker_parent = "opensuse:tumbleweed"; pkgs = leap.pkgs; name = "tumbleweed"; + specfile = "suse/rdma-core.spec"; # ------------------------------------------------------------------------- -- 2.14.1.252.gf15771ee3 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html