From e21d1859c1430f5fba07778b47921636b8a3cc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Tue, 24 Mar 2020 23:37:18 +0000 Subject: [PATCH] fix name of directory for unpack --- runc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 5c2817b..2317f8c 100644 --- a/runc.spec +++ b/runc.spec @@ -44,7 +44,7 @@ and to manage containers running under runc. #---------------------------------------------------------------- %prep -%setup -qn %{name}-%{commit0} +%setup -qn %{name}-%{version}-%{pre} %patch0 -p1 %build