From d346fadc4e4b6514a143380d1a5b41ea98bced30 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 11 Mar 2012 00:39:27 +0000 Subject: (part_possible_actions) fix resizing LVs (mga#4666) (is_LVM_resizable) introduce a real function instead of a "macro" else LVM_resizable got expanded as: member($part->{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs)) then as: member($part->{fs_type}, qw(btrfs($part) ext3 ext4($part) reiserfs xfs)) commit r2781 ("sort") "brokes" ext4 by shifting it place in list by one (but ext3 would have failed) --- perl-install/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/NEWS') diff --git a/perl-install/NEWS b/perl-install/NEWS index bf5215ca5..f13ecbed4 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,7 @@ - english message improvement (mga#456) - diskdrake: o fix error on removing LVs + o fix resizing LVs (mga#4666) Version 13.89.1 - 02 March 2012 -- cgit v1.2.1