From 97ccb6bb6c92b1f7b7541a81fa74c3a839b4ed4c Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sun, 25 Oct 2020 15:12:44 +0100 Subject: [PATCH] move to autosetup --- python-rsa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rsa.spec b/python-rsa.spec index 5147105..f26ffcf 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -34,7 +34,7 @@ according to PKCS#1 version 1.5. It can be used as a Python library as well as on the command-line. %prep -%setup -q -n %{pypi_name}-%{version} +%autosetup -n %{pypi_name}-%{version} %build %py3_build