Kristian H?gsberg <krh@redhat.com> [Fri, 03 Jul 2009 19:06:29 +0100] rev 373
Go back to having all info in one rzdb file.
We can still split the rzdb file into a main file and a file data and a details file, but that's only for optimizing the required download size. On the system we always combine the parts back into one rzdb file once downloaded.
committer: J. Ali Harlow <ali@juiblex.co.uk>
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 03 Jul 2009 18:02:33 +0100] rev 372
Support RPM_INSTALL_PREFIX{n} during uninstall
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 02 Jul 2009 11:31:45 +0100] rev 371
Test uninstall scripts survive merge
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 02 Jul 2009 11:31:03 +0100] rev 370
Support empty scripts
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 12 Jun 2009 16:59:11 +0100] rev 369
Add basic support for uninstall scripts.
RPM_INSTALL_PREFIX{n} is not yet supported and upgrading a package
where an uninstall script changes may need more work to ensure the
old script doesn't get included in the merged set (when it is too
late to remove). I haven't yet tested whether this is a real problem.
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 03 Jun 2009 08:26:09 +0100] rev 368
Add automatic provides for lua pre-loaded modules
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 14 May 2009 05:55:19 +0100] rev 367
Order the installation and removal of packages correctly so scripts can run
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 14 May 2009 05:51:05 +0100] rev 366
Take advantage of gcc's builtin implementation of ffs under mingw
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 14 May 2009 05:50:37 +0100] rev 365
Fix documentation typo
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 09 May 2009 21:30:22 +0100] rev 364
Add support for topological sorting (needed to order transactions)