Blame SOURCES/annobin-gaps-test.patch

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