From ea04cd6b6ca473c13a68d45a06bd57a1e5a0ed80 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Sat, 3 Aug 2019 09:45:25 +0100 Subject: spec: add URL tag rpmlint complains that there is no URL tag pointing to the software's website/documentation. Since liburing does not have a landing page, point to the cgit page where all information can be found. Signed-off-by: Stefan Hajnoczi Signed-off-by: Jens Axboe --- liburing.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/liburing.spec b/liburing.spec index 826f9cd..31dfde0 100644 --- a/liburing.spec +++ b/liburing.spec @@ -6,6 +6,7 @@ License: LGPLv2+ Group: System Environment/Libraries Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root +URL: http://git.kernel.dk/cgit/liburing/ %description Provides native async IO for the Linux kernel, in a fast and efficient -- cgit