Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | export new_unrequested() (for future use in drakx (?)) | Pascal Rigaux | 2008-09-25 | 1 | -3/+3 |
| | |||||
* | o fix orphans handling: an already installed pkg must not become | Pascal Rigaux | 2008-09-09 | 1 | -3/+6 |
| | | | | | | | "unrequested" because a new version of it is required fixes test_urpme(['gg', 'g'], 'g', 'g', 'gg-2'); | ||||
* | partially revert previous commit | Pascal Rigaux | 2008-09-06 | 1 | -6/+6 |
| | | | | | (_selected_unrequested() doesn't need $current_unrequested) | ||||
* | - cleanup doc of _renamed_unrequested() | Pascal Rigaux | 2008-09-06 | 1 | -7/+7 |
| | | | | | - move things around for next commit | ||||
* | - urpmi | Pascal Rigaux | 2008-08-20 | 1 | -1/+3 |
| | | | | | | o do not write useless "foo (obsoletes foo-xxx)" in installed-through-deps.list (#42167) | ||||
* | o sort the list of orphans | Pascal Rigaux | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | o fix creation of chroot with --root by using ↵ | Pascal Rigaux | 2008-07-10 | 1 | -7/+7 |
| | | | | | | | | | /var/lib/rpm/installed-through-deps.list (instead of having it in /var/lib/urpmi) it's a saner place to put this file anyway | ||||
* | - urpmi, urpme, urpmq: | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | | | | | | | | o fix orphans handling: suggested packages must not be detected as orphans (reported on cooker ml: perl-Mail-DomainKeys suggested by spamassassin was detected as orphan) | ||||
* | fix detecting urpme creates a new orphan through "suggests" | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 1 | -0/+341 |