Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use polkit for authorisation (mga#11125) | Colin Guthrie | 2013-10-12 | 10 | -22/+104 |
| | |||||
* | 7.27.47.27.4 | Thierry Vignaud | 2013-10-04 | 2 | -1/+3 |
| | |||||
* | add 2 other possible transaction orders | Thierry Vignaud | 2013-10-04 | 1 | -0/+2 |
| | | | | | | needed due to perl-5.18 random keys order it could alternatively be workarounded by sorting packages in genhdlist2 | ||||
* | factorize possible transaction sets definition | Thierry Vignaud | 2013-10-04 | 1 | -19/+18 |
| | | | | (needed for next commit) | ||||
* | simplify: use member() | Thierry Vignaud | 2013-10-04 | 1 | -1/+1 |
| | | | | (needed for next commit) | ||||
* | adapt to perl-5.18's random hash keys ordering | Thierry Vignaud | 2013-10-04 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | (translate_why_removed_one) ensure we got the right reason (testsuite) adapt to new URPM predictible behaviour it was previously relying on the following fixed hash order: $ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2', 'rr2'} ]; \ warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]' $VAR1 = [ 'rr2', 'rr1' ]; $VAR1 = [ 'bb1', 'bb2' ]; | ||||
* | add missing spaces | Thierry Vignaud | 2013-10-04 | 1 | -2/+2 |
| | |||||
* | prevent removing orphan kernels if we failed to detect running kernel version | Thierry Vignaud | 2013-10-04 | 2 | -1/+9 |
| | | | | (eg: running testsuite in a chroot) | ||||
* | Fix Gettext | Yuri Chornoivan | 2013-06-19 | 2 | -2/+2 |
| | |||||
* | remove bogus line from NEWS | Thierry Vignaud | 2013-05-30 | 1 | -1/+0 |
| | |||||
* | 7.27.37.27.3 | Thierry Vignaud | 2013-05-30 | 2 | -1/+3 |
| | |||||
* | revert fix for mga#10254 in previous release (mga#10335) | Thierry Vignaud | 2013-05-30 | 2 | -1/+6 |
| | | | | | | | the bug was actually in media.cfg basically reverting commit r8361 on 2013-05-24 (was: "fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)") | ||||
* | Updated Catalan translation | Francesc Pinyol Margalef | 2013-05-25 | 1 | -55/+65 |
| | |||||
* | 7.27.27.27.2 | Thierry Vignaud | 2013-05-24 | 2 | -1/+3 |
| | |||||
* | prevent mga#10254 bug to ever happen again | Thierry Vignaud | 2013-05-24 | 1 | -0/+1 |
| | |||||
* | fix wrongly enabling backports/testing for tainted/nonfree (mga#10254) | Thierry Vignaud | 2013-05-24 | 2 | -1/+3 |
| | | | | (when such packages are already installed) | ||||
* | typo fixes | Thierry Vignaud | 2013-05-21 | 1 | -13/+13 |
| | |||||
* | library: ensure priority updates are installed in a single transaction. | Colin Guthrie | 2013-05-19 | 2 | -0/+4 |
| | | | | | | | | | | | | | | This fix is needed in cases where rpm's libdb changes. If the priority updates happen to be installed in more than one transaction, the %post script in rpm which deletes the old index files (/var/lib/rpm/__db.*) may happen at the end of the first of those transactions. This causes the indexes to be regenerated by the *old* db version and causes the second transaction to fail. By ensuring the priority updates are handled in a single transaction, the indexes will be recreated after the urpmi restart and will thus use the correct, new libdb to create the indexes. Patch and fix from Thierry Vignaud | ||||
* | typo fix | Thierry Vignaud | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | 7.27.17.27.1 | Thierry Vignaud | 2013-05-17 | 2 | -1/+3 |
| | |||||
* | really auto enable tainted media if needed when adding distrib media | Thierry Vignaud | 2013-05-17 | 2 | -1/+4 |
| | |||||
* | 7.277.27 | Thierry Vignaud | 2013-05-17 | 2 | -1/+3 |
| | |||||
* | auto enable nonfree/taitned media if needed when adding distrib media | Thierry Vignaud | 2013-05-17 | 2 | -3/+18 |
| | |||||
* | (is_media_to_add_by_default) split it out of add_distrib_media() | Thierry Vignaud | 2013-05-17 | 1 | -8/+15 |
| | | | | (needed for next commit) | ||||
* | enable to see if nonfree/tained packages are installed (mga#8368, #8379 & #9758) | Thierry Vignaud | 2013-05-17 | 2 | -0/+23 |
| | |||||
* | do not popup errors at end in auto mode | Thierry Vignaud | 2013-05-17 | 2 | -1/+7 |
| | |||||
* | display all errors at once at end (mga#6086) | Thierry Vignaud | 2013-05-17 | 1 | -0/+7 |
| | | | | | (like urpmi/rpmdrake/drakx), instead of forcing users to click in order to continue transactions | ||||
* | (ask_warn) split it out of configure_urpm() | Thierry Vignaud | 2013-05-17 | 1 | -27/+29 |
| | | | | (needed for next commit) | ||||
* | update | Thierry Vignaud | 2013-05-17 | 1 | -2/+2 |
| | |||||
* | 7.267.26 | Thierry Vignaud | 2013-05-02 | 2 | -1/+3 |
| | |||||
* | update | Thierry Vignaud | 2013-05-02 | 1 | -26/+6 |
| | |||||
* | better translation | Thierry Vignaud | 2013-05-02 | 1 | -3/+3 |
| | |||||
* | sort package list | Thierry Vignaud | 2013-05-02 | 2 | -1/+3 |
| | |||||
* | simplify | Thierry Vignaud | 2013-05-02 | 1 | -7/+7 |
| | |||||
* | fix displaying removed package name in gurpmi/rpmdrake (mga#9545) | Thierry Vignaud | 2013-05-02 | 2 | -1/+4 |
| | |||||
* | better translation | Thierry Vignaud | 2013-04-30 | 1 | -5/+5 |
| | |||||
* | typo fixes | Thierry Vignaud | 2013-04-30 | 1 | -104/+104 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | urpmi: Updated French translation | Yann Ciret | 2013-04-24 | 1 | -4/+4 |
| | |||||
* | urpmi: Updated French translation | Yann Ciret | 2013-04-24 | 1 | -3/+7 |
| | |||||
* | improved translation (mga#9024) | Thierry Vignaud | 2013-04-23 | 1 | -3/+3 |
| | |||||
* | Translating 1 extra line | Diego Bello | 2013-04-22 | 1 | -370/+338 |
| | |||||
* | 7.257.25 | Thierry Vignaud | 2013-04-21 | 2 | -1/+3 |
| | |||||
* | enable rpmdrake to not use modal dialogs (mga#9646) | Thierry Vignaud | 2013-04-21 | 2 | -3/+7 |
| | |||||
* | fix leaving read locks on rpmdb (mga#9248) | Thierry Vignaud | 2013-04-20 | 2 | -0/+4 |
| | | | | | regression introduced in commit r7280 on Feb 5 2013: "(install_logger) unify with callback_uninst(), thus fixing counting for erasures" | ||||
* | 7.247.24 | Thierry Vignaud | 2013-04-18 | 2 | -1/+3 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2013-04-14 | 1 | -3/+3 |
| | |||||
* | Update Translation | You-Cheng Hsieh | 2013-04-12 | 1 | -5/+5 |
| | |||||
* | updated Romanian translation | Florin Catalin Russen | 2013-04-05 | 1 | -728/+168 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2013-04-04 | 1 | -2/+2 |
| |