rpmtsSetNotifyCallback()?

2010-12-13 Thread Per Øyvind Karlsen
(quoting https://qa.mandriva.com/show_bug.cgi?id=61690#c15) Comment #15 From Jeff Johnson on 2010-11-17 16:55:34 CEST (-) [reply] There's this rpmts setter that should be wired up /** \ingroup rpmts * Set dependency solver callback. * @param tstransaction set *

Re: rpmtsSetNotifyCallback()?

2010-12-13 Thread Jeff Johnson
Not rpmtsSetNotifyCallback() ... that is likely already wired up in perl-URPM. Wire up rpmtsSetSolveCallback() the same way. Yes, different arguments, but all the glue should be the same. The minimum necessary functionality is just to return 1 (aka not found). You can also do a hand off