Strip 2 leading slashes from each patch in %autosetup
This commit is contained in:
parent
01964798fa
commit
5c73d48883
@ -48,7 +48,7 @@ The libsepol-static package contains the static libraries and header files
|
|||||||
needed for developing applications that manipulate binary policies.
|
needed for developing applications that manipulate binary policies.
|
||||||
|
|
||||||
%prep
|
%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
|
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||||
%ifarch sparc64
|
%ifarch sparc64
|
||||||
|
Loading…
Reference in New Issue
Block a user