Fix RPMTAG_NOSOURCE and NOPATCH tag types, they are arrays (RhBug:991329)

This commit is contained in:
Panu Matilainen 2013-08-02 10:36:44 +03:00
parent 0f2a4640de
commit eb3e20b5f4
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ typedef enum rpmTag_e {
RPMTAG_REQUIRENAME = 1049, /* s[] */
#define RPMTAG_REQUIRES RPMTAG_REQUIRENAME /* s[] */
RPMTAG_REQUIREVERSION = 1050, /* s[] */
RPMTAG_NOSOURCE = 1051, /* i */
RPMTAG_NOPATCH = 1052, /* i */
RPMTAG_NOSOURCE = 1051, /* i[] */
RPMTAG_NOPATCH = 1052, /* i[] */
RPMTAG_CONFLICTFLAGS = 1053, /* i[] */
RPMTAG_CONFLICTNAME = 1054, /* s[] */
#define RPMTAG_CONFLICTS RPMTAG_CONFLICTNAME /* s[] */