diff options
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | gurpmi | 2 | ||||
-rwxr-xr-x | gurpmi2 | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +- gurpmi: + o fix --auto not working anymore (mga#14565) + (regression introduced in 7.32) + Version 8.01 - 9 October 2014 - revert "bump split-length from 8 to 50" @@ -12,7 +12,7 @@ BEGIN { #- set up a safe path and environment eval { use lib qw(/usr/lib/libDrakX); - use standalone; # for reporting crashes in our bugzilla + use drakbug; # for reporting crashes in our bugzilla }; use utf8 'valid'; use Encode '_utf8_on'; @@ -12,7 +12,7 @@ BEGIN { #- set up a safe path and environment eval { use lib qw(/usr/lib/libDrakX); - use standalone; # for reporting crashes in our bugzilla + use drakbug; # for reporting crashes in our bugzilla }; use gurpmi; use gurpm::RPMProgressDialog; |