summaryrefslogtreecommitdiffstats
path: root/findpackageset.py
Commit message (Collapse)AuthorAgeFilesLines
* use private so that we don't lose packages. looks to fix the "ghost" packageJeremy Katz2003-01-081-3/+2
| | | | | problems and doesn't seem to have any negative effects when booting into the installed system
* don't set __dbi_cdb macros anywhereanaconda-8.0.92-8Matt Wilson2002-12-191-1/+1
|
* make it so we don't try to use cdb for opening the rpmdb here tooJeremy Katz2002-12-181-0/+6
|
* fix for broken backwards rpm flagsJeremy Katz2002-12-121-2/+1
|
* do archscoring of packages in the hdlist passed in since we need to only lookJeremy Katz2002-11-061-2/+18
| | | | at packages of our architecture (#75106)
* update to work with rpm 4.[12]Jeremy Katz2002-10-251-10/+33
|
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
| | | | tagged before this commit as before-rpm-4_1
* oops, this isn't right but would only be an impact if there were multiple ↵Jeremy Katz2002-08-021-1/+1
| | | | versions of packages in a header list
* versionCompare returns > 0 / < 0 not 1/-1. why this works fine with 7.3 ↵Jeremy Katz2002-07-081-2/+2
| | | | rpm, I'm not sure I should ask :/
* we'll give this a try to see how much not having orphan file handling hurts ↵Jeremy Katz2002-06-251-0/+73
us on upgrades. some quick stand-alone testing shows it to be reasonable (most things that got pulled in before will still get pulled for deps) with a few exceptions where we need to have a generic way to do these upgrade cases anyway