Sanity check trigger scriptlet arguments on build
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 12 Sep 2011 08:36:27 +0000 (11:36 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 12 Sep 2011 08:40:49 +0000 (11:40 +0300)
commita431f42e9e20e3bb89b65bf5c861129868bb6c50
tree06ba3d333966cb4dca2fa61a337c35c3cf267eae
parent547badd6ce70d6acb1cd299f881922b68316cd70
Sanity check trigger scriptlet arguments on build

- Trigger scriptlets differ from other types in that additional
  arguments to scriptlet interpreter are not supported due to the
  way trigger data is stored in the header. Until now any extra
  arguments have just been quietly discarded, make it an hard
  error to avoid surprises.
build/parseScript.c