Undo tag clash on RPMTAG_FILEDIGESTALGO[S] with rpm5.org
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 30 Jan 2009 11:53:18 +0000 (13:53 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 30 Jan 2009 11:53:18 +0000 (13:53 +0200)
- no rpm.org distro uses non-md5 digests yet for anything real, revert this
  unnecessary clash while we still can

lib/rpmtag.h

index dd64c2d..b056e30 100644 (file)
@@ -252,7 +252,7 @@ typedef enum rpmTag_e {
     RPMTAG_SCRIPTSTATES                = 1174, /* i[] scriptlet exit codes (unimplemented) */
     RPMTAG_SCRIPTMETRICS       = 1175, /* i[] scriptlet execution times (unimplemented) */
     RPMTAG_BUILDCPUCLOCK       = 1176, /* i (unimplemented) */
-    RPMTAG_FILEDIGESTALGO      = 1177, /* i file checksum algorithm */
+    RPMTAG_FILEDIGESTALGOS     = 1177, /* i[] (unimplemented) */
     RPMTAG_VARIANTS            = 1178, /* s[] (unimplemented) */
     RPMTAG_XMAJOR              = 1179, /* i (unimplemented) */
     RPMTAG_XMINOR              = 1180, /* i (unimplemented) */
@@ -281,6 +281,7 @@ typedef enum rpmTag_e {
     RPMTAG_LONGFILESIZES       = 5008, /* l[] */
     RPMTAG_LONGSIZE            = 5009, /* l */
     RPMTAG_FILECAPS            = 5010, /* s[] */
+    RPMTAG_FILEDIGESTALGO      = 5011, /* i file checksum algorithm */
 
     RPMTAG_FIRSTFREE_TAG       /*!< internal */
 } rpmTag;