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@xxxxxxxxxx> --- 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