From 05be2a2fdb44558d2b6bc1b785128c1decae2aae Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 30 May 2008 13:16:23 +0300 Subject: [PATCH] We don't want per-file digest algorithms, just per package... - rename RPMTAG_FILEDIGESTALGOS to RPMTAG_FILEDIGESTALGO - change type from integer array to single integer value --- lib/rpmtag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rpmtag.h b/lib/rpmtag.h index 9a77098..c186639 100644 --- a/lib/rpmtag.h +++ b/lib/rpmtag.h @@ -249,7 +249,7 @@ typedef enum rpmTag_e { RPMTAG_SCRIPTSTATES = 1174, /* i[] scriptlet exit codes */ RPMTAG_SCRIPTMETRICS = 1175, /* i[] scriptlet execution times */ RPMTAG_BUILDCPUCLOCK = 1176, /* i */ - RPMTAG_FILEDIGESTALGOS = 1177, /* i[] */ + RPMTAG_FILEDIGESTALGO = 1177, /* i file checksum algorithm */ RPMTAG_VARIANTS = 1178, /* s[] */ RPMTAG_XMAJOR = 1179, /* i */ RPMTAG_XMINOR = 1180, /* i */ -- 2.7.4