summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-04 02:01:47 +0000
committerjbj <devnull@localhost>2002-12-04 02:01:47 +0000
commita2e69e76226fd29b6aeacc982b7acd62843e48ae (patch)
tree64774ae2ecb479ef9d8e1af1861dd0bd2a96c551 /lib
parent0717d19bb11f312bfeba9a43651a72581dcd6a21 (diff)
downloadrpm-a2e69e76226fd29b6aeacc982b7acd62843e48ae.tar.gz
rpm-a2e69e76226fd29b6aeacc982b7acd62843e48ae.tar.bz2
rpm-a2e69e76226fd29b6aeacc982b7acd62843e48ae.zip
python: gilding lilies.
CVS patchset: 5915 CVS date: 2002/12/04 02:01:47
Diffstat (limited to 'lib')
-rw-r--r--lib/rpminstall.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rpminstall.c b/lib/rpminstall.c
index cb7c372fb..e85b63cb3 100644
--- a/lib/rpminstall.c
+++ b/lib/rpminstall.c
@@ -936,6 +936,9 @@ IDTX IDTXload(rpmts ts, rpmTag tag)
rpmMessage(RPMMESS_DEBUG, "IDTXload(%p, %d)\n", ts, tag);
/*@-branchstate@*/
mi = rpmtsInitIterator(ts, tag, NULL, 0);
+#ifdef NOTYET
+ (void) rpmdbSetIteratorRE(mi, RPMTAG_NAME, RPMMIRE_DEFAULT, '!gpg-pubkey');
+#endif
while ((h = rpmdbNextIterator(mi)) != NULL) {
rpmTagType type = RPM_NULL_TYPE;
int_32 count = 0;