All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org, Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PATCH liburing 1/2] spec: use "or" instead of "/" in License line
Date: Thu, 19 Mar 2020 13:26:57 +0000	[thread overview]
Message-ID: <20200319132658.8552-2-stefanha@redhat.com> (raw)
In-Reply-To: <20200319132658.8552-1-stefanha@redhat.com>

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 <stefanha@redhat.com>
---
 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/
-- 
2.24.1


  reply	other threads:[~2020-03-19 13:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19 13:26 [PATCH liburing 0/2] spec: RPM spec file changes for liburing-0.5 Stefan Hajnoczi
2020-03-19 13:26 ` Stefan Hajnoczi [this message]
2020-03-19 13:26 ` [PATCH liburing 2/2] spec: add ./configure --libdevdir= for development package files Stefan Hajnoczi
2020-03-19 14:55 ` [PATCH liburing 0/2] spec: RPM spec file changes for liburing-0.5 Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200319132658.8552-2-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.