diff options
author | jbj <devnull@localhost> | 2001-06-15 18:53:06 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-15 18:53:06 +0000 |
commit | 6afa016e86bc87b7ac7d2a90db00df7b35cc99a4 (patch) | |
tree | a0f4e9a09e088b486056a2b1ebd4447d9896785c /lib | |
parent | c097611c41b8480734a47547018dd0e0e61efcbb (diff) | |
download | librpm-tizen-6afa016e86bc87b7ac7d2a90db00df7b35cc99a4.tar.gz librpm-tizen-6afa016e86bc87b7ac7d2a90db00df7b35cc99a4.tar.bz2 librpm-tizen-6afa016e86bc87b7ac7d2a90db00df7b35cc99a4.zip |
- ia64/sparc: <arch>.{req,prov} identical to linux.{req,prov}.
- add "rpmlib(ScriptletInterpreterArgs)" to track
%post -p "/sbin/ldconfig -n /usr/lib"
incompatibilities.
CVS patchset: 4866
CVS date: 2001/06/15 18:53:06
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 } }; |