From 13765951880c700baa57bd9257dbf3753e252719 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 18 Jan 2013 18:37:46 +0000 Subject: (load_with_options) load 'crc32c' module for XFS too (mga#8676) --- perl-install/install/NEWS | 2 ++ perl-install/modules.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 496adb7cd..aa6c39bbe 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- load 'crc32c' module for XFS too (mga#8676) + Version 15.19 - 14 January 2013 - Mageia 3 beta 2 left background diff --git a/perl-install/modules.pm b/perl-install/modules.pm index ddcfc0268..3cbe942b0 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -111,7 +111,7 @@ sub load_with_options { my @l = map { if_(member($_, 'plip', @parallel_zip_modules), 'parport_pc'), if_($_ eq 'vfat', 'nls_cp437', 'nls_iso8859_1'), - if_($_ eq 'btrfs', 'crc32c', 'crc32c-intel'), + if_(member($_, qw(btrfs xfs)), 'crc32c', 'crc32c-intel'), dependencies_closure(cond_mapping_24_26($_)); } @$l; -- cgit v1.2.1