From a74ea72cb47dcdc1006ffbdd23643964bd40f580 Mon Sep 17 00:00:00 2001
From: "Vladimir D. Seleznev" <vseleznv@altlinux.org>
Date: Tue, 13 Mar 2018 00:04:46 +0300
Subject: [PATCH 02/33] Add RPMTAG_IDENTITY reservation
This tag represents binary package build characteristic: if two binary
packages have equal RPMTAG_IDENTITY values, it means that these packages
have no significant differences.
One of the applications of RPMTAG_IDENTITY is reproducible build
verification.
This tag is reserved for ALT Linux Team and marked as unimplemented.
Signed-off-by: Vladimir D. Seleznev <vseleznv@altlinux.org>
---
lib/rpmtag.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/rpmtag.h b/lib/rpmtag.h
index 664561156..002492d20 100644
--- a/lib/rpmtag.h
+++ b/lib/rpmtag.h
@@ -369,6 +369,7 @@ typedef enum rpmTag_e {
RPMTAG_PAYLOADDIGEST = 5092, /* s[] */
RPMTAG_PAYLOADDIGESTALGO = 5093, /* i */
RPMTAG_AUTOINSTALLED = 5094, /* i reservation (unimplemented) */
+ RPMTAG_IDENTITY = 5095, /* s reservation (unimplemented) */
RPMTAG_MODULARITYLABEL = 5096, /* s */
RPMTAG_FIRSTFREE_TAG /*!< internal */
--
2.27.0