Debugging rpm package installation order

2013-08-08 Thread Jacek Konieczny
Hi, I am building a system image for a PLD-based distribution using poldek. It used to work well until I have upgraded my RPM from 4.5 to 5.4.12. Now the packages are installed in wrong order, %post scripts fail and the whole image build fails. poldek --verify=order gives a reasonable order:

Re: Debugging rpm package installation order

2013-08-08 Thread Jeffrey Johnson
On Aug 8, 2013, at 3:56 AM, Jacek Konieczny wrote: Hi, I am building a system image for a PLD-based distribution using poldek. It used to work well until I have upgraded my RPM from 4.5 to 5.4.12. Now the packages are installed in wrong order, %post scripts fail and the whole image