From a90c1f5d878e159b4382f7936a99e38d0770cd6e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 6 Jun 2019 14:26:54 +0200 Subject: [PATCH] Drop useless autosetup arguments Signed-off-by: Igor Gnatenko --- libgit2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit2.spec b/libgit2.spec index e928bb8..73e545c 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -32,7 +32,7 @@ This package contains libraries and header files for developing applications that use %{name}. %prep -%autosetup -p1 -n %{name}-%{version} +%autosetup -p1 # Remove VCS files from examples find examples -name ".gitignore" -delete -print