[Rpm-maint] [RFC v4 06/11] Add rpmtags for file signatures and their length
fin at linux.vnet.ibm.com
fin at linux.vnet.ibm.com
Tue Jan 13 18:33:09 UTC 2015
This patch adds rpmtags for file signatures and their length, so they can be
stored in the package header.
Signed-off-by: Fionnuala Gunter <fin at linux.vnet.ibm.com>
---
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;
--
1.9.3
More information about the Rpm-maint
mailing list