aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move part of _handle_conflicts to _handle_conflicts_with_selectedChristophe Fergeau2009-07-281-8/+17
* _handle_conflicts: check all provides for conflicts, not just package nameChristophe Fergeau2009-07-281-1/+1
* keep psel/promote info and remove deadlocked pkg instead of aborting upgradeChristophe Fergeau2009-07-281-3/+3
* keep track of sources for obsoleted/removed levelsChristophe Fergeau2009-07-282-3/+17
* use pkg-config for rpm 4.x tooChristophe Fergeau2009-07-271-4/+1
* remove unused variableChristophe Fergeau2009-07-271-1/+0
* rephrase wording, only support for querying %disttag & %distepoch so far, no ...Per Øyvind Karlsen2009-07-261-1/+1
* add support for %disttag & %distepochPer Øyvind Karlsen2009-07-262-0/+19
* just use (void) rather than assign rpmtsFree() since it seems to cause crashy...Per Øyvind Karlsen2009-07-261-15/+15
* bumping version was forgotten for 3.30 release, might as well bump it up toPer Øyvind Karlsen2009-07-261-1/+1
* update changelog regarding rpm5Per Øyvind Karlsen2009-07-261-0/+3
* oops, put back line that accidentally got removed in the previous commit…Per Øyvind Karlsen2009-07-261-0/+1
* enable and fix additional (-Wextra) warningsPer Øyvind Karlsen2009-07-262-14/+13
* fix gcc warnings about values not being usedPer Øyvind Karlsen2009-07-261-26/+26
* * clean out compatibility code for older rpm versions that's not reallyPer Øyvind Karlsen2009-07-262-104/+33
* add support for specifying custom filter for compression with build_synthesis()Per Øyvind Karlsen2009-07-251-2/+4
* really clean up temporary files & directories properlyPer Øyvind Karlsen2009-07-222-8/+8
* prevent distepoch & disttag to be added and appended to package filenamePer Øyvind Karlsen2009-07-221-0/+5
* Removed forgotten debugging logsChristophe Fergeau2009-05-111-2/+0
* Add bug #Christophe Fergeau2009-05-111-1/+1
* Release 3.303.30topic/0.30Christophe Fergeau2009-05-111-0/+7
* Use key IDs to check if a key is already known or notChristophe Fergeau2009-05-111-73/+15
* Fix commentChristophe Fergeau2009-05-111-1/+1
* Introduce get_gpg_fingerprint XS functionChristophe Fergeau2009-05-111-0/+36
* 3.293.29topic/3.29Christophe Fergeau2009-03-272-1/+7
* Fix regression introduced in fix for bug #47803Christophe Fergeau2009-03-272-5/+8
* Revert part of the fix for bug #47803 since it breaks upgrades from 2008.1Christophe Fergeau2009-03-272-3/+4
* 3.28:3.28Christophe Fergeau2009-03-252-1/+3
* Postpone user choices as much as possibleChristophe Fergeau2009-03-252-36/+31
* Change format of "rpm sorted by dependencies" stringChristophe Fergeau2009-03-241-1/+1
* 3.273.27Christophe Fergeau2009-03-242-1/+9
* Don't silently install Suggests:, fixes bug #47934Christophe Fergeau2009-03-231-1/+1
* fix _handle_diff_provides in case of impossible-to-satisfy selected packagesChristophe Fergeau2009-03-231-4/+9
* check rep for another pkg providing X if the prev pkg gets removed due to a c...Christophe Fergeau2009-03-201-3/+5
* 3.263.26Thierry Vignaud2009-03-052-1/+3
* (verify_signature) make checking urpmi signatures works in chrooted environmentsThierry Vignaud2009-03-052-2/+7
* Release 3.253.25Christophe Fergeau2009-01-162-1/+3
* Really fix bug #46874Christophe Fergeau2009-01-162-10/+20
* Version 3.24 - 13 January 2009, by Christophe Fergeau3.24Christophe Fergeau2009-01-132-1/+3
* add commentsPascal Rigaux2009-01-121-0/+4
* - drop parse_rpms (unused, parse_rpms_build_headers or parse_rpm are used ins...Pascal Rigaux2009-01-122-24/+2
* add a commentPascal Rigaux2009-01-121-0/+2
* - drop function fuzzy_parse() (it is unused)Pascal Rigaux2009-01-121-23/+2
* add a commentPascal Rigaux2009-01-091-0/+1
* add some commentPascal Rigaux2009-01-091-0/+3
* - @unsatisfied is a better var name than @lPascal Rigaux2009-01-091-8/+9
* make it clear the func is localPascal Rigaux2009-01-081-3/+3
* add a commentPascal Rigaux2009-01-081-0/+2
* Favour required packages when we have several choices to fulfillChristophe Fergeau2009-01-082-0/+14
* - add some commentPascal Rigaux2009-01-061-4/+33