diff options
Diffstat (limited to 'build/parseScript.c')
-rw-r--r-- | build/parseScript.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/parseScript.c b/build/parseScript.c index e4c36f621..a4b3224d0 100644 --- a/build/parseScript.c +++ b/build/parseScript.c @@ -74,10 +74,10 @@ int parseScript(rpmSpec spec, int parsePart) const char **progArgv = NULL; int progArgc; char *partname = NULL; - rpmTag reqtag = 0; - rpmTag tag = 0; + rpm_tag_t reqtag = 0; + rpm_tag_t tag = 0; int tagflags = 0; - rpmTag progtag = 0; + rpm_tag_t progtag = 0; int flag = PART_SUBNAME; Package pkg; StringBuf sb = NULL; |