From 53da38093f2f539af5e55e242bdcafb6155dfd44 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Wed, 4 Mar 2020 00:19:52 +0100 Subject: [PATCH] use "%{pypi_source}" instead of hard-coding the download url --- python-dns-lexicon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-dns-lexicon.spec b/python-dns-lexicon.spec index 7d95bbf..d411beb 100644 --- a/python-dns-lexicon.spec +++ b/python-dns-lexicon.spec @@ -27,7 +27,7 @@ Summary: Manipulate DNS records on various DNS providers in a standardize License: MIT URL: https://github.com/AnalogJ/lexicon -Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: %{pypi_source} BuildArch: noarch Patch0: 0000-remove-shebang.patch