2023-10-11 17:13:46 +02:00
|
|
|
--- 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
|
2014-02-20 16:37:39 +01:00
|
|
|
{ "posttrans", RPMSENSE_POSTTRANS },
|
2023-10-11 17:13:46 +02:00
|
|
|
{ "preuntrans", RPMSENSE_PREUNTRANS },
|
|
|
|
{ "postuntrans", RPMSENSE_POSTUNTRANS },
|
2014-02-20 16:37:39 +01:00
|
|
|
+ { "hint", RPMSENSE_MISSINGOK },
|
|
|
|
{ NULL, 0 }
|
|
|
|
};
|
|
|
|
|