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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 E3129C43603 for ; Fri, 20 Dec 2019 13:58:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B543921D7D for ; Fri, 20 Dec 2019 13:58:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Ftcrk7+A" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727388AbfLTN6Y (ORCPT ); Fri, 20 Dec 2019 08:58:24 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:45315 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727347AbfLTN6Y (ORCPT ); Fri, 20 Dec 2019 08:58:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576850303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=z/vT1v9oai6dd5cPt5za0mxKDratl1TdjeGUiSkGV8U=; b=Ftcrk7+AyrzmnRXWnF2B/SJTIZs0WEnSUjeOTZlhCHO6hN4wmndShaszEvJAtN5s8jgZEk DCaWAKL4FDSVMG4ALpntl7d2I20tero2Vbmt/KKQ0kDThZP3VdV36HxZOc5f7aMcUeFOLF kZpsIm/hvOPUdtG0qGazjW13NujU81I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-335-7uWGQ2u_MCi_F4W2Gtz9nA-1; Fri, 20 Dec 2019 08:58:19 -0500 X-MC-Unique: 7uWGQ2u_MCi_F4W2Gtz9nA-1 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 395C78024DE; Fri, 20 Dec 2019 13:58:17 +0000 (UTC) Received: from krava (ovpn-204-66.brq.redhat.com [10.40.204.66]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 06B9426FB3; Fri, 20 Dec 2019 13:58:13 +0000 (UTC) Date: Fri, 20 Dec 2019 14:58:11 +0100 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: <20191220135811.GF17348@krava> References: <20190826064235.GA17554@krava> <20190828071237.GA31023@krava> <20190930111305.GE602@krava> <040A8497-C388-4B65-9562-6DB95D72BE0F@fb.com> <20191008073958.GA10009@krava> <20191016100145.GA15580@krava> <824912a1-048e-9e95-f6be-fd2b481a8cfc@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <824912a1-048e-9e95-f6be-fd2b481a8cfc@fb.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Dec 19, 2019 at 09:37:23PM +0000, Julia Kartseva wrote: > Hi Jiri, > > 1. v. 0.0.6 is out [1], could you please package it? > 2. we might need a small spec update due to zlib is made an explicit > dependency in [2]. zlib should be listed in BuildRequires: section of the > spec so it's consistent with libbpf.pc sure, it's ok for rawhide, in fedora 31/30 we still don't have latest headers packaged > 3. Do you plan to address the bug report [3] for CentOS? Namely rebuilding > Fedora's RPM and publishing to EPEL repo? I did not get any answers on who would do that internally, so I'm afreaid I'll have to do it, but let me ask again first ;-) jirka