From 5c73d48883d0914daa5d43cf824ac8227185951d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 11 Nov 2019 11:09:32 +0100 Subject: [PATCH] Strip 2 leading slashes from each patch in %autosetup --- libsepol.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsepol.spec b/libsepol.spec index cd8f054..e648eb1 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -48,7 +48,7 @@ The libsepol-static package contains the static libraries and header files needed for developing applications that manipulate binary policies. %prep -%autosetup -p 1 -n libsepol-%{version}-rc1 +%autosetup -p 2 -n libsepol-%{version}-rc1 # sparc64 is an -fPIC arch, so we need to fix it here %ifarch sparc64