[Rpm-maint] [PATCH v7 03/11] Add rpmtags for file signatures and their length
Fionnuala Gunter
fionnuala.gunter at gmail.com
Mon Jul 20 22:11:19 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.
Changelog:
- update rpmtag values (rebase error) - Mimi
---
lib/rpmtag.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/rpmtag.h b/lib/rpmtag.h
index 6c7dbf2..d06a3b7 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 = 5084, /* s[] */
+ RPMTAG_FILESIGNATURELENGTH = 5085, /* i */
RPMTAG_FIRSTFREE_TAG /*!< internal */
} rpmTag;
--
2.4.3
More information about the Rpm-maint
mailing list