Tag reservation for MeeGo's security framework (from Tero Aho)
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 1 Mar 2011 10:10:23 +0000 (12:10 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 1 Mar 2011 10:10:23 +0000 (12:10 +0200)
- As per http://lists.rpm.org/pipermail/rpm-maint/2011-January/002988.html,
  reserving the MSSF tags (but marked unimplemented for now)

lib/rpmtag.h

index 50939c6..3bcec0a 100644 (file)
@@ -299,6 +299,8 @@ typedef enum rpmTag_e {
     RPMTAG_ORDERNAME           = 5035, /* s[] */
     RPMTAG_ORDERVERSION                = 5036, /* s[] */
     RPMTAG_ORDERFLAGS          = 5037, /* i[] */
+    RPMTAG_MSSFMANIFEST                = 5038, /* s[] reservation (unimplemented) */
+    RPMTAG_MSSFDOMAIN          = 5039, /* s[] reservation (unimplemented) */
 
     RPMTAG_FIRSTFREE_TAG       /*!< internal */
 } rpmTag;