From 4768a641969e8c5692cf6e94f85745bed665193d Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Mon, 13 Sep 2021 13:15:19 +0200 Subject: [PATCH] Fix RPMLint warning: "invalid-url Source0" Fixed by: https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_troublesome_urls -- Cherry-picked Fedora commit: 298890f801c5beb40eefa49c0f4c171c22eeba1c -- Related: #2073386 --- mysql-selinux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-selinux.spec b/mysql-selinux.spec index d891bd3..c8bdb5c 100644 --- a/mysql-selinux.spec +++ b/mysql-selinux.spec @@ -11,7 +11,7 @@ License: GPLv3 URL: https://github.com/devexp-db/mysql-selinux Summary: SELinux policy modules for MySQL and MariaDB packages -Source0: mysql-selinux-%{version}.tar.gz +Source0: https://github.com/devexp-db/mysql-selinux/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: make