Change the problem data arrangement for dependency problems
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 11:20:17 +0000 (13:20 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 11:24:00 +0000 (13:24 +0200)
commit39ded460e62b38efa26ec665d48e661f7d425a80
treeea47caa9c092c369b9edcc6cfec11bcc1ef44e61
parenta6bf388ab32f388147084e0f9936ed6567ada776
Change the problem data arrangement for dependency problems
- pkgNEVR in problems is now always the NEVR of the transaction element
  triggering the problem, and altNEVR is the other affected package,
  dependency string is stored in the problem string attribute
- no user visible changed, except for somebody crazy enough to try to
  do something other than print the problem message strings
- we wouldn't really need to strdup() the pkgNEVR in problems now,
  but leaving that alone for the moment...
lib/rpmprob.c
lib/rpmte.c
python/rpm/transaction.py