Mageia Bugzilla – Attachment 9145 Details for
Bug 20551
Installer no longer respects default rpmsrate level when selecting packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
ignore case for options
0001-ignore-case-for-options.patch (text/plain), 1017 bytes, created by
Thierry Vignaud
on 2017-03-23 16:31:14 CET
(
hide
)
Description:
ignore case for options
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-03-23 16:31:14 CET
Size:
1017 bytes
patch
obsolete
>From bdc441bb70d0d28c719ce8072715a49c1221aacf Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Thu, 23 Mar 2017 16:29:19 +0100 >Subject: [PATCH 1/2] ignore case for options > >commit 560f9ca983d743cc42701c24546ac8c2080a13fe introduced this small >regression, which is important to fix for next commit, else >s/compsslistlevel/compssListLevel/ won't work as intended >--- > perl-install/install/install2.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm >index 16f75dc..1cf5e67 100644 >--- a/perl-install/install/install2.pm >+++ b/perl-install/install/install2.pm >@@ -3,7 +3,7 @@ package install::install2; > use diagnostics; > use strict; > use vars qw($o); >-use Getopt::Long qw(GetOptionsFromArray :config no_ignore_case no_auto_abbrev no_getopt_compat pass_through); >+use Getopt::Long qw(GetOptionsFromArray :config no_auto_abbrev no_getopt_compat pass_through); > > BEGIN { $::isInstall = 1 } > >-- >2.9.3 >
From bdc441bb70d0d28c719ce8072715a49c1221aacf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Thu, 23 Mar 2017 16:29:19 +0100 Subject: [PATCH 1/2] ignore case for options commit 560f9ca983d743cc42701c24546ac8c2080a13fe introduced this small regression, which is important to fix for next commit, else s/compsslistlevel/compssListLevel/ won't work as intended --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 16f75dc..1cf5e67 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -3,7 +3,7 @@ package install::install2; use diagnostics; use strict; use vars qw($o); -use Getopt::Long qw(GetOptionsFromArray :config no_ignore_case no_auto_abbrev no_getopt_compat pass_through); +use Getopt::Long qw(GetOptionsFromArray :config no_auto_abbrev no_getopt_compat pass_through); BEGIN { $::isInstall = 1 } -- 2.9.3
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20551
:
9135
|
9136
|
9137
|
9138
|
9139
|
9140
|
9141
|
9142
|
9143
|
9144
| 9145 |
9146