Permit unexpanded macros to slip through spec tag sanity checks (RhBug:547997)
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Dec 2009 06:43:31 +0000 (08:43 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Dec 2009 06:43:31 +0000 (08:43 +0200)
commit507f21f6bb4bf7029a0bca255cfe4aae3361f358
treec70bfd2579fb534ff6339da32cd6bd0136c3380a
parent72f210f56abee3f704ba1a1b32c06e294473f9b9
Permit unexpanded macros to slip through spec tag sanity checks (RhBug:547997)
- For now, let %{} characters through our valid character set checks
  on specs. This isn't right really, but unexpanded, unrelated macros
  in spec can now cause failure to parse out buildrequires which would
  allow those macros to be expanded. This needs a better fix.
build/parsePreamble.c
build/parseReqs.c