From 835e4cc4bb771a78b4130b84ddc51fc88e6c5f65 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 29 May 2023 09:59:39 -0400 Subject: [PATCH] Do not number the sole Source [skip changelog] --- python-pyrsistent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 48d854c..c1e9ff1 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -12,7 +12,7 @@ Release: %autorelease # The entire source is (SPDX) MIT, except pyrsistent/_toolz.py which is BSD-3-Clause. License: MIT AND BSD-3-Clause URL: https://github.com/tobgu/pyrsistent/ -Source0: %{url}/archive/v%{version}/pyrsistent-%{version}.tar.gz +Source: %{url}/archive/v%{version}/pyrsistent-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: gcc