From 1967d796a9100921632519ab1df58ec19c3e3802 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 19 Mar 2020 13:17:06 +0000 Subject: [PATCH] Use "or" instead of "/" in spec file License field The "/" is not accepted by rpmlint. Signed-off-by: Stefan Hajnoczi --- liburing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liburing.spec b/liburing.spec index 5927fb5..f0d7aae 100644 --- a/liburing.spec +++ b/liburing.spec @@ -2,7 +2,7 @@ Name: liburing Version: 0.5 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/