rpms/kernel/F-10 linux-2.6-defaults-fat-utf8.patch, 1.5, 1.6 kernel.spec, 1.1264, 1.1265

Chuck Ebbert cebbert at fedoraproject.org
Fri Feb 20 04:37:45 UTC 2009


Author: cebbert

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

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-defaults-fat-utf8.patch 
Log Message:
FAT filesystem must remain UTF-8 by default in F10.

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	20 Feb 2009 04:37:45 -0000	1.6
@@ -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.1264
retrieving revision 1.1265
diff -u -r1.1264 -r1.1265
--- kernel.spec	18 Feb 2009 23:05:36 -0000	1.1264
+++ kernel.spec	20 Feb 2009 04:37:45 -0000	1.1265
@@ -609,6 +609,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
 Patch400: linux-2.6-scsi-cpqarray-set-master.patch
@@ -1088,6 +1089,8 @@
 #ApplyPatch linux-2.6-pciehp-update.patch
 # default to enabling passively listening for hotplug events
 #ApplyPatch linux-2.6-defaults-pciehp.patch
+# UTF8 by default in FAT -- must stay for F10
+ApplyPatch linux-2.6-defaults-fat-utf8.patch
 
 #
 # SCSI Bits.
@@ -1741,6 +1744,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Thu Feb 19 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.29-0.35.rc5.git2
+- FAT filesystem must remain UTF-8 by default in F10.
+
 * Wed Feb 18 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.29-0.34.rc5.git2
 - 2.6.29-rc5-git2
 




More information about the fedora-extras-commits mailing list