Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix Term::ReadKey warnings when redirected | Thierry Vignaud | 2015-09-03 | 1 | -0/+1 |
| | |||||
* | do not break orphan tracking when downgrading | Thierry Vignaud | 2015-08-31 | 1 | -0/+2 |
| | | | | | thus fixing unmarking packages as potential orphans when downgrading (mga#16149) | ||||
* | Merge tag '8.06' | Thierry Vignaud | 2015-08-27 | 1 | -0/+4 |
|\ | |||||
| * | 8.068.06 | Thierry Vignaud | 2015-05-18 | 1 | -0/+4 |
| | | |||||
* | | fix using a proxy without an auth user (mga#11265) | Thierry Vignaud | 2015-08-26 | 1 | -0/+2 |
| | | |||||
* | | fix spacing | Thierry Vignaud | 2015-08-05 | 1 | -2/+2 |
| | | |||||
* | | do check that %%pretrans do fail (rpm-4.10+) | Thierry Vignaud | 2015-08-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | basically reverting commit 5d7414cd5dc0c7dbdfe5314df4253cb14f86e9b2 and inversing the test expected result needs rpm-4.12.90-2.mga6 or newer | ||||
* | | convert trigger scriptlets from lua to sh | Thierry Vignaud | 2015-08-04 | 1 | -0/+2 |
| | | | | | | | | | | needed for next commit because: lua's exit(1) is ignored since rpm-4.9.0 | ||||
* | | disable debuginfo | Thierry Vignaud | 2015-08-04 | 1 | -0/+3 |
|/ | | | | thus fixing noise in testsuite output | ||||
* | 8.058.05 | Thierry Vignaud | 2015-03-18 | 1 | -0/+2 |
| | |||||
* | install perl-Glib-Object-Introspection... | Thierry Vignaud | 2015-03-18 | 1 | -0/+3 |
| | | | | ...as priority upgrades prior to restart | ||||
* | remove removed change from log | Thierry Vignaud | 2015-02-26 | 1 | -1/+0 |
| | |||||
* | 8.048.04 | Thierry Vignaud | 2015-02-26 | 1 | -0/+2 |
| | |||||
* | always display the right package name on errors | unknown | 2015-02-26 | 1 | -0/+1 |
| | | | | | fixes mga#15032 and also simplify... needs URPM >= 5.04 | ||||
* | Don't give a wrong package name when it is unknown in a callback (mga#15032) | Pascal Terjan | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | 8.038.03 | Thierry Vignaud | 2015-01-01 | 1 | -0/+4 |
| | |||||
* | 8.028.02 | Thierry Vignaud | 2014-11-25 | 1 | -0/+2 |
| | |||||
* | fix gurpmi --auto not working anymore (mga#14565) | Thierry Vignaud | 2014-11-25 | 1 | -0/+4 |
| | | | | | | jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80 | ||||
* | 8.018.01 | Thierry Vignaud | 2014-10-09 | 1 | -0/+2 |
| | |||||
* | Revert "bump split-length from 8 to 50" | Thierry Vignaud | 2014-10-09 | 1 | -0/+2 |
| | | | | | This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8. Sadly, this currently breaks stage2 which is more urgent... | ||||
* | actually bump to 8.008.00 | Thierry Vignaud | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | 7.33 | Thierry Vignaud | 2014-09-07 | 1 | -0/+2 |
| | |||||
* | adapt to URPM-5.00 | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | rename '--suggests' option as '--recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | rename 'allow-suggests' as 'allow-recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | | | | but keep an alias (with a warning) for compatibility | ||||
* | rename 'no-suggests' option as 'no-recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | | | | keep --no-suggests but with a warning | ||||
* | rename 'no_suggests' parameter as 'no_recommends' | Thierry Vignaud | 2014-09-05 | 1 | -0/+3 |
| | |||||
* | 7.327.32 | Thierry Vignaud | 2014-09-05 | 1 | -0/+2 |
| | |||||
* | fix crashing when choosing to save file | Thierry Vignaud | 2014-09-05 | 1 | -0/+1 |
| | | | | | aka port from FileSelection to FileChooser (FileSelection no more exists in Gtk3...) | ||||
* | report crashes through drakbug | Thierry Vignaud | 2014-09-04 | 1 | -0/+1 |
| | |||||
* | fix segfaulting when managing exceptions | Thierry Vignaud | 2014-09-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | we were loading gtk+2 in order to set my_gtk_main_level to gtk_main_level which resulted in us strange segfaults when eg trying to save a package: $ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm (gdb) s generic_exceptions_handler () at GClosure.xs:774 774 if ((*my_gtk_main_level)()) (gdb) print my_gtk_main_level $1 = (guint (*)()) 0x7fffe75eebf0 (gdb) print *my_gtk_main_level Cannot access memory at address 0x7fffe75eebf0 (gdb) s Program received signal SIGSEGV, Segmentation fault. 0x00007fffe75eebf0 in ?? () (gdb) print gtk_main_level $2 = {guint (void)} 0x7fffee90d650 <gtk_main_level> | ||||
* | bump split-length from 8 to 50 | Thierry Vignaud | 2014-06-29 | 1 | -0/+2 |
| | | | | improves installing gnome in a chroot from 14m to 11m | ||||
* | fix some warnings with perl 5.20 | Pascal Terjan | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires' | Pascal Terjan | 2014-05-31 | 1 | -0/+1 |
| | |||||
* | add --downgrade to bash-completion | Thierry Vignaud | 2014-01-27 | 1 | -0/+2 |
| | |||||
* | 7.317.31 | Thierry Vignaud | 2014-01-24 | 1 | -0/+2 |
| | |||||
* | fix garbaged UTF-8 in file name arguments (mga#12407) | Thierry Vignaud | 2014-01-24 | 1 | -0/+2 |
| | | | | @ARGV encoding is changed after calling Gtk3->init | ||||
* | Do not exec pkexec but run it so it has a parent process to fix double fork ↵ | Colin Guthrie | 2014-01-22 | 1 | -0/+3 |
| | | | | issues mga#11184 mga#12364 | ||||
* | 7.307.30 | Thierry Vignaud | 2013-12-05 | 1 | -0/+4 |
| | |||||
* | 7.297.29 | Thierry Vignaud | 2013-12-03 | 1 | -0/+2 |
| | |||||
* | Use /proc/self/mountinfo for ro filesystem checks mga#11319 | Colin Guthrie | 2013-11-28 | 1 | -0/+1 |
| | |||||
* | polkit: Only use pkexec when not already root | Colin Guthrie | 2013-11-17 | 1 | -0/+2 |
| | |||||
* | 7.287.28 | Thierry Vignaud | 2013-11-05 | 1 | -0/+2 |
| | |||||
* | add support for --deploops option | Thierry Vignaud | 2013-11-05 | 1 | -0/+2 |
| | |||||
* | download: fix parsing download progress with rsync >= 3.10 | Olivier Blin | 2013-10-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | rsync 3.10 now defaults to human readable output, with sizes being printed with a separator between group of 3 digits. This broke our download progress parser. We can fix this by using the --no-human-readable command line option, to get the old rsync progress output format. This option already existed in older rsync versions (tried in Mageia 2), so this change should be safe to include in backports of urpmi to older distributions. | ||||
* | 7.27.47.27.5 | Colin Guthrie | 2013-10-13 | 1 | -0/+2 |
| | |||||
* | Use polkit for authorisation (mga#11125) | Colin Guthrie | 2013-10-12 | 1 | -0/+2 |
| | |||||
* | 7.27.47.27.4 | Thierry Vignaud | 2013-10-04 | 1 | -0/+2 |
| | |||||
* | adapt to perl-5.18's random hash keys ordering | Thierry Vignaud | 2013-10-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | (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' ]; | ||||
* | prevent removing orphan kernels if we failed to detect running kernel version | Thierry Vignaud | 2013-10-04 | 1 | -0/+4 |
| | | | | (eg: running testsuite in a chroot) |