Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put fixes for #138852 and #146915 on HEAD | Paul Nasrat | 2005-02-08 | 1 | -3/+3 |
| | |||||
* | Fix for obsoletes E being long. Gratuitously borrowed from rpmUtils | Paul Nasrat | 2004-11-10 | 1 | -1/+22 |
| | |||||
* | Better handling of archlist to find most supported | Paul Nasrat | 2004-09-30 | 1 | -16/+14 |
| | |||||
* | More robust archscore calculations | Paul Nasrat | 2004-09-30 | 1 | -2/+13 |
| | |||||
* | For complex case we only want our own list | Paul Nasrat | 2004-09-30 | 1 | -4/+4 |
| | |||||
* | Need ts for obsoletes handling | Paul Nasrat | 2004-09-30 | 1 | -0/+3 |
| | |||||
* | Fix indenting inconsistency | Paul Nasrat | 2004-09-29 | 1 | -11/+11 |
| | |||||
* | Better arch handling for biarch system upgrades (#133045) | Paul Nasrat | 2004-09-29 | 1 | -46/+88 |
| | |||||
* | Fix non-versioned obsoletes (#127519) | Paul Nasrat | 2004-07-12 | 1 | -7/+12 |
| | |||||
* | We now have versioned obsoletes, ensure the upgrade supports these properly ↵ | Paul Nasrat | 2004-06-10 | 1 | -6/+33 |
| | | | | (#123968) | ||||
* | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -2/+2 |
| | | | | available. basically notting's patch with some fixes and genhdlist handled | ||||
* | use private so that we don't lose packages. looks to fix the "ghost" package | Jeremy Katz | 2003-01-08 | 1 | -3/+2 |
| | | | | | problems and doesn't seem to have any negative effects when booting into the installed system | ||||
* | don't set __dbi_cdb macros anywhere | Matt Wilson | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | make it so we don't try to use cdb for opening the rpmdb here too | Jeremy Katz | 2002-12-18 | 1 | -0/+6 |
| | |||||
* | fix for broken backwards rpm flags | Jeremy Katz | 2002-12-12 | 1 | -2/+1 |
| | |||||
* | do archscoring of packages in the hdlist passed in since we need to only look | Jeremy Katz | 2002-11-06 | 1 | -2/+18 |
| | | | | at packages of our architecture (#75106) | ||||
* | update to work with rpm 4.[12] | Jeremy Katz | 2002-10-25 | 1 | -10/+33 |
| | |||||
* | we're moving forward to rpm 4.1... | Jeremy Katz | 2002-10-08 | 1 | -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 Katz | 2002-08-02 | 1 | -1/+1 |
| | | | | versions of packages in a header list | ||||
* | versionCompare returns > 0 / < 0 not 1/-1. why this works fine with 7.3 ↵ | Jeremy Katz | 2002-07-08 | 1 | -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 Katz | 2002-06-25 | 1 | -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 |