From 6a6b0cc5ce59ac2a1d5d246dccef79dc89c13f72 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 27 May 2023 10:41:08 -0400 Subject: [PATCH] Do not number the sole Source [skip changelog] --- python-fasteners.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index e672786..f90d7ad 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -15,7 +15,7 @@ Summary: A python package that provides useful locks License: Apache-2.0 URL: https://github.com/harlowja/fasteners # We need to use the GitHub archive instead of the PyPI sdist to get tests. -Source0: %{url}/archive/%{version}/fasteners-%{version}.tar.gz +Source: %{url}/archive/%{version}/fasteners-%{version}.tar.gz # Backport 80a3eaed75276faf21034e7e6c626fd19485ea39 “Move eventlet tests to # main folder and to child process”. Fixes “Tests hang with eventlet support”