[Rpm-ecosystem] [PATCH v6 03/11] Add rpmtags for file signatures and their length

Mimi Zohar zohar at linux.vnet.ibm.com
Mon Jul 6 18:52:17 UTC 2015


From: "fin at linux.vnet.ibm.com" <fin at linux.vnet.ibm.com>

This patch adds rpmtags for file signatures and their length, so they
can be stored in the package header.
---
 lib/rpmtag.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/rpmtag.h b/lib/rpmtag.h
index 6c7dbf2..8f3a3b8 100644
--- a/lib/rpmtag.h
+++ b/lib/rpmtag.h
@@ -350,6 +350,8 @@ typedef enum rpmTag_e {
     RPMTAG_TRANSFILETRIGGERVERSION	= 5081, /* s[] */
     RPMTAG_TRANSFILETRIGGERFLAGS	= 5082, /* i[] */
     RPMTAG_REMOVEPATHPOSTFIXES  = 5083, /* s internal */
+    RPMTAG_FILESIGNATURES	= 5063, /* s[] */
+    RPMTAG_FILESIGNATURELENGTH  = 5064, /* i */
 
     RPMTAG_FIRSTFREE_TAG	/*!< internal */
 } rpmTag;
-- 
2.1.0



More information about the Rpm-ecosystem mailing list