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.8 required=3.0 tests=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 45A89CA9EB5 for ; Mon, 4 Nov 2019 15:55:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0E4D3214B2 for ; Mon, 4 Nov 2019 15:55:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Ma9mEJPN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728321AbfKDPzh (ORCPT ); Mon, 4 Nov 2019 10:55:37 -0500 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:38683 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727989AbfKDPzh (ORCPT ); Mon, 4 Nov 2019 10:55:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572882936; 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: content-transfer-encoding:content-transfer-encoding; bh=R9SlZbJMmMX4c8/tJi8L0TiUwhk+bwINFqop1b/05Ig=; b=Ma9mEJPN/0Vsd80mvcemocfdrWtJAPblfuk4sf9RPOxBpSFtMWB9dwsyOUpdAIhTkLOYB2 p50r3oZ/z3+vG3dmvged49FI4rywJhxk5WyOFr4qSSOmXGxuqvsF+m1BVrFp2J6a1k4Wkl cIijxmDVITmz9ZnA6A19ZjVZyYS5RL8= 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-405-18QF05U5O8ayeTz9OOwn1Q-1; Mon, 04 Nov 2019 10:55:32 -0500 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 CAC348017DD; Mon, 4 Nov 2019 15:55:31 +0000 (UTC) Received: from localhost (ovpn-116-49.ams2.redhat.com [10.36.116.49]) by smtp.corp.redhat.com (Postfix) with ESMTP id BD93A19C68; Mon, 4 Nov 2019 15:55:25 +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 v2 0/3] Fedora 31 RPM improvements Date: Mon, 4 Nov 2019 16:55:21 +0100 Message-Id: <20191104155524.58422-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: 18QF05U5O8ayeTz9OOwn1Q-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org v2: * Wrap commit description to 72 characters * Put user-visible changes into 0.2 RPM changelog * Use https git.kernel.dk URL for tar.gz Jeff Moyer and I have been working on RPMs for liburing. This patch series contains fixes required to build Fedora 31 RPMs. I have also tested on openSUSE Leap 15.1 to verify that these changes work = on other rpm-based distros. Jeff Moyer (1): spec: Fedora RPM cleanups Stefan Hajnoczi (2): spec: update RPM version number to 0.2 Makefile: add missing .pc dependency on .spec file Makefile | 2 +- liburing.spec | 49 ++++++++++++++++++++----------------------------- 2 files changed, 21 insertions(+), 30 deletions(-) --=20 2.23.0