diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2019-08-03 09:45:24 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-08-03 08:24:42 -0600 |
commit | 9ae3fa52fedfabedc1891923c69cf29320ce455e (patch) | |
tree | 37e0d81e0f18fa885e661a6429922c9b077b6bea | |
parent | 3dde5898fd4df75403a062f72d3f7ad886e22d2d (diff) |
spec: use Fedora "LGPLv2+" license identifier
rpmlint complains that "LGPL" is not a valid License tag. The License
tag for "GNU Lesser General Public License v2 (or 2.1) or later" is
"LGPLv2+" according to:
https://fedoraproject.org/wiki/Licensing:Main
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | liburing.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liburing.spec b/liburing.spec index e577a8f..826f9cd 100644 --- a/liburing.spec +++ b/liburing.spec @@ -2,7 +2,7 @@ Name: liburing Version: 0.1 Release: 1 Summary: Linux-native io_uring I/O access library -License: LGPL +License: LGPLv2+ Group: System Environment/Libraries Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root |