From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E3B9C4360C for ; Tue, 8 Oct 2019 07:40:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 75854206C2 for ; Tue, 8 Oct 2019 07:40:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730350AbfJHHkB (ORCPT ); Tue, 8 Oct 2019 03:40:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35126 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729740AbfJHHkB (ORCPT ); Tue, 8 Oct 2019 03:40:01 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 47B3431752A4; Tue, 8 Oct 2019 07:40:01 +0000 (UTC) Received: from krava (unknown [10.40.205.107]) by smtp.corp.redhat.com (Postfix) with SMTP id CC64519C68; Tue, 8 Oct 2019 07:39:58 +0000 (UTC) Date: Tue, 8 Oct 2019 09:39:58 +0200 From: Jiri Olsa To: Julia Kartseva Cc: Alexei Starovoitov , Andrii Nakryiko , "labbott@redhat.com" , "acme@kernel.org" , "debian-kernel@lists.debian.org" , "netdev@vger.kernel.org" , Andrey Ignatov , Yonghong Song , "jolsa@kernel.org" , Daniel Borkmann , "md@linux.it" Subject: Re: libbpf distro packaging Message-ID: <20191008073958.GA10009@krava> References: <20190821210906.GA31031@krava> <20190823092253.GA20775@krava> <20190826064235.GA17554@krava> <20190828071237.GA31023@krava> <20190930111305.GE602@krava> <040A8497-C388-4B65-9562-6DB95D72BE0F@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <040A8497-C388-4B65-9562-6DB95D72BE0F@fb.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Tue, 08 Oct 2019 07:40:01 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Oct 07, 2019 at 12:25:51AM +0000, Julia Kartseva wrote: > On 9/30/19, 4:13 AM, "Jiri Olsa" wrote: > > > heya, > > FYI we got it through.. there's libbpf-0.0.3 available on fedora 30/31/32 > > I'll update to 0.0.5 version as soon as there's the v0.0.5 tag available > > > > jirka > > Hi Jiri, > > I wonder what are the steps to make libbpf available for CentOS {7|8} as well? > One (likely the quickest) way to do that is to publish it to Fedora's EPEL [1]. > > I have a little concern about dependencies, namely elfutils-libelf-devel and > elfutils-devel are sourced directly by CentOS repos, e.g. [2], not sure if > dependencies from another repo are fine. > > Thoughts? Thanks! I think that should be ok, I'll ask around and let you know jirka