rpms/kernel/F-9 linux-2.6-defaults-fat-utf8.patch, 1.3, 1.4 kernel.spec, 1.839, 1.840

Chuck Ebbert cebbert at fedoraproject.org
Fri Nov 7 21:32:52 UTC 2008


Author: cebbert

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

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-defaults-fat-utf8.patch 
Log Message:
Make UTF-8 the default for FAT/VFTA 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	7 Nov 2008 21:32:21 -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-9/kernel.spec,v
retrieving revision 1.839
retrieving revision 1.840
diff -u -r1.839 -r1.840
--- kernel.spec	5 Nov 2008 20:24:57 -0000	1.839
+++ kernel.spec	7 Nov 2008 21:32:21 -0000	1.840
@@ -628,6 +628,8 @@
 Patch330: linux-2.6-debug-no-quiet.patch
 Patch340: linux-2.6-debug-vm-would-have-oomkilled.patch
 Patch370: linux-2.6-crash-driver.patch
+
+Patch379: linux-2.6-defaults-fat-utf8.patch
 Patch380: linux-2.6-defaults-pci_no_msi.patch
 Patch381: linux-2.6-pciehp-update.patch
 Patch382: linux-2.6-defaults-pciehp.patch
@@ -1203,6 +1205,8 @@
 
 # Filesystem patches.
 # cifs
+# fat
+ApplyPatch linux-2.6-defaults-fat-utf8.patch
 # Squashfs
 ApplyPatch linux-2.6-squashfs.patch
 
@@ -1922,6 +1926,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Fri Nov 07 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.4-27
+- Make UTF-8 the default for FAT/VFTA filesystems again.
+
 * Wed Nov 05 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.4-26
 - Update the r8169 network driver to the latest upstream version.
 




More information about the fedora-extras-commits mailing list