Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Favour required packages when we have several choices to fulfill | Christophe Fergeau | 2009-01-08 | 1 | -0/+4 | |
| | | | | a "requires", fixes bug #46874 | |||||
* | - fix sorting choices on provided version (feature introduced in 3.08, | Pascal Rigaux | 2008-12-15 | 1 | -0/+3 | |
| | | | | | but was not working if packages were coming from different repository) | |||||
* | 3.233.23 | Pascal Rigaux | 2008-12-15 | 1 | -0/+2 | |
| | ||||||
* | - fix bad free() (thanks to glibc for detecting it) | Pascal Rigaux | 2008-12-15 | 1 | -0/+2 | |
| | ||||||
* | 3.223.22 | Pascal Rigaux | 2008-12-12 | 1 | -0/+2 | |
| | ||||||
* | - fix scriptlet failing: | Pascal Rigaux | 2008-12-12 | 1 | -0/+3 | |
| | | | | | adapt to librpm4.6, rpmtsSetRootDir(ts, "") is forbidden | |||||
* | 3.213.21 | Pascal Rigaux | 2008-12-09 | 1 | -1/+3 | |
| | ||||||
* | - adapt to librpm4.6 | Pascal Rigaux | 2008-12-09 | 1 | -0/+1 | |
| | ||||||
* | - drop list_rpm_tag() | Pascal Rigaux | 2008-12-09 | 1 | -0/+2 | |
| | ||||||
* | 3.203.20 | Pascal Rigaux | 2008-10-14 | 1 | -0/+2 | |
| | ||||||
* | - $trans->run can now return both the translated errors, and some parsable | Pascal Rigaux | 2008-10-14 | 1 | -0/+3 | |
| | | | | | errors (useful for example to detect diskspace issues) | |||||
* | 3.193.19 | Pascal Rigaux | 2008-10-07 | 1 | -0/+2 | |
| | ||||||
* | - handle flag "replacefiles" | Pascal Rigaux | 2008-10-07 | 1 | -0/+2 | |
| | ||||||
* | 3.183.18 | Pascal Rigaux | 2008-07-07 | 1 | -0/+2 | |
| | ||||||
* | - revert change introduced in 3.16 (it breaks too much, eg | Pascal Rigaux | 2008-07-07 | 1 | -0/+4 | |
| | | | | | | superuser--priority-upgrade.t test case), and introduce $state->{rejected_already_installed} instead | |||||
* | fix typo in description | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 | |
| | ||||||
* | 3.173.17 | Pascal Rigaux | 2008-07-04 | 1 | -0/+2 | |
| | ||||||
* | add removed_or_obsoleted_packages() | Pascal Rigaux | 2008-07-04 | 1 | -1/+1 | |
| | ||||||
* | - handle $state->{orphans_to_remove} in selected_size() and | Pascal Rigaux | 2008-07-04 | 1 | -0/+2 | |
| | | | | | build_transaction_set() | |||||
* | - add traverse_tag_find() | Pascal Rigaux | 2008-07-04 | 1 | -0/+2 | |
| | ||||||
* | 3.163.16 | Pascal Rigaux | 2008-06-26 | 1 | -0/+2 | |
| | ||||||
* | - when not selecting a package because already installed, | Pascal Rigaux | 2008-06-26 | 1 | -0/+3 | |
| | | | | | but it in $state->{rejected} with flags {installed} | |||||
* | 3.153.15 | Pascal Rigaux | 2008-06-23 | 1 | -0/+2 | |
| | ||||||
* | add Anssi name in the log | Pascal Rigaux | 2008-06-17 | 1 | -0/+1 | |
| | ||||||
* | - fix urpmi wrongly considering epochless conflicts to match any epoch in a | Pascal Rigaux | 2008-06-17 | 1 | -0/+4 | |
| | | | | | | | | | | | case when urpmi should upgrade a conflicting package to an actually non-conflicting version (cf epochless-conflict-with-promotion urpmi test) from Anssi. i tested various upgrades from some chroot with 2008.0, 2007.1, 2007.0, and it didn't change the result, so it should be quite safe :) | |||||
* | 3.143.14 | Pascal Rigaux | 2008-05-23 | 1 | -0/+2 | |
| | ||||||
* | - add is_package_installed() in URPM/Resolve.pm | Pascal Rigaux | 2008-05-23 | 1 | -0/+3 | |
| | | | | | (to be used in urpmi 5.20) | |||||
* | 3.133.13 | Pascal Rigaux | 2008-05-20 | 1 | -0/+2 | |
| | ||||||
* | - do not ignore dropped provide from updated package (mdvbz#40842) | Pascal Rigaux | 2008-05-19 | 1 | -0/+2 | |
| | ||||||
* | 3.123.12 | Pascal Rigaux | 2008-03-07 | 1 | -3/+2 | |
| | ||||||
* | - do allow to promoting a pkg even if it has unsatisfied require (since the | Pascal Rigaux | 2008-03-07 | 1 | -0/+5 | |
| | | | | | | | | | | | | | code will then fix the unsatisfied require). fixes "big transaction" (cf urpmi split-transactions--strict-require.t test_efgh()) this code was introduced long ago (*), the code has changed quite a lot, and it's hard to tell for which reason it was introduced. Maybe the check "obsoletes_overlap" replaces it for good? (*) in "r11064 | fpons | 2002-06-13", search for "try if upgrading the package will be satisfying all the requires" | |||||
* | add rpm5.org support to NEWS :) | Per Øyvind Karlsen | 2008-02-29 | 1 | -0/+3 | |
| | ||||||
* | 3.113.11 | Pascal Rigaux | 2008-02-28 | 1 | -0/+2 | |
| | ||||||
* | - restore FILENAME_TAG in generated hdlist (to be compatible with older | Pascal Rigaux | 2008-02-28 | 1 | -0/+3 | |
| | | | | | distros where ->filename can rely on it) (thanks to Nanar) | |||||
* | do not mark as deprecated ->filename and URPM::Build::build_hdlist() | Pascal Rigaux | 2008-02-25 | 1 | -2/+2 | |
| | ||||||
* | 3.103.10 | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 | |
| | ||||||
* | 3.093.09 | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 | |
| | ||||||
* | - add filesize to synthesis, add ->filesize to get it, and add | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 | |
| | | | | | selected_size_filesize() to compute the sum | |||||
* | - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore, | Pascal Rigaux | 2008-02-25 | 1 | -0/+3 | |
| | | | | | | deprecate ->filename and ->header_filename, deprecate URPM::Build build_hdlist and parse_rpms_build_headers | |||||
* | - allow fixing "using one big transaction" that occurs when using --keep | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 | |
| | | | | | | | | (#30198) nb: since build_transaction_set calls resolve_requested, it must use the same options to select the same packages | |||||
* | - allow urpmi to know a package was not selected because a newer version is | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 | |
| | | | | | installed (#29838) | |||||
* | - fix sort choices changed in perl-URPM 3.08 | Pascal Rigaux | 2008-02-25 | 1 | -0/+1 | |
| | ||||||
* | - handle new package providing xxx which conflicts with an installed package ↵ | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 | |
| | | | | (#17106) | |||||
* | 3.083.08 | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 | |
| | ||||||
* | - sort choices on virtual package by provided version (#12645) | Pascal Rigaux | 2008-02-25 | 1 | -0/+2 | |
| | ||||||
* | 3.07 (and let's pretend 3.06 was never out)3.07 | Pascal Rigaux | 2008-01-11 | 1 | -3/+1 | |
| | ||||||
* | fix typo | Pascal Rigaux | 2008-01-11 | 1 | -0/+2 | |
| | ||||||
* | 3.063.06 | Pascal Rigaux | 2008-01-11 | 1 | -0/+2 | |
| | ||||||
* | - add URPM::Package->changelogs, a wrapper around ->changelog_time, ↵ | Pascal Rigaux | 2008-01-11 | 1 | -0/+1 | |
| | | | | ->changelog_name, ->changelog_text | |||||
* | add kmod fix in NEWS | Olivier Blin | 2008-01-10 | 1 | -0/+2 | |
| |