Don't put unimplemented tags into tagtable

- no point in exposing unimplemnted (ours or somebody elses) tags to users
This commit is contained in:
Panu Matilainen 2008-07-14 16:21:15 +03:00
parent 90c8e0ea08
commit 649ed67516
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cat << EOF
static const struct headerTagTableEntry_s rpmTagTable[] = {
EOF
${AWK} '/[\t ](RPMTAG_[A-Z0-9]*)[ \t]+([0-9]*)/ && !/internal/ {
${AWK} '/[\t ](RPMTAG_[A-Z0-9]*)[ \t]+([0-9]*)/ && !/internal/ && !/unimplemented/ {
tt = "NULL"
ta = "ANY"
ext = "0"