aboutsummaryrefslogtreecommitdiffstats
path: root/URPM/Resolve.pm
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Pixel to ignore self-obsoletesRafael Garcia-Suarez2006-10-161-0/+6
|
* Invert bogus checkRafael Garcia-Suarez2006-09-211-5/+5
|
* Oops, remove debug codeRafael Garcia-Suarez2006-09-061-1/+0
|
* prefer kernel-source-stripped over kernel-sourceRafael Garcia-Suarez2006-09-061-0/+18
|
* Micro-optimisation, and make comments more explicitRafael Garcia-Suarez2006-09-051-4/+9
|
* strict-arch doesn't apply to src packagesRafael Garcia-Suarez2006-08-011-2/+2
|
* One might have an undefined package in the depslist (not sure why)Rafael Garcia-Suarez2006-07-041-0/+1
|
* Fix longstanding epoch promotion bug, caused by braindead API designRafael Garcia-Suarez2005-12-071-0/+2
|
* Minor comment fixesRafael Garcia-Suarez2005-09-121-4/+4
|
* DocletRafael Garcia-Suarez2005-06-291-1/+2
|
* Removes obsolete codeRafael Garcia-Suarez2005-05-311-44/+6
|
* Remove the return value of compute_installed_flags, it's not used anywhereRafael Garcia-Suarez2005-05-111-5/+0
|
* Fix bug 15628 : when no preferred locale is found, put locales-en in front ofRafael Garcia-Suarez2005-04-281-3/+9
| | | | | choice list
* Comments and indentationRafael Garcia-Suarez2005-02-151-96/+99
|
* Force recomputation of rejected packages when deleting some in installationRafael Garcia-Suarez2005-02-151-0/+1
| | | | | dependency resolution
* Indentation and commentsRafael Garcia-Suarez2004-12-211-78/+82
|
* Return the list of chosen packages sorted by descending versionRafael Garcia-Suarez2004-12-131-3/+5
| | | | | (bug #12645).
* - allow to use an array of id instead (start .. end) in functions.Olivier Thauvin2004-11-251-5/+11
|
* When resolving dependencies, keep track of the packages that we justRafael Garcia-Suarez2004-11-101-1/+7
| | | | | | deselected because newer versions were found, but that were not actually installed.
* Support for the 'strict-arch' option : upgrade only packages that haveRafael Garcia-Suarez2004-10-271-5/+36
| | | | | the same architecture than the one of the already-installed version.
* CommentsRafael Garcia-Suarez2004-10-251-17/+17
|
* A few perl_checker fixesRafael Garcia-Suarez2004-10-181-3/+3
|
* Patch by Gwenole Beauchesne to prefer packages which have the closestRafael Garcia-Suarez2004-10-181-11/+17
| | | | | | architecture compatibility over others when version/release are the same (using rpm's scoring system).
* fixed deadlock caused with libgc1 obsoleting itself ;-) and in the case were anFrancois Pons2004-08-021-2/+2
| | | | | | | older package is already installed and an older package is present in urpmi db. The problems comes with a badly interpreted comparison without an operator checked.
* Protection against packages that obsolete themselves.Rafael Garcia-Suarez2004-08-021-0/+1
|
* Make perl_checker a bit more happyRafael Garcia-Suarez2004-08-021-4/+4
|
* Resolution of requested packages: by default, don't propose a choice whenRafael Garcia-Suarez2004-07-301-2/+6
| | | | | multiple found packages are already installed.
* Don't use keys() in scalar contextRafael Garcia-Suarez2004-07-121-2/+2
|
* Simplify the compute_flags function (used for the {skip,inst}.list files)Rafael Garcia-Suarez2004-07-091-44/+26
|
* Allow urpmi to downgrade packages if it was invoked with --allow-forceRafael Garcia-Suarez2004-05-211-1/+9
|
* When an rpm installed locally had a version greater than the one foundRafael Garcia-Suarez2004-05-191-77/+97
| | | | | in the update media, urpmi was trying to downgrade it.
* Add a way to downgrade some errors (file not found) to non-fatalRafael Garcia-Suarez2004-05-061-2/+2
|
* added support for RH 7.3Francois Pons2003-12-091-9/+9
|
* fixed to find package with full provides on whatrequires obsoleted, so thatFrancois Pons2003-10-131-5/+7
| | | | | pam-devel is upgraded correctly for example.
* removed STDERR log.Francois Pons2003-09-101-1/+0
|
* diff_provides on obsoleted provides are needed.Francois Pons2003-09-101-3/+2
|
* fixed bad ARRAY reference (promote).Francois Pons2003-09-101-4/+3
|
* 0.94-4mdk0.94.4Francois Pons2003-09-051-247/+247
|
* removed log.Francois Pons2003-09-021-4/+0
|
* fixed package badly removed.Francois Pons2003-09-021-1/+5
|
* removed potential deadlock.Francois Pons2003-08-221-33/+40
|
* final 0.93-7mdkFrancois Pons2003-08-201-7/+5
|
* perl_checker compliancePascal Rigaux2003-08-181-11/+11
|
* 0.92-4mdkFrancois Pons2003-08-041-11/+27
|
* fixed some missing unsatisfied in reason of rejected packages.Francois Pons2003-07-301-7/+14
| | | | | | fixed provide obsoleted which should not be taken into account when looking for obsoletes.
* 0.92-1mdk0.92Francois Pons2003-07-281-33/+88
|
* 0.91-14mdkFrancois Pons2003-07-241-44/+49
|
* 0.91-13mdkFrancois Pons2003-07-241-39/+15
|
* fixed small typo on regex for URPM::compute_flagsFrancois Pons2003-07-161-1/+1
|
* optimized URPM::compute_flags method by an almost unlimited factor.Francois Pons2003-07-101-26/+37
|