diff mbox series

[liburing,3/4] spec: add URL tag

Message ID 20190803084526.3837-4-stefanha@redhat.com (mailing list archive)
State New, archived
Headers show
Series spec: rpmlint fixes in preparation for Fedora packaging | expand

Commit Message

Stefan Hajnoczi Aug. 3, 2019, 8:45 a.m. UTC
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>
---
 liburing.spec | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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