Message ID | 20200319132658.8552-2-stefanha@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | spec: RPM spec file changes for liburing-0.5 | expand |
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/
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(-)