From d258ce83af90b7b3a27da78da28804c9284be6b3 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Wed, 24 Nov 2021 22:24:28 +0900 Subject: [PATCH] wrap patch --- gnome-commander.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnome-commander.spec b/gnome-commander.spec index 068a248..f166d9d 100644 --- a/gnome-commander.spec +++ b/gnome-commander.spec @@ -220,7 +220,10 @@ git commit -m "base" -q %patch1 -p1 -b .path git commit -m "Apply Fedora specific path configuration" -a +%if 0%{?use_release} +# Already fixed in git master cat %PATCH101 | git am +%endif %if 0%{use_autotool} > 0 ( export NOCONFIGURE=1 ; sh autogen.sh )