summaryrefslogtreecommitdiff
path: root/build/parseSpec.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-09-21 11:58:08 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-09-21 11:58:08 +0300
commit99b44e35e5ed48783f8b3e2533b240192848d86c (patch)
tree1e2f8a4e161e2cd5981e25e4eaaea4bb11391236 /build/parseSpec.c
parent42bcdfd52788ee979bd0a0f7e137b6d85fc74fcc (diff)
downloadlibrpm-tizen-99b44e35e5ed48783f8b3e2533b240192848d86c.tar.gz
librpm-tizen-99b44e35e5ed48783f8b3e2533b240192848d86c.tar.bz2
librpm-tizen-99b44e35e5ed48783f8b3e2533b240192848d86c.zip
Use actual rpmTags in place of the old HEADER_FOO defines everywhere
Diffstat (limited to 'build/parseSpec.c')
-rw-r--r--build/parseSpec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parseSpec.c b/build/parseSpec.c
index 6689cda3d..447d2e7fe 100644
--- a/build/parseSpec.c
+++ b/build/parseSpec.c
@@ -448,7 +448,7 @@ static const rpmTag sourceTags[] = {
RPMTAG_CHANGELOGTEXT,
RPMTAG_URL,
RPMTAG_BUGURL,
- HEADER_I18NTABLE,
+ RPMTAG_HEADERI18NTABLE,
0
};