summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2019-08-03 09:45:25 +0100
committerJens Axboe <axboe@kernel.dk>2019-08-03 08:24:42 -0600
commitea04cd6b6ca473c13a68d45a06bd57a1e5a0ed80 (patch)
tree6f106d5a2dc6c390167923eecea0733ef0c1f564
parent9ae3fa52fedfabedc1891923c69cf29320ce455e (diff)
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 <stefanha@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--liburing.spec1
1 files changed, 1 insertions, 0 deletions
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