Add support for fileattr dependency namespacing
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 23 May 2011 10:40:39 +0000 (13:40 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 23 May 2011 11:19:27 +0000 (14:19 +0300)
commit52fe6f978c7027a193c222e7b826b4a6bbab3fc4
treed753fa84595816a6b2aabf4be05c3800beb9bd0c
parent15dc6ebc307fddb47fea6760fa36384ae47fc3c4
Add support for fileattr dependency namespacing
- This allows automatically wrapping generated dependencies into
  macro-expanded namespaces, eg foo(depname) by specifying
  __attr_namespace in the file attribute definition.
- Current generator scripts hardcode their namespaces but doing this
  on rpm-level gives extra flexibility eg when building for alternative
  versions/environments and frees generators from having to take care of
  the formatting.
build/rpmfc.c