This patch adds rpmtags for file signatures and their length, so they can be stored in the package header.
Signed-off-by: Fionnuala Gunter <[email protected]> --- lib/rpmtag.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rpmtag.h b/lib/rpmtag.h index 58b2479..319fdcf 100644 --- a/lib/rpmtag.h +++ b/lib/rpmtag.h @@ -329,6 +329,8 @@ typedef enum rpmTag_e { RPMTAG_SUPPLEMENTNEVRS = 5060, /* s[] extension */ RPMTAG_ENHANCENEVRS = 5061, /* s[] extension */ RPMTAG_ENCODING = 5062, /* s */ + RPMTAG_FILESIGNATURES = 5063, /* s[] */ + RPMTAG_FILESIGNATURELENGTH = 5064, /* i */ RPMTAG_FIRSTFREE_TAG /*!< internal */ } rpmTag; -- 2.1.0 _______________________________________________ Rpm-maint mailing list [email protected] http://lists.rpm.org/mailman/listinfo/rpm-maint
