diff options
author | jbj <devnull@localhost> | 2002-02-04 23:29:59 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-02-04 23:29:59 +0000 |
commit | 56de656223afce0b119f4c44addaaa5642f3ed52 (patch) | |
tree | 585079685171fe7031cd51ceba045abdc4bab7a5 /rpmio | |
parent | 14bdb24e993893d0a65cf14956c00eb7d1edb02b (diff) | |
download | rpm-56de656223afce0b119f4c44addaaa5642f3ed52.tar.gz rpm-56de656223afce0b119f4c44addaaa5642f3ed52.tar.bz2 rpm-56de656223afce0b119f4c44addaaa5642f3ed52.zip |
- generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid.
- generate index for hdrid (aka Sha1header) tag, query/verify by hdrid.
- generate index for fileid (aka Filemd5s) tag, query/verify by fileid.
- query/verify by install transaction id.
CVS patchset: 5300
CVS date: 2002/02/04 23:29:59
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmpgp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index 53ac7a8fd..e02394e4a 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -10,6 +10,8 @@ * Copyright (C) The Internet Society (1998). All Rights Reserved. */ +#undef PACKAGE +#undef VERSION #include "base64.h" #include "dsa.h" #include "endianness.h" |