summaryrefslogtreecommitdiff
path: root/lib/rpmtag.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-11-20 10:32:47 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-11-20 10:32:47 +0200
commitd0eaa7c0485f670371fc6a99bf27021fdaa467e4 (patch)
tree0af8e55b3ee6820c48180be9b3e9212195891056 /lib/rpmtag.h
parent71eeeb8d5e18ac6f6b349b09fd22fe2c650f8beb (diff)
downloadlibrpm-tizen-d0eaa7c0485f670371fc6a99bf27021fdaa467e4.tar.gz
librpm-tizen-d0eaa7c0485f670371fc6a99bf27021fdaa467e4.tar.bz2
librpm-tizen-d0eaa7c0485f670371fc6a99bf27021fdaa467e4.zip
Add RPMTAG_EPOCHNUM tag extension
- return RPMTAG_EPOCH but convert non-existent epoch to 0, as rpm internals treat it
Diffstat (limited to 'lib/rpmtag.h')
-rw-r--r--lib/rpmtag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmtag.h b/lib/rpmtag.h
index 58be8cfc4..eb3b1ad30 100644
--- a/lib/rpmtag.h
+++ b/lib/rpmtag.h
@@ -291,6 +291,7 @@ typedef enum rpmTag_e {
RPMTAG_NEVRA = 5016, /* s extension */
RPMTAG_HEADERCOLOR = 5017, /* i extension */
RPMTAG_VERBOSE = 5018, /* i extension */
+ RPMTAG_EPOCHNUM = 5019, /* i extension */
RPMTAG_FIRSTFREE_TAG /*!< internal */
} rpmTag;