Fix invalid uses of rpmTag/rpmSigTag in pack.c

This commit is contained in:
Panu Matilainen 2010-10-22 13:31:34 +03:00
parent 65358a072f
commit 07e68a5a77
1 changed files with 3 additions and 3 deletions

View File

@ -324,8 +324,8 @@ static rpmRC writeRPM(Header *hdrp, unsigned char ** pkgidp, const char *fileNam
int xx;
rpmRC rc = RPMRC_OK;
struct rpmtd_s td;
rpmSigTag sizetag;
rpmTag payloadtag;
rpmTagVal sizetag;
rpmTagVal payloadtag;
/* Transfer header reference form *hdrp to h. */
h = headerLink(*hdrp);
@ -610,7 +610,7 @@ exit:
return rc;
}
static const rpmTag copyTags[] = {
static const rpmTagVal copyTags[] = {
RPMTAG_CHANGELOGTIME,
RPMTAG_CHANGELOGNAME,
RPMTAG_CHANGELOGTEXT,