From patchwork Sat Aug 3 08:45:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 11074299 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1E4D713B1 for ; Sat, 3 Aug 2019 08:45:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC0A0286A4 for ; Sat, 3 Aug 2019 08:45:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C6AE5286EE; Sat, 3 Aug 2019 08:45:55 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 6BEE0286A4 for ; Sat, 3 Aug 2019 08:45:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387728AbfHCIpy (ORCPT ); Sat, 3 Aug 2019 04:45:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59094 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387692AbfHCIpy (ORCPT ); Sat, 3 Aug 2019 04:45:54 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C4EFB307D970; Sat, 3 Aug 2019 08:45:53 +0000 (UTC) Received: from localhost (ovpn-116-62.ams2.redhat.com [10.36.116.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id E679E608C2; Sat, 3 Aug 2019 08:45:50 +0000 (UTC) From: Stefan Hajnoczi To: Jens Axboe Cc: Jeff Moyer , Aarushi Mehta , linux-block@vger.kernel.org, Julia Suvorova , Stefan Hajnoczi Subject: [PATCH liburing 0/4] spec: rpmlint fixes in preparation for Fedora packaging Date: Sat, 3 Aug 2019 09:45:22 +0100 Message-Id: <20190803084526.3837-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Sat, 03 Aug 2019 08:45:54 +0000 (UTC) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This series addresses the remaining rpm issues that I'm aware of. Jens: Once the patches are merged and you publish a 0.1 release tag I could roll the first liburing rpm for Fedora. liburing itself is in good shape for wider consumption but maybe it makes sense to wait for kernel issues to settle. There are qemu-iotests failures that are probably kernel bugs (hopefully known ones!) and will be investigated soon. Stefan Hajnoczi (4): COPYING: update to latest LGPL v2.1 text spec: use Fedora "LGPLv2+" license identifier spec: add URL tag spec: fix permissions COPYING | 79 +++++++++++++++++++++------------------------------ liburing.spec | 5 ++-- 2 files changed, 36 insertions(+), 48 deletions(-)