diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmlibprov.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rpmlibprov.c b/lib/rpmlibprov.c index 8ee443e87..b734436a0 100644 --- a/lib/rpmlibprov.c +++ b/lib/rpmlibprov.c @@ -31,6 +31,9 @@ static struct rpmlibProvides { { "rpmlib(HeaderLoadSortsTags)", "4.0.1-1", ( RPMSENSE_EQUAL), N_("header tags are always sorted after being loaded.") }, + { "rpmlib(ScriptletInterpreterArgs)", "4.0.3-1", + ( RPMSENSE_EQUAL), + N_("the scriptlet interpreter can use arguments from header.") }, { NULL, NULL, 0, NULL } }; |