From df548f807947ff6e95510240eee5d48097d49321 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 22 Jul 2020 17:12:15 +0200 Subject: [PATCH] Fixup Source0 url --- python-psutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index bc92cb7..3e256ae 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -11,7 +11,7 @@ Summary: %{sum} License: BSD URL: https://github.com/giampaolo/psutil -Source0: https://github.com/giampaolo/psutil/archive/release-%{version}.tar.gz#/%{srcname}-%{version}.tar.gz +Source0: %{url}/archive/release-%{version}/%{srcname}-%{version}.tar.gz # # Disable upstream failing test # https://github.com/giampaolo/psutil/issues/946