Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - rpm 4.5 support (thanks to peroyvind) (#35323) | Pascal Rigaux | 2007-11-09 | 1 | -0/+2 |
| | |||||
* | 2.092.09 | Pascal Rigaux | 2007-11-08 | 1 | -0/+2 |
| | |||||
* | - use a simple function to return simple string list from header | Pascal Rigaux | 2007-11-08 | 1 | -0/+4 |
| | | | | | | (fixes getting >4096 long rpm changelogs) (!! static buffer size limitation in callback_list_str_xpush() should be fixed !!) | ||||
* | 2.082.08 | Pascal Rigaux | 2007-10-24 | 1 | -0/+2 |
| | |||||
* | add to NEWS | Pascal Rigaux | 2007-10-24 | 1 | -0/+2 |
| | |||||
* | 2.072.07 | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | |||||
* | - prefer precompiled kmod packages corresponding to installed kernels | Pascal Rigaux | 2007-10-01 | 1 | -0/+1 |
| | |||||
* | - don't resolve suggested virtual packages if already installed (#34376) | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | |||||
* | 2.06 | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | - also handle promotion via obsolete for conflicts | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | 2.052.062.05 | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | - package promotion must respect strict_arch | Pascal Rigaux | 2007-09-28 | 1 | -0/+1 |
| | |||||
* | - enhance sorted graph by better taking into account conflicts from ↵ | Pascal Rigaux | 2007-09-28 | 1 | -0/+3 |
| | | | | | | | state->{rejected} (fixes "big transaction" in urpmi split-transactions--strict-require.t test) | ||||
* | 2.042.04 | Pascal Rigaux | 2007-09-27 | 1 | -0/+2 |
| | |||||
* | - handle promotion via obsolete, not only provides | Pascal Rigaux | 2007-09-27 | 1 | -0/+2 |
| | |||||
* | 2.032.03 | Pascal Rigaux | 2007-09-20 | 1 | -0/+2 |
| | |||||
* | - fix bug doing "urpmi kernel-source" | Pascal Rigaux | 2007-09-20 | 1 | -0/+2 |
| | | | | | ("find" must be seen by perl compiler before using it) | ||||
* | better description | Pascal Rigaux | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | 2.022.02 | Pascal Rigaux | 2007-09-18 | 1 | -0/+2 |
| | |||||
* | - fix regression in 2.00: we can't cache the platform, cache the result of | Pascal Rigaux | 2007-09-18 | 1 | -0/+2 |
| | | | | | | | | | | is_arch_compat instead ie: - revert commits on URPM.xs which introduced the cache on platform - rename is_arch_compat to is_arch_compat__XS in URPM.xs - create URPM::Package::is_arch_compat in URPM.pm | ||||
* | - choose every kernel-<flavor>-devel-<version> packages when | Pascal Rigaux | 2007-09-17 | 1 | -0/+3 |
| | | | | | kernel-<flavor>-<version> is selected | ||||
* | 2.012.01 | Pascal Rigaux | 2007-09-14 | 1 | -0/+2 |
| | |||||
* | - fix regression in 2.00: keep_unrequested_dependencies is still used by | Pascal Rigaux | 2007-09-14 | 1 | -0/+3 |
| | | | | | | | installer. restore it, but must now be set trough $urpm->{keep_unrequested_dependencies} - add some more debug info | ||||
* | - fix bug occurring with --keep | Pascal Rigaux | 2007-09-14 | 1 | -0/+2 |
| | | | | | | | (thanks to akurtakov for reporting it on #mandriva-cooker) the fix is to drop field {psel} from {backport}, it's unused anyway | ||||
* | 2.002.00 | Pascal Rigaux | 2007-09-13 | 1 | -0/+2 |
| | |||||
* | - handle promote from installed package which require a unselected package, | Pascal Rigaux | 2007-09-13 | 1 | -0/+3 |
| | | | | | | | | | | | | whereas new package does not require it anymore (cf test_d & test_e from split-transactions--conflict urpmi test case) the idea is: - resolve_rejected is wrong, since it blindly removes installed pkgs without trying to promote anything - @diff_provides can be nicely used to handle rejecting package one by one - _handle_diff_provides do handle promotion of new packages | ||||
* | this is good to have in NEWS | Pascal Rigaux | 2007-09-12 | 1 | -0/+2 |
| | |||||
* | - speedup is_arch_compat (x7) by keeping the platform in a cache | Pascal Rigaux | 2007-09-11 | 1 | -0/+1 |
| | |||||
* | - pass the prefered choices to {callback_choices}: this allows urpmi to select | Pascal Rigaux | 2007-09-10 | 1 | -0/+2 |
| | | | | | all the prefered packages according to installed locales | ||||
* | - do not propose packages for non installed locales | Pascal Rigaux | 2007-09-10 | 1 | -0/+2 |
| | |||||
* | 1.80, bugfix release1.80 | Pascal Rigaux | 2007-09-03 | 1 | -3/+1 |
| | |||||
* | - fix bug in sort_graph (used by build_transaction_set) | Pascal Rigaux | 2007-09-03 | 1 | -0/+2 |
| | |||||
* | 1.791.79 | Pascal Rigaux | 2007-09-03 | 1 | -0/+2 |
| | |||||
* | - fix bug in sort_graph (used by build_transaction_set) | Pascal Rigaux | 2007-09-03 | 1 | -0/+2 |
| | |||||
* | 1.781.78 | Pascal Rigaux | 2007-09-03 | 1 | -0/+2 |
| | |||||
* | fix dead-loop in build_transaction_set (#33020) | Pascal Rigaux | 2007-08-31 | 1 | -0/+2 |
| | | | | | and ensure the resulting graph is correct by checking it | ||||
* | 1.771.77 | Pascal Rigaux | 2007-08-29 | 1 | -0/+2 |
| | |||||
* | - disable "dropping tags from rpm header" until we can safely use it | Pascal Rigaux | 2007-08-29 | 1 | -0/+2 |
| | |||||
* | 1.761.76 | Pascal Rigaux | 2007-08-29 | 1 | -0/+2 |
| | |||||
* | - build_transaction_set: new sort algorithm which allow returning sets of | Pascal Rigaux | 2007-08-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | circular dependent packages, taking into account obsoleted packages (fixes #31969). It may still fail in presence of conflicts a better fix would be to make ->resolve_requested__no_suggests handle obsolete. ie: - a requires b : bb or b - bb requires c-1 - b requires c-2 - b obsoletes bb => with a, bb and c-1 installed, "urpmi c" should upgrade bb into b instead of removing a and bb. | ||||
* | - spec2srcheader: workaround parseSpec returning a header where ->arch is set | Pascal Rigaux | 2007-08-28 | 1 | -0/+3 |
| | | | | | | to %{_target_cpu} whereas we really want a header similar to .src.rpm (see #32824) | ||||
* | - fix split_length > 1 | Pascal Rigaux | 2007-08-24 | 1 | -0/+2 |
| | | | | | | | | (eg: "urpmi --split-length 2 a b c" will only install 2 pkgs) (this bug has not been reported, just discovered it while reading the code) - cleanup | ||||
* | - allow running transaction with justdb option | Pascal Rigaux | 2007-08-23 | 1 | -0/+2 |
| | |||||
* | 1.751.75 | Pascal Rigaux | 2007-08-12 | 1 | -0/+2 |
| | |||||
* | - fix dropping tags from rpm header. | Pascal Rigaux | 2007-08-12 | 1 | -0/+4 |
| | | | | | | it hasn't work since MDK8.1 and rpm 4.0. it may break urpmi!! but potentially allows a much smaller hdlist.cz :) | ||||
* | 1.741.74 | Pascal Rigaux | 2007-08-12 | 1 | -0/+2 |
| | |||||
* | - sort choices per media, then per version | Pascal Rigaux | 2007-08-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | nb: on 2004-12-13, rgs replaced "$a->id <=> $b->id" with "$b->compare_pkg($a) || $a->id <=> $b->id" Return the list of chosen packages sorted by descending version (bug #12645). the end result is the sorting by media was dropped :-/ | ||||
* | 1.731.73 | Pascal Rigaux | 2007-08-11 | 1 | -0/+2 |
| | |||||
* | - allow running transaction with replagekgs option | Pascal Rigaux | 2007-08-11 | 1 | -0/+2 |
| | |||||
* | 1.721.72 | Pascal Rigaux | 2007-08-10 | 1 | -0/+2 |
| |