Michael Schröder
a406c1d81a
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=338
11 lines
381 B
Diff
11 lines
381 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 }
|
|
};
|
|
|