From 13217bb974d4df92858e5b1584979b5df5bcf2b9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 25 Nov 2014 07:41:15 +0100 Subject: fix gurpmi --auto not working anymore (mga#14565) jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80 --- NEWS | 4 ++++ gurpmi | 2 +- gurpmi2 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 53335817..b87db1d1 100644 --- a/NEWS +++ b/NEWS @@ -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" diff --git a/gurpmi b/gurpmi index 2fae94e2..db3c4008 100755 --- a/gurpmi +++ b/gurpmi @@ -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'; diff --git a/gurpmi2 b/gurpmi2 index 2fb44633..0dcdc402 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -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; -- cgit v1.2.1