rpm/weakdepscompat.diff

11 lines
383 B
Diff

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