diff mbox series

[liburing,2/4] spec: use Fedora "LGPLv2+" license identifier

Message ID 20190803084526.3837-3-stefanha@redhat.com (mailing list archive)
State New, archived
Headers show
Series spec: rpmlint fixes in preparation for Fedora packaging | expand

Commit Message

Stefan Hajnoczi Aug. 3, 2019, 8:45 a.m. UTC
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>
---
 liburing.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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