11 lines
377 B
Diff
11 lines
377 B
Diff
--- build/parsePreamble.c.orig 2014-08-04 13:10:07.530953406 +0000
|
|
+++ build/parsePreamble.c 2014-08-04 13:10:12.852929355 +0000
|
|
@@ -343,6 +343,7 @@ static struct tokenBits_s const installS
|
|
{ "verify", RPMSENSE_SCRIPT_VERIFY },
|
|
{ "pretrans", RPMSENSE_PRETRANS },
|
|
{ "posttrans", RPMSENSE_POSTTRANS },
|
|
+ { "hint", RPMSENSE_MISSINGOK },
|
|
{ NULL, 0 }
|
|
};
|
|
|