Push problem creation argument sanitation to the level below
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 08:41:10 +0000 (10:41 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 08:43:40 +0000 (10:43 +0200)
commit1102e35b20ebebb897785266bd6ba6b8a7aab323
tree6a90b004c41440f6fc2d61a54f470f1d0f5fafa6
parent12392d93e2006ac63f918a154f29283a14fb98cf
Push problem creation argument sanitation to the level below
- rpmpsAppend() and rpmProblemCreate() have no use for fn/dn either,
  its just stored in one string internally
- this is kinda unnecessary API break but these aren't used outside
  rpm so it doesn't make much difference
lib/rpmprob.c
lib/rpmprob.h
lib/rpmps.c
lib/rpmps.h
lib/rpmte.c