Blame weakdepscompat.diff

5b17a5
--- build/parsePreamble.c.orig	2023-10-09 13:08:54.579843386 +0000
5b17a5
+++ build/parsePreamble.c	2023-10-09 13:09:57.843727870 +0000
5b17a5
@@ -351,6 +351,7 @@ static struct tokenBits_s const installS
Bernhard M. Wiedemann 1250f9
     { "posttrans",	RPMSENSE_POSTTRANS },
5b17a5
     { "preuntrans",	RPMSENSE_PREUNTRANS },
5b17a5
     { "postuntrans",	RPMSENSE_POSTUNTRANS },
Bernhard M. Wiedemann 1250f9
+    { "hint",		RPMSENSE_MISSINGOK },
Bernhard M. Wiedemann 1250f9
     { NULL, 0 }
Bernhard M. Wiedemann 1250f9
 };
Bernhard M. Wiedemann 1250f9