From f505d7a449ff01866185cfa198fed3d7c0f43beb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 13 May 2012 11:59:38 +0000 Subject: include "fuse" module (mga#5685) --- kernel/list_modules.pm | 2 +- perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 357b9be3f..112bccc57 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -207,7 +207,7 @@ our %l = ( if_(arch() =~ /^ppc/, qw(hfs)), qw(btrfs ext3 ext4 jfs nilfs2 ntfs reiserfs vfat xfs), ], - various => [ qw(romfs ufs unionfs) ], + various => [ qw(romfs ufs unionfs fuse) ], }, diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2e9ec934a..03ca4dfea 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- include "fuse" module (mga#5685) + Version 14.21 - 11 May 2012 - export res_init function to perl lib -- cgit v1.2.1