Ignore known but unused package descfile fields
commit9b876fff09f2af10cba6824bec03d8fe3e167b5b
authorDan McGee <dan@archlinux.org>
Fri, 28 Jan 2011 23:34:06 +0000 (28 17:34 -0600)
committerDan McGee <dan@archlinux.org>
Fri, 28 Jan 2011 23:34:06 +0000 (28 17:34 -0600)
treed7d62c980d3c9a31274714c9b15976dd15c1330c
parent7f93f0620c44a811aa7989f6d2ed1bf4ba275d62
Ignore known but unused package descfile fields

We explicitly place 'pkgbase' (and used to place 'force') fields inside
PKGINFO files, so ignore them silently instead of printing an error for
them. Also make the error message for unknown keys actually contain the key.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/be_package.c