Blame SOURCES/annobin-gaps-test.patch

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