Introduce rpm tag "classes"
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Nov 2008 09:31:00 +0000 (11:31 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Nov 2008 09:31:00 +0000 (11:31 +0200)
commited5306b0be4b8b0df205b066d2646b4e1dd93545
tree55ad70d82dd1d66cbd601ec9aceed2fbcafb68be
parent4fa662abd1d1f5b5f155a734d0e87aa7e7894ae3
Introduce rpm tag "classes"
- rpm tag data can be either numeric, strings or binary data, each with
  their own "subclasses" (different sized integers etc), add new
  enumeration for these
- add rpmTagGetClass(), rpmtdClass() public functions for retrieving the
  base class of tag and container
- useful for getting a basic idea how to handle tag/container data
lib/rpmtag.h
lib/rpmtd.c
lib/rpmtd.h
lib/tagname.c