aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 3.36Olivier Thauvin2010-07-231-1/+1
|
* 3.353.35Christophe Fergeau2010-04-231-1/+1
|
* 3.34.13.34.1Christophe Fergeau2010-03-231-1/+1
|
* 3.343.34Christophe Fergeau2010-03-231-1/+1
|
* 3.333.33Christophe Fergeau2009-10-051-1/+1
|
* 3.323.32Christophe Fergeau2009-08-101-1/+1
|
* add a backtrack entry "conflicts" for avoided packages in backtrack_selectedChristophe Fergeau2009-07-281-0/+2
| | | | Patch from Anssi Hannula, fixes part of bug #52153
* keep track of sources for obsoleted/removed levelsChristophe Fergeau2009-07-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | Patch by Anssi Hannula, fixes bug #50666 removed/obsoleted levels are set in set_rejected() when a package is rejected (i.e. removed) or a rejection reason is added. They keep track on whether the package is removed and/or obsoleted. When the package has both flags and one of the rejection reasons is removed by _remove_rejected_from(), appropriate flags do not get removed. The case I encountered: the package is set for removal when a package it depends on fails upgrade due to unsatisfied dependency and has to be removed (backtrack_selected => resolve_rejected, causing removed=1), and the package is then promoted (causing obsoleted=1). However, the promotion fails due to the same unsatisfied dependency and backtrack_selected => disable_selected_and_unrequested_dependencies => disable_selected => _remove_all_rejected_from => _remove_rejected_from gets called. This removes the latter rejection reason, but leaves flags, including the now wrong obsoleted=1. Thus the package is not explicitely removed as an obsoletion is assumed, therefore failing the transaction.
* bumping version was forgotten for 3.30 release, might as well bump it up toPer Øyvind Karlsen2009-07-261-1/+1
| | | | | 3.31 now for next release…
* 3.293.29topic/3.29Christophe Fergeau2009-03-271-1/+1
|
* 3.28:3.28Christophe Fergeau2009-03-251-1/+1
|
* 3.273.27Christophe Fergeau2009-03-241-1/+1
|
* 3.263.26Thierry Vignaud2009-03-051-1/+1
|
* Release 3.253.25Christophe Fergeau2009-01-161-1/+1
|
* Version 3.24 - 13 January 2009, by Christophe Fergeau3.24Christophe Fergeau2009-01-131-1/+1
| | | | | | | | | - fix sorting choices on provided version (feature introduced in 3.08, but was not working if packages were coming from different repository) - when a "Requires:" can be fullfilled by several different packages and one of those packages is explicitly required by another package which is also being installed, silently choose this package instead of letting the choice up to perl-URPM user (fixes bug #46874)
* - drop parse_rpms (unused, parse_rpms_build_headers or parse_rpm are used ↵Pascal Rigaux2009-01-121-6/+2
| | | | | | | instead) - add a comment
* make it clear the func is localPascal Rigaux2009-01-081-3/+3
|
* add a commentPascal Rigaux2009-01-081-0/+2
|
* document a "hack"Pascal Rigaux2009-01-061-0/+7
|
* 3.233.23Pascal Rigaux2008-12-151-1/+1
|
* 3.223.22Pascal Rigaux2008-12-121-1/+1
|
* 3.213.21Pascal Rigaux2008-12-091-1/+1
|
* - drop list_rpm_tag()Pascal Rigaux2008-12-091-4/+0
|
* 3.203.20Pascal Rigaux2008-10-141-1/+1
|
* 3.193.19Pascal Rigaux2008-10-071-1/+1
|
* add filelinktos() & dirnames() to URPM::PackagePer Øyvind Karlsen2008-07-181-0/+4
|
* 3.183.18Pascal Rigaux2008-07-071-1/+1
|
* - revert change introduced in 3.16 (it breaks too much, egPascal Rigaux2008-07-071-1/+3
| | | | | | superuser--priority-upgrade.t test case), and introduce $state->{rejected_already_installed} instead
* 3.173.17Pascal Rigaux2008-07-041-1/+1
|
* - handle $state->{orphans_to_remove} in selected_size() andPascal Rigaux2008-07-041-0/+2
| | | | | build_transaction_set()
* - add traverse_tag_find()Pascal Rigaux2008-07-041-0/+6
|
* 3.163.16Pascal Rigaux2008-06-261-1/+1
|
* - when not selecting a package because already installed,Pascal Rigaux2008-06-261-1/+1
| | | | | but it in $state->{rejected} with flags {installed}
* 3.153.15Pascal Rigaux2008-06-231-1/+1
|
* 3.143.14Pascal Rigaux2008-05-231-1/+1
|
* 3.133.13Pascal Rigaux2008-05-201-1/+1
|
* update authors and copyright noticPascal Rigaux2008-04-101-4/+2
|
* 3.123.12Pascal Rigaux2008-03-071-1/+1
|
* 3.113.11Pascal Rigaux2008-02-281-1/+1
|
* 3.103.10Pascal Rigaux2008-02-251-1/+1
|
* 3.093.09Pascal Rigaux2008-02-251-1/+1
|
* - add filesize to synthesis, add ->filesize to get it, and addPascal Rigaux2008-02-251-0/+4
| | | | | selected_size_filesize() to compute the sum
* - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore,Pascal Rigaux2008-02-251-6/+0
| | | | | | deprecate ->filename and ->header_filename, deprecate URPM::Build build_hdlist and parse_rpms_build_headers
* 3.083.08Pascal Rigaux2008-02-251-1/+1
|
* 3.07 (and let's pretend 3.06 was never out)3.07Pascal Rigaux2008-01-111-1/+1
|
* 3.063.06Pascal Rigaux2008-01-111-1/+1
|
* - add URPM::Package->changelogs, a wrapper around ->changelog_time, ↵Pascal Rigaux2008-01-111-0/+11
| | | | ->changelog_name, ->changelog_text
* 3.053.05Pascal Rigaux2008-01-081-1/+1
|
* 3.043.04Pascal Rigaux2007-12-201-1/+1
|
* 3.033.03Pascal Rigaux2007-12-141-1/+1
|