From patchwork Thu Mar 19 13:26:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 11447195 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BE4DA1667 for ; Thu, 19 Mar 2020 13:28:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9DA52208E4 for ; Thu, 19 Mar 2020 13:28:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="ffVmot7/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730868AbgCSN1Q (ORCPT ); Thu, 19 Mar 2020 09:27:16 -0400 Received: from us-smtp-delivery-74.mimecast.com ([216.205.24.74]:58632 "EHLO us-smtp-delivery-74.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730866AbgCSN1P (ORCPT ); Thu, 19 Mar 2020 09:27:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584624434; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uRkL3QSA3idhoaiRNIaGFi9VKkb+LyjBAvAT0ll/y1Q=; b=ffVmot7/+uawIDGov2JHU1A3YdgtbFxE/JhZXq/6zdCi9FWZto7lfItIdVZNJpRviH6Gsv I4S+yk/E3ua5DwDcFjjIA2y65edeGWx6Ykdd0P3z7oY8PZBZApZDSMi3B6fa/onCHeqeaC lfnL2Cgrynr5askWU1KqnBb/bCq6RLw= 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-339-hwJZwrh2PJSNGcUYE_NMjQ-1; Thu, 19 Mar 2020 09:27:09 -0400 X-MC-Unique: hwJZwrh2PJSNGcUYE_NMjQ-1 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id B984C86A073; Thu, 19 Mar 2020 13:27:08 +0000 (UTC) Received: from localhost (ovpn-113-148.ams2.redhat.com [10.36.113.148]) by smtp.corp.redhat.com (Postfix) with ESMTP id 64F7E5C1A2; Thu, 19 Mar 2020 13:27:04 +0000 (UTC) From: Stefan Hajnoczi To: Jens Axboe Cc: linux-block@vger.kernel.org, Stefan Hajnoczi Subject: [PATCH liburing 1/2] spec: use "or" instead of "/" in License line Date: Thu, 19 Mar 2020 13:26:57 +0000 Message-Id: <20200319132658.8552-2-stefanha@redhat.com> In-Reply-To: <20200319132658.8552-1-stefanha@redhat.com> References: <20200319132658.8552-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org rpmlint on Fedora 31 complains about "LGPLv2+ / MIT" because "/" is not allowed. Use "or" instead. Fixes: 783831a0548d3c702bd18746b5f425106f10e090 ("Include MIT notice in rpm spec and debian package file") Signed-off-by: Stefan Hajnoczi --- liburing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liburing.spec b/liburing.spec index b09c6e1..987946d 100644 --- a/liburing.spec +++ b/liburing.spec @@ -2,7 +2,7 @@ Name: liburing Version: 0.6 Release: 1%{?dist} Summary: Linux-native io_uring I/O access library -License: LGPLv2+ / MIT +License: LGPLv2+ or MIT Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc URL: https://git.kernel.dk/cgit/liburing/