rpms/kernel/F-10 linux-2.6-defaults-fat-utf8.patch, 1.3, 1.4 kernel.spec, 1.1128, 1.1129

Dave Jones davej at fedoraproject.org
Mon Nov 10 18:43:14 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13700

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-defaults-fat-utf8.patch 
Log Message:
Make UTF-8 the default for FAT/VFAT filesystems again.

linux-2.6-defaults-fat-utf8.patch:

Index: linux-2.6-defaults-fat-utf8.patch
===================================================================
RCS file: linux-2.6-defaults-fat-utf8.patch
diff -N linux-2.6-defaults-fat-utf8.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ linux-2.6-defaults-fat-utf8.patch	10 Nov 2008 18:42:43 -0000	1.4
@@ -0,0 +1,15 @@
+
+https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181963
+
+--- linux-2.6.21.noarch/fs/fat/inode.c~	2007-05-27 23:22:31.000000000 -0400
++++ linux-2.6.21.noarch/fs/fat/inode.c	2007-05-27 23:22:50.000000000 -0400
+@@ -950,7 +950,8 @@ static int parse_options(char *options, 
+ 		opts->shortname = 0;
+ 	opts->name_check = 'n';
+ 	opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK =  0;
+-	opts->utf8 = opts->unicode_xlate = 0;
++	opts->utf8 = 1;
++	opts->unicode_xlate = 0;
+ 	opts->numtail = 1;
+ 	opts->usefree = opts->nocase = 0;
+ 	*debug = 0;


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1128
retrieving revision 1.1129
diff -u -r1.1128 -r1.1129
--- kernel.spec	10 Nov 2008 05:49:38 -0000	1.1128
+++ kernel.spec	10 Nov 2008 18:42:43 -0000	1.1129
@@ -612,6 +612,7 @@
 Patch380: linux-2.6-defaults-pci_no_msi.patch
 Patch381: linux-2.6-pciehp-update.patch
 Patch382: linux-2.6-defaults-pciehp.patch
+Patch383: linux-2.6-defaults-fat-utf8.patch
 Patch390: linux-2.6-defaults-acpi-video.patch
 
 Patch391: linux-2.6-acpi-video-dos.patch
@@ -1184,6 +1185,8 @@
 
 # default to enabling passively listening for hotplug events
 ApplyPatch linux-2.6-defaults-pciehp.patch
+# UTF8 by default in FAT
+ApplyPatch linux-2.6-defaults-fat-utf8.patch
 
 #
 # SCSI Bits.
@@ -1892,6 +1895,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Nov 10 2008 Dave Jones <davej at redhat.com> 2.6.27.5-93
+- Make UTF-8 the default for FAT/VFAT filesystems again.
+
 * Mon Nov 10 2008 Dave Airlie <airlied at redhat.com> 2.6.27.5-92
 - radeon modesetting - fix oops on powerpc + ring sizing bug
 




More information about the fedora-extras-commits mailing list