From 038fce3b5d5f6417b6263b90985335faa5a87521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 28 Feb 2019 11:46:10 +0100 Subject: [PATCH] FTBFS fix: Avoid creating .orig files in /usr/bin --- python-pip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index f008664..ab13f0f 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -337,7 +337,7 @@ popd # this is not worth dealing with because we'll rebuild once more anyway %if %{without bootstrap} for PIP in %{buildroot}%{_bindir}/pip*; do - patch -p1 $PIP < %{SOURCE10} + patch -p1 --no-backup-if-mismatch $PIP < %{SOURCE10} done %endif