From 9d715b86d2c6d8537edbc8ba2b939f47d15d5a2d Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Mon, 29 Jul 2019 17:14:07 +0200 Subject: [PATCH] Fix autobuildwqa --- python-deprecated.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-deprecated.spec b/python-deprecated.spec index b0df360..1fb2eaa 100644 --- a/python-deprecated.spec +++ b/python-deprecated.spec @@ -25,7 +25,7 @@ Python @deprecated decorator to deprecate old python classes, functions or methods. %prep -%autosetup -n %{pkgname}-%{version} +%autosetup -n %{srcname}-%{version} rm -rf %{pkgname}.egg-info %build