From cfca1560fdf042a07e2f7108eafc072b93f2617c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 28 Apr 2015 20:01:21 +0200 Subject: [PATCH] Use git in %autosetup to avoid .orig files --- pypy3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypy3.spec b/pypy3.spec index 2f9ed15..3b40c9a 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -261,7 +261,7 @@ Build of PyPy3 with support for micro-threads for massive concurrency %endif %prep -%autosetup -n pypy3-2.4.0-src -p1 +%autosetup -n pypy3-2.4.0-src -p1 -S git # Replace /usr/local/bin/python shebangs with /usr/bin/python: find -name "*.py" -exec \