From b8ae11f27e536f62e755adb0b0cde8adda6c4516 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 1 Sep 2015 09:47:40 +0700 Subject: [PATCH] Use patch -p0 not -p1 since we are using a different setup directive --- python-hypothesis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 2d1fb8a..2090efa 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -66,7 +66,7 @@ flow. %prep %setup -qc -%patch0 -p1 -b .tweak_timeouts +%patch0 -p0 -b .tweak_timeouts mv %{pkgname}-%{version} python2 # remove shebang, mergedbs gets installed in sitelib %{__sed} -i -e 1,2d python2/src/hypothesis/tools/mergedbs.py