From 9ae3fa52fedfabedc1891923c69cf29320ce455e Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Sat, 3 Aug 2019 09:45:24 +0100 Subject: 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 Signed-off-by: Jens Axboe --- liburing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit