Mageia Bugzilla – Attachment 9142 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]
comparing files generated by test-old & test-new.pl
old_and_new_option_result2.diff (text/plain), 1.22 KB, created by
Thierry Vignaud
on 2017-03-23 15:57:44 CET
(
hide
)
Description:
comparing files generated by test-old & test-new.pl
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-03-23 15:57:44 CET
Size:
1.22 KB
patch
obsolete
>--- o_old.pm 2017-03-23 15:50:41.964231542 +0100 >+++ o_new.pm 2017-03-23 15:50:46.298247673 +0100 >@@ -3,7 +3,7 @@ > 'sha512' => 1, > 'shadow' => 1 > }, >- 'lang' => 'fr_FR.UTF-8', >+ 'lang' => 'fr', > 'locale' => { > 'lang' => 'en_US' > }, >@@ -32,8 +32,12 @@ > 'partitioning' => { > 'auto_allocate' => 0, > 'clearall' => 0, >- 'eraseBadPartitions' => 0 >+ 'eraseBadPartitions' => 0, >+ 'fdisk' => undef, >+ 'no_bad_drives' => undef, >+ 'nodmraid' => undef > }, >+ 'security' => undef, > 'steps' => { > 'acceptLicense' => { > 'banner_title' => 'License agreement', >@@ -263,6 +267,7 @@ > Summary' > } > }, >+ 'supplmedia' => undef, > 'timezone' => {}, > 'toRemove' => [], > 'toSave' => [],
--- o_old.pm 2017-03-23 15:50:41.964231542 +0100 +++ o_new.pm 2017-03-23 15:50:46.298247673 +0100 @@ -3,7 +3,7 @@ 'sha512' => 1, 'shadow' => 1 }, - 'lang' => 'fr_FR.UTF-8', + 'lang' => 'fr', 'locale' => { 'lang' => 'en_US' }, @@ -32,8 +32,12 @@ 'partitioning' => { 'auto_allocate' => 0, 'clearall' => 0, - 'eraseBadPartitions' => 0 + 'eraseBadPartitions' => 0, + 'fdisk' => undef, + 'no_bad_drives' => undef, + 'nodmraid' => undef }, + 'security' => undef, 'steps' => { 'acceptLicense' => { 'banner_title' => 'License agreement', @@ -263,6 +267,7 @@ Summary' } }, + 'supplmedia' => undef, 'timezone' => {}, 'toRemove' => [], 'toSave' => [],
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