Blame SOURCES/annobin-gaps-test.patch

430716
--- annobin.orig/tests/gaps-test	2021-11-22 16:02:17.449655455 +0000
430716
+++ annobin-10.27/tests/gaps-test	2021-11-22 16:06:37.296680446 +0000
430716
@@ -40,12 +40,13 @@ fi
430716
 # Run annocheck
430716
 
430716
 SKIPS="--skip-property-note --skip-dynamic-tags --skip-not-dynamic-tags --skip-branch-protection --skip-not-branch-protection --skip-lto"
430716
+SKIPS+=" --skip-stack-clash --skip-cf-protection --skip-stack-realign"
430716
 $ANNOCHECK main.exe $SKIPS > main.out
430716
 grep -e "PASS" main.out
430716
 if [ $? != 0 ];
430716
 then
430716
     echo "gaps-test: FAIL: using rpm build macros did not produce an executable that passes annocheck"
430716
-    $ANNOCHECK main.exe $SKIPS --verbose --enable-notes
430716
+    $ANNOCHECK main.exe $SKIPS --verbose
430716
     echo $GCC $OPTS $srcdir/main.c -o main.exe
430716
     end_test
430716
     exit 1