Bring back RPMTAG_FILEDIGESTS now that we're a bit more ready for it
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 30 May 2008 10:57:47 +0000 (13:57 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 2 Jun 2008 06:50:49 +0000 (09:50 +0300)
- this reverts commit 6db2a8ec03c057850a0349537c705556068b9d32.

lib/rpmtag.h

index c186639..d85e05a 100644 (file)
@@ -106,7 +106,8 @@ typedef enum rpmTag_e {
     RPMTAG_FILEGIDS            = 1032, /* i[] internal */
     RPMTAG_FILERDEVS           = 1033, /* h[] */
     RPMTAG_FILEMTIMES          = 1034, /* i[] */
-    RPMTAG_FILEMD5S            = 1035, /* s[] */
+    RPMTAG_FILEDIGESTS         = 1035, /* s[] */
+#define RPMTAG_FILEMD5S        RPMTAG_FILEDIGESTS /* s[] */
     RPMTAG_FILELINKTOS         = 1036, /* s[] */
     RPMTAG_FILEFLAGS           = 1037, /* i[] */
     RPMTAG_ROOT                        = 1038, /* internal - obsolete */