From 9650c09f78057d14f01365d4a23fdef082c623ae Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 2 Mar 2020 16:02:29 -0500 Subject: sync-check.sh is +x upstream now, drop the chmod --- kernel.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 1bcb99d55..168a12fc8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1549,7 +1549,6 @@ git am %{patches} # Any further pre-build tree manipulations happen here. chmod +x scripts/checkpatch.pl -chmod +x tools/objtool/sync-check.sh mv COPYING COPYING-%{version}-%{release} # This Prevents scripts/setlocalversion from mucking with our version numbers. -- cgit